/* 2024/10/17 */

@media (max-width: 767px) {
  .btn {
    font-size: 17px;
    height: 50px;
    line-height: 48px;
  }
  .editor-content iframe {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .pagination-block .result {
    text-align: center;
    margin-bottom: 15px;
  }
  .pagination {
    justify-content: center;
  }
}

/* concent */
@media (max-width: 1440px) {
  .concent {
    padding: 20px 0;
  }
  .concent .icon {
    width: 50px;
  }
  .concent .desc {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .concent .desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .concent .icon {
    width: 44px;
  }
  .concent > .container > .row > div:nth-child(3) {
    width: 100%;
  }
  .concent .action {
    margin-left: 64px;
    margin-top: 15px;
  }
  .concent .action .btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .concent .icon {
    width: 40px;
  }
  .concent .desc {
    font-size: 12px;
  }
  .concent .action {
    margin-left: 60px;
  }
}


/* product */
@media (max-width: 1440px) {
  .product-page .section-1 {
    margin-top: 40px;
  }

  .productDe-detail .header .title {
    font-size: 22px;
  }
  .productDe-tab .editor-content iframe {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .productDe-image {
    width: 460px;
    margin-right: 40px;
  }
  .productDe-detail .header .title {
    font-size: 20px;
  }
  .productDe-detail .qty .value_button {
    height: 42px;
  }
  .productDe-detail .qty .form-control {
    width: 60px;
    height: 42px;
  }
  .productDe-detail .stock {
    font-size: 15px;
  }
  .productDe-detail .price {
    font-size: 24px;
  }
  .productDe-detail .tool .icon img {
    height: 44px;
  }
  .productDe-detail .tool .title {
    font-size: 15px;
  }
  .productDe-detail .tool .desc {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .productDe-image {
    width: 360px;
    margin-right: 30px;
  }  
  .productDe-detail .header .rating {
    margin-bottom: 7px;
  }
  .productDe-detail .info label {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .productDe-page .section-1 {
    padding: 40px 0;
  }
  .productDe-page .section-2 {
    padding: 35px 0;
  }
  
  .product-side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .product-side .no-content {
    padding: 2rem 0;
  }

  .productDe-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .productDe-detail .header .title {
    font-size: 18px;
  }
  .productDe-detail .qty {
    margin-right: 20px;
  }
  .productDe-tab {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .productDe-page .section-1 {
    padding: 35px 0;
  }
  .productDe-page .section-2 {
    padding: 30px 0;
  }

  .productDe-image {
    margin-bottom: 20px;
  }
  .productDe-detail .qty {
    margin-bottom: 10px;
  }
  .productDe-detail .tool .icon img {
    height: 42px;
  }
  .productDe-detail .tool .title {
    font-size: 14px;
  }
  .productDe-detail .tool .desc {
    font-size: 14px;
  }

  .productDe-tab .editor-content .attr-name[style*="width: 168.863px;"] {
    width: 442px !important;
    max-width: 442px !important;
  }
}