@charset "UTF-8";
body {
  background: unset !important;
}

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/rzion/fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/rzion/fonts/MYRIADPRO-REGULAR.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/rzion/fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "Myriad Pro Regular";
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}

ul li::marker {
  /* 		color: #10804b;	 */
}

figure {
  margin: 0;
}

.toppic {
  min-height: 400px;
  display: flex;
  align-items: center;
  text-shadow: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.toppic .entry-title {
  font-size: 75px;
  font-family: "Myriad Pro Bold";
  font-weight: bolder;
  text-transform: uppercase;
}

.toppic .breadcrumbs,
.toppic .woocommerce-breadcrumb {
  position: absolute;
  bottom: 25px;
  color: #fff;
}

.toppic .breadcrumbs *,
.toppic .woocommerce-breadcrumb,
.toppic .woocommerce-breadcrumb * {
  color: #fff !important;
  font-size: 16px !important;
  font-family: Myriad Pro Semibold;
}

.toppic.mini {
  min-height: 112px;
  margin-bottom: 16px;
  background-position: center;
}

.toppic.mini .entry-title {
  font-size: 40px;
}

@media screen and (max-width: 1400px) {
  body:not(.home) .site-main,
  body:not(.archive) .site-main {
    /* 			padding-left: 10px;
    padding-right: 10px; */
  }
}
@media screen and (max-width: 768px) {
  .toppic {
    min-height: 200px;
  }
  .toppic .entry-title {
    font-size: 30px;
  }
  .toppic .breadcrumbs *,
  .toppic .woocommerce-breadcrumb,
  .toppic .woocommerce-breadcrumb * {
    font-size: 14px !important;
  }
}
.yoast-breadcrumbs {
  margin-top: 35px;
  margin-bottom: 46px;
  font-size: 16px;
}

.yoast-breadcrumbs a {
  color: #000;
}

.sectionT {
  margin-top: 73px;
  margin-bottom: 40px;
}

.sectionTitle {
  text-align: center;
  font-family: Myriad Pro Semibold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sectionTitle.regular {
  font-family: Myriad Pro Regular;
}

.sectionTitleLine {
  width: 204px;
  position: relative;
  border-top: 1px solid #ccc;
  margin: 0 auto;
}

.sectionTitleLine::after {
  content: "";
  position: absolute;
  width: 57px;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 4px solid #10804b;
}

.sectionTitleLine.left {
  margin-left: 0;
}

.sectionTitleLine.left::after {
  left: 0;
  transform: unset;
}

.sectionTitleLine.full {
  width: 100%;
}

.sectionTitleLine.without::after {
  display: none;
}

.lastestArticles .item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
}

.lastestArticles .item figure {
  margin: 0;
}

.lastestArticles .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.lastestArticles .item .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._container {
  max-width: 1376px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .grid.grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.content-area.posts .grid {
  gap: 15px;
}

.content-area.posts article {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.content-area.posts article .pic img {
  max-height: 176px;
  object-fit: cover;
}

.content-area.posts article .text {
  padding: 18px 18px 15px 20px;
}

.content-area.posts article .text .postTitle {
  font-family: "Myriad Pro Regular";
  font-size: 24px;
  color: #10110e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 72px;
  margin-bottom: 30px;
}

.content-area.posts article .text .postDate {
  font-family: "Myriad Pro Regular";
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 20px;
  white-space: break-spaces;
}

.content-area.posts article .text .postLink {
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  color: #10804b;
  border-bottom: 1px solid #10804b;
  padding-bottom: 5px;
}

.navigation.pagination {
  margin-top: 42px;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: center;
}

.navigation.pagination .bar {
  min-width: 230px;
  height: 28px;
  text-align: center;
  background: #f7f7f8;
  color: #595757;
  margin-bottom: 14px;
}

.navigation.pagination a,
.navigation.pagination span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 99px;
}

.navigation.pagination a {
  background: #f7f7f8;
  color: #595757;
  transition: all 0.3s;
}

.navigation.pagination a.prev,
.navigation.pagination a.next {
  background: #10804b;
  color: #fff;
}

.navigation.pagination span,
.navigation.pagination a:hover {
  background: #595757;
  color: #f7f7f8;
}

.cky-notice {
  width: 78%;
  margin: 0 auto;
  max-width: 1920px;
}

.cky-btn-accept {
  border-radius: 20px !important;
}

body .cky-notice .cky-title {
  display: none;
}

body .cky-notice-btn-wrapper .cky-btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}

.ff-message-success {
  display: none；;
}

#footer {
  clear: both;
}

