@media only screen and (max-width: 768px) {
  /* search */
  .search {
    padding: 16px;
    flex-direction: column;
    gap: 16px 0px;
  }

  .search-form {
    width: 100%;
  }

  .search-form input {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }

  .search-item {
    flex-direction: column;
  }

  .search-item img {
    margin-bottom: 6px;
    margin-right: 0px;
  }

  .search-item p {
    text-align: center;
  }

  /* breadcrum */
  .breadcrum {
    padding: 16px;
  }

  /* tabs */
  .tabs {
    padding: 10px 16px 0px;
    overflow: auto;
  }

  .tabs a {
    white-space: nowrap;
    padding: 16px 10px 0px;
  }

  .content {
    padding: 20px 0px 0px;
  }

  /* about product */
  #about-product {
    padding: 31px 16px 17px;
  }

  #about-product .header p {
    font-size: 24px;
    font-weight: 600;
  }

  .header {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .buttons {
    width: 100%;
  }

  .buttons button {
    margin: 0;
    width: calc(50% - 4px);
  }

  .about-product-content {
    flex-direction: column;
    margin-top: 28px;
    gap: 30px;
  }

  .about-product-content img {
    width: 100% !important;
    height: auto !important;
  }

  .about-product-content > div {
    width: 100%;
    height: auto;
  }

  .about-product-content .list > div {
    width: 100%;
  }

  .about-product-content > div > p:nth-child(2) {
    margin: 20px 0;
  }

  .about-product-content .list {
    gap: 24px;
  }

  /* specifications  */
  #specifications {
    padding: 30px 16px;
    background-color: #fff;
  }

  #specifications .list {
    margin-top: 20px;
  }

  #specifications .list > div {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px dashed #999;
    gap: 0px;
  }

  #specifications .list div > div {
    display: none;
  }

  #specifications div p:nth-child(3) {
    margin-top: 10px;
    width: 100%;
  }

  #specifications > p,
  #features > p,
  #datasheet > p,
  #faqs > p {
    font-size: 24px;
    font-weight: 600;
  }

  /* features */
  #features {
    padding: 30px 16px;
  }

  #features ul {
    gap: 32px;
  }

  #features span {
    display: block;
  }

  /* datasheet */
  #datasheet {
    padding: 30px 16px;
  }

  .datasheet-file {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 16px;
    flex-wrap: wrap;
  }

  .datasheet-file .name {
    max-width: calc(100% - 88px);
    margin-right: 0px;
  }

  .datasheet-file .download {
    width: 100%;
    margin-top: 26px;
    margin-left: 72px;
  }

  .datasheet-file-content {
    width: 100%;
    height: auto;
    padding: 16px;
  }

  .datasheet-file-content > div {
    width: 100%;
  }

  /* faqs */
  #faqs {
    padding: 0px 0px 35px;
    background-color: #fff;
  }

  #faqs > p {
    padding: 24px 16px 16px;
    background-color: #f8f7fc;
  }

  .faqs-collapse {
    margin: 30px 16px 0px;
    padding: 0px 16px;
  }

  .collapse-item .header p {
    font-size: 20px;
  }

  .collapse-item .header {
    flex-direction: row !important;
    align-items: center;
  }

  .collapse-item.active .body {
    width: 100%;
  }

  .collapse-item .body {
    max-width: 100%;
  }

  .block-divider {
    background-color: #f7f7fb;
    height: 80px;
    width: 100%;
  }

  .why-buy {
    padding: 63px 0px 60px;
  }

  .about {
    margin-top: 60px;
  }

  .comments {
    padding-bottom: 74px;
  }

  .products {
    padding: 60px 0px 52px;
  }

  #request-quote .modal-content {
    max-width: calc(100% - 32px);
  }

  .form-item {
    width: 100%;
  }

  .form-submit {
    flex-direction: column;
    gap: 30px;
  }

  .form-submit button {
    width: 100%;
  }

  .call-us-body {
    padding: 44px 20px;
    max-width: calc(100% - 32px);
  }

  .modal-header p {
    font-size: 24px;
    font-weight: 600;
  }
}
