p.spec-heading.product--text.style_vendor{
  font-size: 1rem;
  font-weight: 600;
  padding: 10px;
  margin: 0;
}
.specification-wrap{
  display: flex;
  flex-wrap: wrap;
}
table.specification-table{
  border: 0;
  margin-bottom: 0;
}
.specifications-data {
  border: 0;
  vertical-align: top;
  padding: .25rem 1rem .25rem 0;
}
.symbols-wrap{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.warning-text-group{
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.warning-text-group img {
  width: 45px;
  padding-left: 10px;
}
.warning-symbol-image{
  width: 50px;
  padding: 10px;
}
.warning-heading{
  font-weight: bold;
  padding: 10px;
}
.warning-symbol-text{
  padding: 10px;
}
.seal_container {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 1rem;
}
.ap_seal_container, .cl_seal_container {
  position: relative;
  width:25%;
} 
.seal_img {
  width:75%;
}
.ap-info-icon {
  top: -1rem;
  left: 5rem;
  position: absolute;
  cursor: pointer;
  width:30px;
  z-index: 0;
}
.cl-info-icon {
  top: -1rem;
  left: 5rem;
  position: absolute;
  cursor: pointer;
  width:30px;
  z-index: 0;
}
.safety-information {
  display: none;
  text-align: left;
  background: #f1f2f2;
  box-shadow: 2px 0px 10px rgba(0,0,0,.15);
  padding: 25px;
  position: absolute;
  width: 100%;
  min-width:200px;
  top: 0;
  right: 0;
  z-index: 9;
  transition: opacity 0.3s ease;
}

.btn-close {
  display: none;
}
.set-contents-wrap {
  .seal_img {
  width:35%;
  margin-top: 20px;
  }
  .specification-table {
      width: auto;
      margin-top:20px;
  }
}
.product-safety-wrap{
  margin-bottom: 20px;
}
#product_safety_download u{
  vertical-align: text-top;
}

@media (max-width: 991.98px) {
  .specification-wrap {
      display:block;
  }
  .safety-information {
      top: unset;
      left: 0;
      bottom: auto;
      width: 100%;
      min-width:auto;
      z-index: 9;
      margin-bottom: 4rem;
  }
  .symbols-wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .seal_container {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  .warning-text-group{
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .warning-symbol-image{
    width: 50px;
    padding: 10px;
  }
  .warning-heading{
    font-weight: bold;
    padding: 10px;
  }
  .warning-symbol-text{
    padding: 10px;
  }
  .ap_seal_container, .cl_seal_container {
      width: 40%;
      padding-right: 1rem;
      display: flex;
      justify-content: center;
  }
  .ap-info-icon {
      left:unset;
  }
  .cl-info-icon {
    left:unset;
}
}
.btn-close {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 2rem;
  font-weight: 300;
  cursor: pointer;
}

/* localised sds */
.local-sds {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
}
.local-sds__modal-trigger {
  color: black;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid black;
  cursor: pointer;
  text-decoration: none;
  gap: 8px;
}
.local-sds__modal {
  padding: 24px;
  border-radius: 12px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px 0px;
  color: rgb(34, 34, 34);
  max-height: 90vh;
  width: 90%;
  max-width: 1000px;
  z-index: 9;
  border: none;
}
.local-sds__header {
  --spacing: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--spacing);
  padding-bottom: var(--spacing);
  border-bottom: 1px solid rgb(212, 212, 212);
  width: 100%;
}
.local-sds__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
}
.local-sds__item {
  border-radius: 8px;
  background: rgb(249, 249, 249);
  border: 1px solid rgb(210, 210, 210);
  transition: filter 0.3s;
  cursor: pointer;
}
.local-sds__item:hover {
  filter: brightness(0.95);
}
.local-sds__item a {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.local-sds__item a img {
  filter: saturate(0) brightness(0);
}