#footer .wp-block-separator {
  border: 0;
  border-top: 1px solid;
}

#footer .wpcf7 input[type=email] {
  width: 100%;
  padding-left: 10px;
  border-color: #029b49;
  box-shadow: 0 0 2px 0 #029b49;
  font-size: 14px;
}

#footer .wpcf7 input[type=submit] {
  float: right;
  width: auto;
  padding: 0.6rem 1.8rem !important;
  background-color: #029b49;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.125em;
}

#footer .footer-social-links {
  margin: 0;
  padding: 0;
  float: left;
  display: flex;
  gap: 20px;
}

#footer .footer-social-links li {
  display: inline-block;
}

#footer .footer-social-links li a {
  color: #595757;
}

#footer .footlinks a {
  color: #595757;
}

#footer .footer-social-links a svg {
  width: 25px;
  height: 25px;
  filter: invert(60%) saturate(0%) hue-rotate(86deg) brightness(100%) contrast(100%);
}

.faq_container {
  background: linear-gradient(60deg, rgb(30, 120, 52) 21%, rgb(178, 202, 64) 54%, rgb(107, 163, 44) 70%, rgb(178, 202, 64) 100%);
}

.faq_container * {
  color: #fff;
}

.wpcf7 input {
  max-width: 100%;
}

body.single .postDate {
  font-size: 16px;
  margin-top: 37px;
  color: #595757;
}

body.single .postTitle {
  margin-top: 52px;
  margin-bottom: 30px;
  font-family: "Myriad Pro Regular";
  font-size: 40px;
  line-height: 24px;
  color: #000;
  max-width: 60%;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
}

body.single .featured_image img {
  width: 100%;
}

.dgwt-wcas-suggestions-wrapp {
  transform: translateY(20px);
}

.dgwt-wcas-preloader.dgwt-wcas-close {
  display: none;
}

@media (max-width: 768px) {
  body.single .postTitle {
    font-size: 32px;
    max-width: 100%;
    line-height: 3rem;
  }
  .sectionTitle {
    font-size: 32px;
  }
}
#masthead {
  position: sticky;
  top: 0;
}

#masthead .topbar {
  width: 100%;
  height: 40px;
  background: #68737a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 80px;
  margin: 0;
  border: 0;
}

#masthead .topbar .links {
  display: flex;
  gap: 38px;
}

#masthead .topbar .links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

#masthead .topbar2 {
  display: none;
}

@media screen and (max-width: 768px) {
  #masthead .topbar {
    justify-content: center;
    padding: 10px;
    height: auto;
  }
  #masthead .topbar1 {
    display: none;
  }
  #masthead .topbar2 {
    display: flex;
  }
}
#masthead .middlebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 80px;
  /* 		position: relative; */
  background: #fff;
  height: 68px;
}

#masthead .middlebar .logo {
  width: 106px;
}

#masthead .middlebar .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#masthead .middlebar .menus {
  display: flex;
  align-items: center;
  font-family: "Myriad Pro Semibold";
}

#masthead .middlebar .menus .mega-menu-description {
  display: none !important;
}

#masthead .middlebar .menus .other {
  display: flex;
  gap: 18px;
}

#masthead .middlebar .menus .other a {
  border: 1px solid #757575;
  border-radius: 20px;
  line-height: 30px;
  width: 116px;
  height: 30px;
  text-align: center;
  color: #757575;
  font-weight: bold;
  font-size: 14px;
}

#masthead .middlebar .menus .other form {
  position: relative;
}

