html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GraphikRegular", "Graphik" !important;
  background-color: #f9f9f9;
  overflow-y: unset !important;
}

html body,
html header ul.nav>li>a,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .heading-font,
html .off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: "GraphikRegular", "Graphik" !important;
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5 {
  display: none;
}

#footer .section.navigation-resources {
  background: #150b00;
}

.homePage {
  background: var(--branding-primary-20, #E5E0DB);
  margin: auto;
  overflow: hidden;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.banner {
  background: var(--branding-primary-20, #E5E0DB);
  position: relative;
}

.banner img {
  width: 100%;
}

.product {
  max-width: 1400px;
  margin: 30px auto;
}

.product .title {
  text-align: center;
  color: #555;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
}

.product .des {
  font-size: 20px;
  color: #777;
  line-height: 24px;
  font-weight: 500;
}

.product .tabBox {
  margin-top: 60px;
  display: flex;
}

.product .tab {
  flex: 0.35;
  overflow: hidden;
}

.product .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  margin: 0;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  background-color: rgba(0, 0, 0, .04);
}

.product .tab button:hover {
  background-color: #ddd;
}

.product .tab button.active {
  background-color: #fff;
  color: #000;
  border-left: 3px solid #446084;
}

.product .tabcontent {
  flex: 1;
  display: none;
  padding: 0 12px;
}

.product .tabcontent>p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #777;
}

.product .sub-tabs {
  overflow: hidden;
  margin-bottom: 10px;
}

.product .sub-tablinks {
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  line-height: unset;
}

.product .sub-tablinks.active {
  background-color: #fff;
  color: #000;
  border-top: 2px solid #446084;
}

.product .color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
}

.product .color-swatch {
  text-align: center;
}

.product .color-swatch img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.ordering {
  max-width: 1400px;
  margin: 60px auto;
}

.ordering .title {
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 15px;
}

.ordering .content .items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.ordering .content .items a img {
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.ordering .content .items a .ringHover {
  display: none;
}

.ordering .content .items .item:hover a .ring {
  display: none;
}

.ordering .content .items .item:hover a .ringHover {
  display: block;
  transform: scale(1) translateZ(0) translateY(0) !important;
}

.ordering .content .items .txt {
  text-align: center;
  padding: 10px 0 20px;
}

.ordering .content .items .txt p {
  opacity: 0.7;
  font-size: 10px;
  margin-bottom: 0;
}

.ordering .content .items .txt a {
  line-height: 1.3;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ordering .content .items .contactUs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ordering .content .items .contactUs a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.ordering .content .items .contactUs a.connection {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.ordering .content .items .contactUs a.login:hover {
  border: 1px px solid #777;
  color: #fff;
  background-color: #777;
  box-shadow: inset 0 0 0 100px #777 !important;
}

.information {
  max-width: 1400px;
  margin: 50px auto 0;
}

.information .title {
  color: #999999;
  font-size: 18px;
  line-height: 24px;
  text-rendering: optimizespeed;
  margin-bottom: 24px;
}

.information p {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.information ul {
  list-style: decimal;
  margin-left: 20px;
}

.information ul li {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.faq {
  max-width: 1400px;
  margin: 100px auto;
}

.faq .title {
  color: #443C33;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

.faq .question {
  color: #443C33;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq .question .plus-minus {
  font-size: 28px;
}

.faq .answer {
  color: #736D66;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 10px;
  display: none;
}

.faq .faq-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.faq .plus-minus {
  float: right;
  font-weight: bold;
  cursor: pointer;
}

.faq .items .item:nth-child(3) .answer {
  margin-left: 20px;
}

.contactUs2 {
  background-color: #7F664D;
  text-align: center;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  padding: 2px 0;
  margin-bottom: 30px;
}

.contactUs2 .contactleft {
  padding: 24px 14px 4px 4px;
}

.contactleft .title {
  color: #FFF;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 12px;
}

.contactleft p {
  color: #FFF;
  font-size: 12px;
  line-height: 130%;
  margin-bottom: 12px;
  max-width: 500px;
  width: 80%;
  margin-left: 10%;

}

.contactright .pum-trigger {
  cursor: pointer;
  background: #000;
  color: #FFF;
  line-height: 140%;
  padding: 20px 10px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
}

.contactright .pum-trigger:hover {
  background: #333;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1440px) {

  .product,
  .ordering,
  .information,
  .faq,
  .contactUs2 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1335px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1025px) {
  .product .tabBox {
    flex-direction: column;
    gap: 20px;
  }

  .product .tab {
    display: flex;
    gap: 10px;
  }
}

@media screen and (min-width: 875px) {}

@media screen and (max-width: 875px) {}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .faq {
    max-width: 100%;
    margin: 60px auto;
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .contactUs2 {
    padding: 24px 0;
    margin: 0 auto 86px auto;
    align-items: center;
    flex-direction: unset;
  }

  .contactUs2 .contactleft {
    width: 70%;
    text-align: left;
    padding: 48px 14px 48px 74px;
  }

  .contactUs2 .contactright {
    width: 19.9%;
    float: right;
    margin-left: 2.4%;
  }

  .contactleft .title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .contactleft p {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 20px;
    max-width: 400px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .displayPh {
    display: block;
  }

  .displayPc {
    display: none !important;
  }

  .ordering .content .items {
    grid-template-columns: repeat(1, 1fr);
  }

  .ordering .content .items a img {
    width: 100%;
  }

  .product .tabcontent {
    padding: 0;
  }

  .product .tab {
    flex-direction: column;
  }

  .faq {
    max-width: 100%;
    margin: 50px auto;
    padding: 15px;
  }

  .faq .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .faq .question {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .faq .answer {
    font-size: 12px;
    line-height: 16px;
  }

  .faq {
    margin: 30px auto;
  }

  .content-area .product .add-to-cart-button a {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}

@media screen and (max-width: 560px) {}

@media screen and (max-width: 450px) {
  .product .color-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .product .des {
    font-size: 16px;
    color: #777;
    line-height: 24px;
    font-weight: 500;
  }
}

@media screen and (max-width: 370px) {}