@import url(../css/fonts.css);
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #232522 #f3f3f3; }

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px; }

*::-webkit-scrollbar-track {
  background: #f3f3f3; }

*::-webkit-scrollbar-thumb {
  background-color: #232522;
  border-radius: 25px;
  border: 4px solid #f3f3f3; }

.container {
  padding-right: calc(var(--bs-gutter-x) * .8) !important;
  padding-left: calc(var(--bs-gutter-x) * .8) !important; }

html {
  padding: 0 !important; }

body {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
  color: #232522;
  font-size: 16px;
  counter-reset: section;
  padding-top: 60px;
  letter-spacing: 0.02em;
  background-color: #f3f3f3; }
  @media (min-width: 992px) {
    body {
      font-size: 18px;
      padding-top: 90px; } }

a {
  text-decoration: none;
  transition: all 0.2s ease-in; }

.gx-5 {
  --bs-gutter-x: 5rem!important; }

.gx-4 {
  --bs-gutter-x: 4rem!important; }

.gx-3 {
  --bs-gutter-x: 3rem!important; }

.feature, .use, .spec, .dimension {
  padding: 2rem 1.5rem !important; }
  .feature .block-title, .use .block-title, .spec .block-title, .dimension .block-title {
    font-size: 1.5rem;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 2.5rem; }
  .feature .mg-bt, .use .mg-bt, .spec .mg-bt, .dimension .mg-bt {
    margin: 2rem 0; }
  @media (min-width: 520px) {
    .feature, .use, .spec, .dimension {
      padding: 2rem 1.5rem !important; }
      .feature .block-title, .use .block-title, .spec .block-title, .dimension .block-title {
        font-size: 1.9rem;
        margin-bottom: 2.7rem; }
      .feature .mg-bt, .use .mg-bt, .spec .mg-bt, .dimension .mg-bt {
        margin: 2rem 0; } }
  @media (min-width: 769px) {
    .feature, .use, .spec, .dimension {
      padding: 4rem 3rem !important; }
      .feature .block-title, .use .block-title, .spec .block-title, .dimension .block-title {
        font-size: 2.26rem;
        margin-bottom: 3rem; }
      .feature .mg-bt, .use .mg-bt, .spec .mg-bt, .dimension .mg-bt {
        margin: 2rem 0; } }
  @media (min-width: 992px) {
    .feature, .use, .spec, .dimension {
      padding: 4rem 3rem !important; }
      .feature .block-title, .use .block-title, .spec .block-title, .dimension .block-title {
        font-size: 2.26rem;
        margin-bottom: 3rem; }
      .feature .mg-bt, .use .mg-bt, .spec .mg-bt, .dimension .mg-bt {
        margin: 0; } }
  @media (min-width: 1200px) {
    .feature, .use, .spec, .dimension {
      padding: 4rem 3rem !important; }
      .feature .block-title, .use .block-title, .spec .block-title, .dimension .block-title {
        font-size: 2.67rem;
        margin-bottom: 3.5rem; }
      .feature .mg-bt, .use .mg-bt, .spec .mg-bt, .dimension .mg-bt {
        margin: 0; } }

.text-primary {
  color: #99cc00 !important; }

.text-secondary {
  color: #698d13 !important; }

.btn {
  --space: 1.5rem;
  font-size: 0.9rem;
  padding: 0.5em calc(var(--space) * 1);
  text-transform: uppercase;
  border-radius: 35px; }
  @media (min-width: 769px) {
    .btn {
      font-size: 1rem;
      padding: 0.6em calc(var(--space) * 1.5); } }
  .btn:hover {
    background-color: #232522;
    color: white;
    border: 1px solid #232522; }

.btn-more {
  position: relative;
  padding-right: calc(var(--space) + 1.8rem);
  margin-left: 0;
  min-width: 170px; }
  @media (min-width: 992px) {
    .btn-more {
      padding-right: calc(var(--space) + 2.5rem);
      margin-left: 2rem; } }
  .btn-more:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1.5rem;
    height: 1rem;
    margin-left: 0.5rem;
    background-image: url("../images/icon-arrow.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }

.btn-back {
  position: relative;
  padding-right: calc(var(--space) + 1.8rem); }
  @media (min-width: 992px) {
    .btn-back {
      padding-right: calc(var(--space) + 2.5rem); } }
  .btn-back:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 1.5rem;
    height: 1rem;
    margin-left: 0.5rem;
    background-image: url("../images/icon-arrow2.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }

.btn-position {
  position: absolute;
  right: 3rem; }

.btn-primary {
  background-color: #99cc00;
  border: 1px solid #99cc00; }
  .btn-primary:after {
    filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }

.btn-outline-dark:after {
  filter: brightness(0%); }
.btn-outline-dark:hover {
  color: white !important;
  border: 1px solid Black !important; }
  .btn-outline-dark:hover:after {
    filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }

.btn-outline-secondary {
  border: 1px solid #999 !important; }
  .btn-outline-secondary:after {
    filter: invert(64%) sepia(76%) saturate(726%) hue-rotate(55deg) brightness(97%) contrast(101%); }
  .btn-outline-secondary i {
    filter: invert(64%) sepia(76%) saturate(726%) hue-rotate(55deg) brightness(97%) contrast(101%); }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus {
    color: white !important;
    border: 1px solid black !important;
    background-color: black !important; }
    .btn-outline-secondary:hover:after, .btn-outline-secondary:focus:after {
      filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }
    .btn-outline-secondary:hover i, .btn-outline-secondary:focus i {
      filter: sepia(0%) saturate(0%) hue-rotate(322deg) brightness(150%) contrast(101%); }

@-webkit-keyframes pulsate-bck {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
    box-shadow: 5px 5px 12px rgba(255, 255, 255, 0.4); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 5px 5px 12px rgba(255, 255, 255, 0.7); } }
@keyframes pulsate-bck {
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.5;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1); } }
.case .list {
  margin-bottom: 3rem; }
  .case .list .col-12.col-md-6 {
    align-self: center;
    transition: all 0.3s linear; }
    .case .list .col-12.col-md-6 .title {
      position: relative;
      color: #333;
      margin-bottom: 1rem;
      font-size: 1.5rem;
      transition: all 0.3s linear; }
      .case .list .col-12.col-md-6 .title:before {
        position: absolute;
        width: 40px;
        height: 3px;
        left: -40px;
        top: 0;
        content: "";
        background-color: #99cc00;
        transform: rotate(-45deg); }
    .case .list .col-12.col-md-6 p {
      color: #333;
      font-size: 1rem;
      margin-bottom: 2rem; }
  .case .list:nth-child(odd) {
    display: flex;
    flex-direction: row; }
    .case .list:nth-child(odd) .col-12.col-md-6 {
      position: relative; }
      .case .list:nth-child(odd) .col-12.col-md-6:first-child:after {
        display: none; }
      .case .list:nth-child(odd) .col-12.col-md-6 img {
        transform: none;
        z-index: 1;
        margin-bottom: 2rem;
        transition: all 0.2s linear; }
  .case .list:nth-child(even) {
    display: flex;
    flex-direction: row-reverse; }
    .case .list:nth-child(even) .col-12.col-md-6 {
      position: relative; }
      .case .list:nth-child(even) .col-12.col-md-6:first-child:after {
        position: absolute;
        left: 20px;
        top: -20px;
        width: 100%;
        height: calc(100% - 2rem);
        content: "";
        background-color: #E5E5E5;
        z-index: -1;
        display: none; }
      .case .list:nth-child(even) .col-12.col-md-6 img {
        transform: none;
        z-index: 1;
        margin-bottom: 2rem;
        transition: all 0.2s linear; }
  .case .list:hover .col-12.col-md-6 {
    transform: none; }
    @media (min-width: 769px) {
      .case .list:hover .col-12.col-md-6 {
        transform: translateX(-30px); } }
    .case .list:hover .col-12.col-md-6 .title {
      color: #99cc00; }
    .case .list:hover .col-12.col-md-6 img {
      transform: none; }
  @media (min-width: 768px) {
    .case .list {
      margin-bottom: 7rem; }
      .case .list .col-12.col-md-6 .title {
        font-size: 2rem;
        margin-bottom: 2rem; }
      .case .list:nth-child(odd) .col-12.col-md-6 img {
        transform: translateX(-50px);
        margin-bottom: 0; }
      .case .list:nth-child(odd) .col-12.col-md-6:first-child:after {
        position: absolute;
        right: 30px;
        top: -30px;
        width: 130%;
        height: calc(100% - 2rem);
        content: "";
        background-color: #E5E5E5;
        z-index: -1;
        display: block; }
      .case .list:nth-child(even) .col-12.col-md-6:first-child:after {
        position: absolute;
        left: 30px;
        top: -30px;
        width: 130%;
        height: calc(100% - 2rem);
        content: "";
        background-color: #E5E5E5;
        z-index: -1;
        display: block; }
      .case .list:nth-child(even) .col-12.col-md-6 img {
        transform: translateX(50px); } }
  @media (min-width: 992px) {
    .case .list {
      margin-bottom: 7rem; }
      .case .list .col-12.col-md-6 .title {
        font-size: 2.78rem;
        margin-bottom: 2rem; }
      .case .list:nth-child(odd) .col-12.col-md-6 img {
        transform: translateX(-100px);
        margin-bottom: 0; }
      .case .list:nth-child(odd) .col-12.col-md-6:first-child:after {
        position: absolute;
        right: 50px;
        top: -50px;
        width: 200%;
        height: calc(100% - 2rem);
        content: "";
        background-color: #E5E5E5;
        z-index: -1;
        display: block; }
      .case .list:nth-child(even) .col-12.col-md-6:first-child:after {
        position: absolute;
        left: 50px;
        top: -50px;
        width: 200%;
        height: calc(100% - 2rem);
        content: "";
        background-color: #E5E5E5;
        z-index: -1;
        display: block; }
      .case .list:nth-child(even) .col-12.col-md-6 img {
        transform: translateX(100px); } }

.title {
  position: relative;
  color: #333;
  margin-bottom: 1rem;
  font-size: 2rem;
  transition: all 0.3s linear; }
  .title:before {
    position: absolute;
    width: 40px;
    height: 3px;
    left: -40px;
    top: 0;
    content: "";
    background-color: #99cc00;
    transform: rotate(-45deg); }

.wrap {
  margin: 2rem 0 4rem 0; }
  .wrap img {
    margin-bottom: 2.5rem;
    transform: none; }
  .wrap .intro {
    position: relative; }
    .wrap .intro:after {
      position: absolute;
      left: -10%;
      top: -5rem;
      width: 150%;
      height: 150%;
      content: "";
      background-color: #E5E5E5;
      z-index: -1; }
    .wrap .intro .sub-title {
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 1rem; }
    .wrap .intro p {
      font-size: 1rem; }
  @media (min-width: 992px) {
    .wrap {
      margin-top: 6rem; }
      .wrap img {
        margin-bottom: 1.5rem;
        transform: translateX(-100px) scale(1.2); }
      .wrap .intro {
        position: relative; }
        .wrap .intro:after {
          position: absolute;
          left: -85px;
          top: -100px;
          width: 200%;
          height: 120%;
          content: "";
          background-color: #E5E5E5;
          z-index: -1; } }

.prods-list a:link, .prods-list a:visited {
  color: #232522;
  display: block;
  overflow: hidden;
  transition: all 0.3s linear; }
  .prods-list a:link h3, .prods-list a:visited h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    text-align: center;
    font-weight: normal; }
  .prods-list a:link img, .prods-list a:visited img {
    transform: none;
    transition: all 0.3s linear; }
.prods-list a:hover, .prods-list a:active {
  color: #99cc00;
  display: block; }
  .prods-list a:hover h3, .prods-list a:active h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    text-align: center;
    font-weight: normal; }
  .prods-list a:hover img, .prods-list a:active img {
    transform: scale(1.1);
    transition: all 0.3s linear; }

.prods-intro-seo {
  margin: 4rem 0;
  position: relative;
  z-index: 1;
  font-size: 0.9rem; }
  .prods-intro-seo:after {
    position: absolute;
    left: -3rem;
    top: -3rem;
    width: 200%;
    height: calc(100% + 6rem);
    content: "";
    background-color: #e5e5e5;
    z-index: -1; }

.basic {
  position: relative; }
  .basic:after {
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 200%;
    height: 1px;
    content: "";
    background-color: #cdcdcd;
    opacity: 0.5; }
  .basic .prods-name {
    font-size: 1.9rem;
    color: #99cc00;
    margin-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .basic .prods-name {
        font-size: 2.78rem;
        color: #999;
        margin-bottom: 2.5rem; } }
  .basic .prods-intro {
    font-size: 1rem;
    margin-bottom: 3rem; }
    .basic .prods-intro p {
      line-height: 1.8rem; }
  .basic .gallery-slider .slider-wrap img {
    width: 100%;
    height: auto; }
  .basic .gallery-slider .slider-wrap .ratio {
    margin-top: 13.3333%; }
  .basic .gallery-slider .slick-prev:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%2399cc00' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' clip-rule='evenodd'/></svg>"); }
  .basic .gallery-slider .slick-next:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%2399cc00' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>"); }
  .basic .gallery-slider .slick-prev {
    left: 0; }
  .basic .gallery-slider .slick-next {
    right: 48px; }
  .basic .slider-nav .slider-wrap {
    border: 1px solid #cdcdcd;
    display: flex !important;
    align-items: center; }
    .basic .slider-nav .slider-wrap img {
      width: 100%;
      height: auto;
      z-index: -1;
      aspect-ratio: 4 / 3; }
    .basic .slider-nav .slider-wrap.video {
      position: relative;
      overflow: hidden; }
      .basic .slider-nav .slider-wrap.video:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 102%;
        height: 102%;
        background-image: url("../images/play-circle.svg");
        background-size: 30px auto;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1; }
    .basic .slider-nav .slider-wrap:hover {
      cursor: pointer; }
  .basic .slider-nav .slick-current .slider-wrap {
    border: 1px solid #99cc00; }
  .basic .slider-nav .slick-prev, .basic .slider-nav .slick-next {
    height: 100% !important; }
    .basic .slider-nav .slick-prev:before, .basic .slider-nav .slick-next:before {
      background-color: black;
      width: 24px;
      height: 100%; }
  .basic .slider-nav .slick-prev {
    left: -24px; }
  .basic .slider-nav .slick-next {
    right: 0; }
  .basic .btn-control {
    position: inherit;
    right: auto;
    top: auto;
    transform: none;
    min-width: 135px;
    z-index: 1025; }
    .basic .btn-control .container {
      padding: 0 !important;
      background-color: transparent;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      .basic .btn-control .container:before {
        display: none !important; }
      .basic .btn-control .container:after {
        display: none !important; }
      @media (min-width: 1200px) {
        .basic .btn-control .container {
          padding: 10px 0 !important;
          background-color: #daecc1;
          border-bottom-left-radius: 15px; } }
    .basic .btn-control ul {
      margin: 2rem 0 0 0;
      position: relative;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      transition: all 0.3s linear; }
      .basic .btn-control ul:before {
        display: none; }
      .basic .btn-control ul li {
        list-style: none;
        font-size: 1rem;
        display: inline-flex;
        flex: 1 0 0%; }
        .basic .btn-control ul li a:link, .basic .btn-control ul li a:visited {
          color: #999;
          display: block;
          padding: 0.5rem 1rem;
          position: relative;
          width: 100%;
          transition: all 0.3s linear; }
          .basic .btn-control ul li a:link:before, .basic .btn-control ul li a:visited:before {
            position: absolute;
            right: auto;
            left: 0;
            top: 50%;
            bottom: auto;
            width: 1px;
            height: 50%;
            content: "";
            background-color: #cdcdcd;
            transform: translateY(-50%);
            transition: all 0.3s linear; }
        .basic .btn-control ul li a:hover, .basic .btn-control ul li a:active {
          color: #99cc00;
          display: block;
          padding: 0.5rem 1rem;
          position: relative; }
          .basic .btn-control ul li a:hover:before, .basic .btn-control ul li a:active:before {
            position: absolute;
            right: auto;
            left: 0;
            top: 50%;
            bottom: auto;
            width: 1px;
            height: 50%;
            content: "";
            background-color: #99cc00;
            transform: translateY(-50%); }
    .basic .btn-control .button-group {
      margin-top: 1rem;
      transition: all 0.3s linear; }
      .basic .btn-control .button-group button {
        display: inline-block;
        width: auto;
        padding: 0.5rem 1rem;
        text-align: left; }
      .basic .btn-control .button-group .btn-inquiry {
        background-color: #cdcdcd;
        border: 0;
        border-radius: 0;
        margin-bottom: 1.5rem;
        color: #232522;
        font-size: 1rem; }
        .basic .btn-control .button-group .btn-inquiry:hover {
          background-color: #333;
          color: white; }
    @media (min-width: 1200px) {
      .basic .btn-control {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        min-width: 90px; }
        .basic .btn-control ul {
          margin: 0;
          display: block;
          flex-wrap: nowrap; }
          .basic .btn-control ul li {
            font-size: 1rem;
            display: block; }
            .basic .btn-control ul li a:link, .basic .btn-control ul li a:visited {
              color: #232522;
              display: block;
              padding: 0.5rem 1rem;
              position: relative;
              width: 100%;
              transition: all 0.3s linear; }
              .basic .btn-control ul li a:link:before, .basic .btn-control ul li a:visited:before {
                position: absolute;
                right: 0;
                left: auto;
                top: auto;
                bottom: 0;
                width: 0;
                height: 1px;
                content: "";
                background-color: #cdcdcd;
                transform: none; }
            .basic .btn-control ul li a:hover, .basic .btn-control ul li a:active {
              color: #99cc00;
              display: block;
              padding: 0.5rem 1rem;
              position: relative; }
              .basic .btn-control ul li a:hover:before, .basic .btn-control ul li a:active:before {
                position: absolute;
                right: 0;
                left: auto;
                top: auto;
                bottom: 0;
                width: 100%;
                height: 1px;
                content: "";
                background-color: #99cc00;
                transform: none; }
        .basic .btn-control .button-group button {
          display: block;
          width: 100%;
          padding: 0.5rem 1rem; }
        .basic .btn-control .button-group .btn-inquiry {
          background-color: transparent;
          border: 0;
          margin-bottom: 0;
          color: #232522;
          font-size: 1rem; }
          .basic .btn-control .button-group .btn-inquiry:hover {
            background-color: #333;
            color: white; } }
    @media (min-width: 1400px) {
      .basic .btn-control {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        min-width: 135px; }
        .basic .btn-control .button-group button {
          display: block;
          width: 100%;
          padding: 0.65rem 1rem; }
        .basic .btn-control .button-group .btn-inquiry {
          background-color: transparent;
          border: 0;
          color: #232522;
          font-size: 1rem; }
          .basic .btn-control .button-group .btn-inquiry:hover {
            background-color: #333;
            color: white; } }
  @media (max-width: 1200px) {
    .basic .btn-control.fixed {
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      background-color: white;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .basic .btn-control.fixed .container {
        padding: 0 calc(var(--bs-gutter-x) * .8) !important; }
        .basic .btn-control.fixed .container:before {
          display: none !important; }
        .basic .btn-control.fixed .container:after {
          display: none !important; }
        .basic .btn-control.fixed .container ul {
          margin: 0; }
        .basic .btn-control.fixed .container .button-group {
          margin: 0; }
          .basic .btn-control.fixed .container .button-group .btn-inquiry {
            margin-bottom: 0;
            font-size: 1rem;
            padding: 0.4rem 1.2rem; } }

.ctr-title {
  font-size: 1.3rem;
  color: #698d13;
  font-weight: bold;
  letter-spacing: 0.3rem;
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  font-weight: bold; }
  .ctr-title:before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    content: "";
    background-image: url("../images/icon-ctl-title.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .ctr-title {
      font-size: 1.5rem;
      padding-left: 0;
      color: #999;
      margin-bottom: 3rem; }
      .ctr-title:before {
        left: -55px;
        width: 40px;
        height: 40px; } }

.ctr-subtitle {
  color: #99cc00;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center; }
  .ctr-subtitle:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #99cc00;
    margin-left: 10px; }

.feature, .use, .spec, .dimension {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .feature .table-responsive, .use .table-responsive, .spec .table-responsive, .dimension .table-responsive {
    overflow: auto;
    max-height: 450px; }
  .feature table, .use table, .spec table, .dimension table {
    position: relative; }
    .feature table thead, .use table thead, .spec table thead, .dimension table thead {
      z-index: 9; }
      .feature table thead th, .use table thead th, .spec table thead th, .dimension table thead th {
        background-color: #99cc00;
        font-weight: normal;
        font-size: 1rem;
        padding: 0.85rem;
        position: sticky;
        top: 0; }
    .feature table tbody tr td, .use table tbody tr td, .spec table tbody tr td, .dimension table tbody tr td {
      background-color: #333 !important;
      --bs-table-accent-bg: transparent!important;
      color: #f3f3f3;
      font-size: 1rem;
      padding: 0.85rem;
      min-width: 190px; }
    .feature table tbody tr:nth-child(odd) td, .use table tbody tr:nth-child(odd) td, .spec table tbody tr:nth-child(odd) td, .dimension table tbody tr:nth-child(odd) td {
      background-color: #232522 !important;
      --bs-table-accent-bg: transparent!important; }
    .feature table tbody tr th.sub-title, .use table tbody tr th.sub-title, .spec table tbody tr th.sub-title, .dimension table tbody tr th.sub-title {
      background-color: #99cc00 !important;
      --bs-table-accent-bg:$primary-color!important;
      color: white;
      letter-spacing: 0.1rem;
      font-weight: normal;
      text-align: left;
      font-size: 1rem; }
  .feature:target:before, .use:target:before, .spec:target:before, .dimension:target:before {
    content: "";
    display: block;
    height: 130px; }

.spec {
  position: relative; }
  .spec:after {
    position: absolute;
    left: -50%;
    top: 0;
    width: 200%;
    height: 100%;
    content: "";
    background-color: #333;
    z-index: -2; }
  .spec .ctr-title {
    color: white; }

.editor {
  color: #333; }
  .editor ul li, .editor ol li {
    font-weight: bold; }
  .editor img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0; }

.offcnavas-inq {
  background-color: white;
  color: #232522;
  z-index: 99999 !important;
  font-size: 0.9rem; }
  .offcnavas-inq a {
    color: #232522;
    display: block; }
  .offcnavas-inq .offcanvas-title {
    font-weight: bold;
    font-size: 1.3em; }
  .offcnavas-inq .list {
    padding-bottom: 1em;
    border-bottom: 1px dashed #cdcdcd;
    margin: 0 0 1em 0; }
    .offcnavas-inq .list .btn-delete {
      border: 0;
      background-color: transparent; }
      .offcnavas-inq .list .btn-delete i {
        color: #232522; }