#masthead .middlebar .menus .other .dgwt-wcas-search-wrapp {
  min-width: unset;
  width: auto;
}

#masthead .middlebar .menus .other input {
  border: 1px solid #757575;
  border-radius: 20px;
  width: 212px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  padding-left: 15px;
  font-family: sans-serif;
  font-size: 14px;
  color: #757575;
}

#masthead .middlebar .menus .other input::placeholder {
  font-style: unset;
  color: #757575;
}

#masthead .middlebar .menus .other i,
#masthead .middlebar .menus .other svg {
  position: absolute;
  left: unset;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  fill: #757575;
  opacity: 1 !important;
}

#footer .links a {
  text-decoration: underline;
}

#masthead .middlebar .mobile-search {
  display: none;
}

@media screen and (min-width: 1536px) {
  #masthead .middlebar .menus {
    gap: 176px;
  }
}
@media screen and (max-width: 1400px) {
  #masthead .middlebar {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #masthead .middlebar {
    /* 			align-items: unset; */
    /* 			flex-direction: column; */
    padding: 0 20px;
    /* 			padding-bottom: 20px; */
    height: auto;
  }
  #masthead .middlebar .logo {
    padding: 14px 0;
  }
  #masthead .middlebar .menus {
    /* 			flex-direction: column; */
    gap: 20px;
  }
  #masthead .middlebar .menus .mega-menu-wrap {
    width: 100%;
  }
  #masthead .middlebar .menus .other {
    display: none;
  }
  #masthead .middlebar .mobile-search {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  #masthead .middlebar .menus {
    width: 70%;
    justify-content: space-between;
  }
}
.ff-message-success {
  display: none;
}

.ff-message-success p {
  margin: 0;
}

#global_fluent_success {
  display: none;
  background: rgb(201, 230, 210);
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
}

#global_fluent_success.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

#global_fluent_success p {
  margin: 0;
  color: #10804b;
}

.fluentform_wrapper_1 {
  display: flex;
  flex-direction: column-reverse;
}

#fluentform_1 {
  position: relative;
}

#fluentform_1 fieldset > .ff-t-container,
#fluentform_1 fieldset > .ff-el-group {
  padding: 0 30px;
}

#fluentform_1 .formTitle {
  background: #109c4b;
  color: #fff;
  padding: 5px;
  font-size: 34px;
  text-align: center;
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fluentform_1 .hint {
  color: #109c4b;
}

#fluentform_1 .ff-el-input--label label,
#fluentform_1 .ff-el-input--label label::after {
  color: #109c4b;
}

#fluentform_1 h2 {
  font-size: 24px;
  color: #109c4b;
  font-family: "Myriad Pro Semibold";
}

#fluentform_1 .hint2 {
  font-size: 14px;
  color: #595757;
  font-family: "Myriad Pro Regular";
}

#fluentform_1 .ff-el-group {
  margin-bottom: 14px;
}

#fluentform_1 .fluentform_1 {
  margin-bottom: 4px;
}

#fluentform_1 .checkWrap .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#fluentform_1 .ff-el-form-control {
  padding: 15px;
  height: 40px;
}

#fluentform_1 .ff-el-form-check {
  margin-bottom: 0;
}

#fluentform_1 textarea {
  height: 91px;
}

#fluentform_1 .ff-btn-submit {
  min-width: 160px;
  font-size: 22px;
  font-family: "Myriad Pro Semibold";
  margin-top: 12px;
}

#fluentform_1 .ff-message-success {
  margin-top: 0;
}

.fluentform_wrapper_4 {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 0 10px 0 #ccc;
  padding: 35px 0;
}

#fluentform_4 {
  position: relative;
}

#fluentform_4 fieldset > .ff-t-container,
#fluentform_4 fieldset > .ff-el-group {
  padding: 0 30px;
  gap: 0 40px;
}

#fluentform_4 .formTitle {
  background: #109c4b;
  color: #fff;
  padding: 5px;
  font-size: 34px;
  text-align: center;
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fluentform_4 .hint {
  color: #109c4b;
}

