<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-main-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.product-main-wrapper .product-box-wrapper {
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.product-main-wrapper .product-box-wrapper .recent-pro-cover-wrapper {
  display: flex;
  width: 100%;
  max-width: 350px;
  flex: 0 0 100%;
}
.product-main-wrapper .product-box-wrapper .recent-pro-cover-wrapper .recent-pro-cover {
  width: 100%;
  max-width: 320px;
  max-height: unset;
}
.product-main-wrapper .product-box-wrapper .recent-pro-cover-wrapper .recent-pro-cover .name-pro {
  font-size: 24px;
}
.product-main-wrapper .product-box-wrapper .recent-pro-cover-wrapper .recent-pro-cover .prod-description {
  font-size: 16px;
  color: #777777;
}

.related-product-wrapper {
  justify-content: center;
}

.single-product .site-content .content-area {
  padding-top: 0;
}
.single-product .site-content .content-area .entry {
  margin-top: 0;
  padding-top: 40px;
  background-color: #ffffff;
}
.single-product .site-content .content-area .entry .product-title::before {
  display: none;
}
.single-product .site-content footer .footerMenu .footLeft .menu-item {
  line-height: 22px;
}
.single-product .site-content footer .footerMenu .addressp {
  margin-bottom: 0;
}

.single-product .homeAboutSec h2:before {
  display: none;
}
.single-product .homeAboutSec p {
  font-size: 16px;
}

.resource-cover-desc .download-cover.download-category {
  max-width: 100%;
}
.resource-cover-desc .download-cover.download-category .resource-product-wrapper {
  flex: 0 0 100%;
}
.resource-cover-desc .download-cover.download-category .resource-product-wrapper .catalog-para {
  gap: 30px;
}
.resource-cover-desc .download-cover.download-category .resource-product-wrapper .catalog-para &gt; br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .resource-cover-desc .download-cover.download-category .resource-product-wrapper .catalog-para img {
    width: 100%;
    max-width: 200px;
  }
}
.resource-cover-desc .download-cover.download-category .resource-product-wrapper .catalog-para .catalog-span .btn {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 20px !important;
}
@media only screen and (max-width: 768px) {
  .resource-cover-desc .download-cover.download-category .resource-product-wrapper .catalog-para {
    flex-direction: column;
  }
}
.resource-cover-desc .download-cover.download-category .resource-product-wrapper &gt; .btn {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}/*# sourceMappingURL=product.css.map */</pre></body></html>