#fluentform_4 .ff-el-input--label label,
#fluentform_4 .ff-el-input--label label::after {
  color: #109c4b;
}

#fluentform_4 h2 {
  font-size: 24px;
  color: #109c4b;
  font-family: "Myriad Pro Semibold";
  font-weight: bold;
}

#fluentform_4 .hint2 {
  font-size: 14px;
  color: #595757;
  font-family: "Myriad Pro Regular";
}

#fluentform_4 .ff-el-group {
  margin-bottom: 14px;
}

#fluentform_4 .fluentform_4 {
  margin-bottom: 4px;
}

#fluentform_4 .checkWrap .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#fluentform_4 .ff-el-form-control {
  padding: 15px;
  height: 40px;
}

#fluentform_4 .ff-el-form-check {
  margin-bottom: 0;
}

#fluentform_4 textarea {
  height: 91px;
}

#fluentform_4 .ff-btn-submit {
  min-width: 160px;
  font-size: 22px;
  font-family: "Myriad Pro Semibold";
  margin-top: 12px;
}

#fluentform_4 .ff-message-success {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #fluentform_4 .checkWrap .ff-el-input--content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.quoteBtn {
  cursor: pointer;
}

#quoteBox {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

#quoteBox.active {
  display: block;
}

#quoteBox .bg {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

#quoteBox .formBox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  z-index: 999999;
  background: #fff;
  overflow-x: hidden;
  padding: 20px;
  height: 80vh;
}

#quoteBox .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}

#quoteBox .closeBtn span {
  width: 20px;
  height: 1px;
  background-color: #333;
  display: block;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

#quoteBox .closeBtn span:last-child {
  transform: rotate(-45deg);
}

#quoteBox #fluentform_5 .checkWrap .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#quoteBox #fluentform_5 {
  position: relative;
}

#quoteBox #fluentform_5 fieldset > .ff-t-container,
#quoteBox #fluentform_5 fieldset > .ff-el-group {
  gap: 0 40px;
}

#quoteBox #fluentform_5 .formTitle {
  background: #109c4b;
  color: #fff;
  padding: 5px;
  font-size: 34px;
  text-align: center;
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#quoteBox #fluentform_5 .hint {
  color: #109c4b;
}

#quoteBox #fluentform_5 .ff-el-input--label label,
#quoteBox #fluentform_5 .ff-el-input--label label::after {
  font-family: "Myriad Pro Semibold";
  color: #109c4b;
}

#quoteBox #fluentform_5 h2 {
  font-size: 24px;
  color: #109c4b;
  font-family: "Myriad Pro Semibold";
  font-weight: bold;
}

#quoteBox #fluentform_5 .hint2 {
  font-size: 14px;
  color: #595757;
  font-family: "Myriad Pro Regular";
}

#quoteBox #fluentform_5 .ff-el-group {
  margin-bottom: 14px;
}

#quoteBox #fluentform_5 .checkWrap .ff-el-input--content {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#quoteBox #fluentform_5 .ff-el-form-control {
  padding: 15px;
  height: 40px;
}

#quoteBox #fluentform_5 .ff-el-form-check {
  margin-bottom: 0;
}

#quoteBox #fluentform_5 textarea {
  height: 91px;
}

#quoteBox #fluentform_5 .ff-btn-submit {
  min-width: 160px;
  font-size: 22px;
  font-family: "Myriad Pro Semibold";
  margin-top: 12px;
}

#quoteBox #fluentform_5 .ff-message-success {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #quoteBox #fluentform_5 .checkWrap .ff-el-input--content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #quoteBox .formBox {
    width: 100%;
  }
}
.shop_page .woocommerce-breadcrumb {
  padding: 0 20px;
}

.shop_page .breadcrumbs {
  margin-top: 25px;
  margin-bottom: 36px;
}

.shop_page.category #catinit {
  /* margin-top: 73px;
    margin-bottom: 81px; */
}

.shop_page.category .products {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 40px 28px;
}

.shop_page.category .products::before,
.shop_page.category .products::after {
  display: none;
}

.shop_page.category .products img {
  width: 100%;
  height: 131px;
  background-color: #eaeaea;
}

.shop_page.category .products h2 {
  background-color: unset;
  color: #595757;
  font-size: 16px;
  line-height: 24px;
  font-family: "Myriad Pro Regular";
  padding: 0;
  padding-top: 14px;
  min-height: 0;
}

.shop_page.category .ssdl_filter {
  margin-bottom: 63px;
}

.cat_description {
  /* margin-top: 73px; */
  width: 100%;
  margin-top: 73px;
  margin-bottom: 81px;
}

.cat_description > p {
  margin: 0;
}

@media (max-width: 1400px) {
  .cat_filter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* .spacebwtween {
  width: 100%;
  height: 81px;
} */
.single-product .container {
  max-width: unset;
  padding: 0;
}

.single-product .breadcrumbs,
.single-product .woocommerce .woocommerce-breadcrumb {
  max-width: 1376px;
  padding-top: 0;
  margin: 0 auto;
  margin-top: 25px;
  display: block !important;
}

.single-product ._container.first {
  display: flex;
  gap: 72px;
  margin-top: 35px;
  margin-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-product .gallery {
  width: 470px;
  max-width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  gap: 27px;
  position: relative;
}

.single-product .gallery .main {
  width: 100%;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.single-product .gallery .main .trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
}

.single-product .gallery .main .trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.single-product .gallery .main .trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}

.single-product .gallery .thumbnails {
  width: 100%;
  display: flex;
  align-items: center;
}

.single-product .gallery .thumbnails .swiper {
  width: calc(100% - 86px);
}

.single-product .gallery .thumbnails .swiper-button-prev,
.single-product .gallery .thumbnails .swiper-button-next {
  width: 43px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 1;
  left: 0;
  right: 0;
  top: unset;
  margin-top: 0;
  --swiper-navigation-color: #ddd;
  --swiper-navigation-size: 28px;
}

.single-product .gallery .main,
.single-product .gallery .thumbnails img {
  border: 1px solid #ddd;
}

.single-product .summary {
  width: 610px;
  max-width: 100%;
}

.single-product .summary .product_title {
  font-family: "Myriad Pro Semibold";
  font-size: 40px;
  color: #595757;
  margin-bottom: 34px;
}

.single-product .summary .posted_in {
  display: none;
}

.single-product .summary .quoteBtn {
  width: 162px;
  height: 42px;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  font-family: "Myriad Pro Semibold";
  font-size: 16px;
  color: #fff;
  background: #209345;
  margin-top: 50px;
}

.single-product .summary .woocommerce-product-details__short-description {
  color: #595757;
}

.single-product .summary .tagged_as {
  display: none;
}

.single-product .tabs-content > * {
  padding: 36px 20px;
}

.single-product .tabs-content #tabs-1,
.single-product .tabs-content #tabs-3 {
  background: #f2f2f2;
}

.single-product .tabs-content #tabs-1 {
  padding-top: 75px;
}

.single-product .tabs-content #tabs-1 .logos {
  margin-top: 40px;
  display: flex;
  gap: 22px;
}

.single-product .tabs-content #tabs-1 .logos img {
  height: 44px;
  width: auto;
  object-fit: contain;
}

.single-product .tabs-content .tab-title {
  font-family: "Myriad Pro Semibold";
  font-size: 40px;
}

.single-product .tabs-content .tab-line {
  width: 63px;
  height: 4px;
  background: #10804b;
  margin-bottom: 30px;
}

.single-product .tabs-content .content {
  color: #595757;
}

.single-product .tabs-content .attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-size: 16px;
}

.single-product .tabs-content .attributes .item {
  display: flex;
  gap: 36px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: #fff;
}

.single-product .tabs-content .attributes .item.singular {
  background: #f9f7f7;
}

.single-product .tabs-content .attributes .item .name {
  min-width: 160px;
  font-family: "Myriad Pro Semibold";
}

.single-product .tabs-content .attributes .item .value {
  flex: 1;
}

.single-product .tabs-content .files {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 75px;
}

.single-product .tabs-content .files .cate {
  font-family: "Myriad Pro Semibold";
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.single-product .tabs-content .files .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.single-product .tabs-content .files .list .item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #595757;
  font-family: "Myriad Pro Semibold";
}

.single-product .tabs-content .files .list .item img {
  height: 20px;
}

.single-product .tabs-content .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 75px;
}

.single-product .tabs-content .faq-list .accordions {
  margin-top: 0;
}

.single-product .tabs-content .faq-list .accordions form {
  display: none;
}

.single-product .tabs-content .faq-list .accordion {
  margin: 0;
}

.single-product .tabs-content .faq-list ul {
  padding-left: 0;
}

.single-product .list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.woocommerce-tabs {
  position: sticky;
  top: 108px;
  z-index: 99;
  width: 100%;
  height: 50px;
  margin-bottom: -25px;
}

.woocommerce-tabs ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  margin: 0 auto;
  padding: 0;
}

.woocommerce-tabs ul li {
  font-family: "Myriad Pro Semibold";
  font-size: 22px;
  color: #10804b;
  text-transform: uppercase;
  padding: 12px 20px 10px;
  border: none;
  cursor: pointer;
}

.single-product .related.products {
  min-height: 400px;
  background-image: url("/wp-content/uploads/2024/02/image-68-.png");
  background-position: center;
  background-size: cover;
  margin: 0;
  display: flex;
  align-items: center;
}

.single-product .related.products h2 {
  font-family: "Myriad Pro Semibold";
  font-size: 40px;
  color: #fff;
  padding-left: 0;
  margin-bottom: 20px;
}

.single-product .related.products .list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
}

.single-product .related.products .list a {
  color: #fff;
  font-size: 18px;
}

.single-product .related.products .list img {
  width: 100%;
  height: 152px;
  object-fit: contain;
  background-color: #fff;
}

.single-product .related.products .list .title {
  margin-top: 16px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .woocommerce.archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .shop_page.category .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .shop_page.category .products img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .single-product ._container.first {
    flex-direction: column;
  }
  .single-product .gallery {
    width: 100%;
  }
  .single-product .gallery .main {
    height: auto;
    min-height: 310px;
  }
  .single-product .woocommerce-tabs {
    display: none;
  }
  .single-product .tabs-content .attributes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .single-product .tabs-content .attributes .item {
    height: auto;
  }
  .single-product .tabs-content .attributes .item:nth-child(2n-1) {
    background: #f9f7f7;
  }
  .single-product .tabs-content .attributes .item:nth-child(2n) {
    background: unset;
  }
  .single-product .tabs-content .attributes .item .name {
    min-width: 100px;
  }
  .single-product .tabs-content .files {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .single-product .tabs-content .faq-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .single-product .summary .product_title {
    font-size: 32px;
  }
  .single-product .tabs-content .tab-title {
    font-size: 28px;
  }
  .single-product .related.products {
    padding: 20px;
  }
  .single-product .related.products .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.datasheet_list {
  padding: 50px 20px;
  background-color: #f9f7f7;
}

.datasheet_list ._container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 42px;
}

.datasheet_list ._top_name {
  font-family: "Myriad Pro Semibold";
  font-size: 22px;
  line-height: 24px;
  color: #595757;
  padding-bottom: 10px;
  border-bottom: 1px solid #595757;
  margin-bottom: 26px;
}

.datasheet_list ._sub_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.datasheet_list ._sub_list ._sub_name {
  font-family: "Myriad Pro Semibold";
  font-size: 18px;
  line-height: 24px;
  color: #595757;
  margin-bottom: 10px;
}

.datasheet_list ._sub_list .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.datasheet_list ._sub_list .list a {
  /*         width: max-content; */
  border-bottom: 1px solid #10804b;
}

@media screen and (max-width: 768px) {
  .datasheet_list ._container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0 20px;
  }
}

/*# sourceMappingURL=all.css.map */
