@charset "UTF-8";
.one-line,
.two-lines,
.three-lines,
.content-loop .wp-block-post-excerpt__excerpt,
.entry-content .content-loop .wp-block-post-excerpt__excerpt,
.four-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.one-line {
  -webkit-line-clamp: 1; }

.two-lines {
  -webkit-line-clamp: 2; }

.three-lines, .content-loop .wp-block-post-excerpt__excerpt,
.entry-content .content-loop .wp-block-post-excerpt__excerpt {
  -webkit-line-clamp: 3; }

.four-lines {
  -webkit-line-clamp: 4; }

textarea {
  font-family: "Inter", sans-serif; }

.top-bar {
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }
  .top-bar a {
    color: #777; }

header.wp-block-template-part {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  position: relative; }
  header.wp-block-template-part .wp-block-navigation a:hover {
    color: var(--wp--preset--color--primary); }

.header-search {
  position: relative; }

.header-search-icon {
  width: 16px;
  display: inline-block;
  text-align: right; }

.header-search-form {
  display: none;
  position: absolute;
  width: 230px;
  top: -35px;
  right: 28px;
  z-index: 99; }
  .header-search-form:after {
    content: " ";
    clear: both;
    display: block; }
  .header-search-form .wp-block-search__inside-wrapper,
  .header-search-form .wp-block-search__input {
    height: 38px !important;
    line-height: 38px !important; }
  .header-search-form .wp-block-search__input {
    background-color: #f5f5f5 !important;
    border: none;
    font-size: 13px;
    box-shadow: none; }
    .header-search-form .wp-block-search__input:focus {
      background-color: #f0f0f0 !important;
      border: none;
      box-shadow: none !important; }
  .header-search-form .wp-block-search__button {
    background-color: #ffbe02;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 16px;
    font-weight: bold;
    padding: 0 6px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .header-search-form .wp-block-search__button:hover {
      background-color: #ffb310; }
    .header-search-form .wp-block-search__button svg {
      fill: #fff;
      vertical-align: middle;
      position: relative;
      top: -1px; }

.header-search-icon {
  position: relative;
  top: 4px; }
  .header-search-icon:hover {
    cursor: pointer; }
  .header-search-icon .icon-search,
  .header-search-icon .icon-times {
    background-image: url("assets/images/search-close.png");
    background-size: 32px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden; }
  .header-search-icon .icon-search {
    background-position: 0 0; }
  .header-search-icon .icon-search.active {
    display: none; }
  .header-search-icon .icon-times {
    display: none;
    background-position: -16px 0; }
  .header-search-icon .icon-times.active {
    display: inline-block; }

/* Blog Page */
.content-loop .wp-block-post-excerpt__excerpt,
.related-posts .wp-block-post-excerpt__excerpt {
  margin-bottom: 0; }
.content-loop .wp-block-post-excerpt__more-text,
.related-posts .wp-block-post-excerpt__more-text {
  margin-top: 10px; }
.content-loop .wp-block-post-excerpt__more-link,
.related-posts .wp-block-post-excerpt__more-link {
  border-bottom: 2px solid #f0f0f0;
  border-radius: 0;
  color: var(--wp--preset--color--ocean);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 0 2px 0;
  text-transform: uppercase; }
  .content-loop .wp-block-post-excerpt__more-link:hover,
  .related-posts .wp-block-post-excerpt__more-link:hover {
    border-color: var(--wp--preset--color--ocean);
    box-shadow: none; }

.page-id-6849 .content-loop .wp-block-post,
.post-type-archive-product .content-loop .wp-block-post {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.content-loop .wp-block-post,
.entry-content .content-loop .wp-block-post {
  border-bottom: 1px dashed #e9e9e9;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 10px; }
  .content-loop .wp-block-post:after,
  .entry-content .content-loop .wp-block-post:after {
    clear: both;
    content: " ";
    display: block; }
  .content-loop .wp-block-post .wp-block-post-title,
  .entry-content .content-loop .wp-block-post .wp-block-post-title {
    margin: 0;
    padding: 0; }
.content-loop .has-post-thumbnail .taxonomy-category,
.entry-content .content-loop .has-post-thumbnail .taxonomy-category {
  display: block; }
.content-loop .wp-block-post-terms__separator,
.entry-content .content-loop .wp-block-post-terms__separator {
  display: none; }
.content-loop .wp-block-post-author__name a:hover,
.entry-content .content-loop .wp-block-post-author__name a:hover {
  color: #222; }
.content-loop .taxonomy-category,
.entry-content .content-loop .taxonomy-category {
  margin: 0 0 10px 0;
  display: none; }
  .content-loop .taxonomy-category a,
  .entry-content .content-loop .taxonomy-category a {
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #666;
    display: none;
    font-size: 12px !important;
    height: 22px;
    line-height: 22px;
    padding: 0 8px; }
    .content-loop .taxonomy-category a:first-child,
    .entry-content .content-loop .taxonomy-category a:first-child {
      display: inline-block; }
    .content-loop .taxonomy-category a:hover,
    .entry-content .content-loop .taxonomy-category a:hover {
      background-color: #222 !important;
      color: #fff; }
.content-loop .wp-block-post-excerpt__excerpt,
.entry-content .content-loop .wp-block-post-excerpt__excerpt {
  margin-bottom: 0; }

.wp-block-post-author {
  height: 24px;
  line-height: 24px; }
  .wp-block-post-author a {
    text-decoration: none; }
    .wp-block-post-author a:hover {
      color: #222 !important; }
  .wp-block-post-author .wp-block-post-author__avatar img {
    border-radius: 50%;
    width: 24px;
    height: auto; }

.product-loop .wp-block-post-featured-image {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }

.search-loop .wp-block-post {
  border-bottom: 1px dashed #e6e6e6;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0; }
  .search-loop .wp-block-post:after {
    content: " ";
    clear: both;
    display: block; }
  .search-loop .wp-block-post:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .search-loop .wp-block-post .wp-block-post-excerpt__more-text {
    margin-top: 5px; }
  .search-loop .wp-block-post .wp-block-post-excerpt__more-link {
    color: var(--wp--preset--color--primary);
    font-size: 13px;
    font-weight: 600; }
    .search-loop .wp-block-post .wp-block-post-excerpt__more-link:hover {
      color: #222; }
.search-loop .wp-block-post-title a {
  display: inline; }

.footer-list {
  padding: 0; }
  .footer-list li {
    list-style: none;
    margin-bottom: 5px; }

@media only screen and (min-width: 768px) {
  .footer-list {
    max-height: 100% !important; } }
.bottom-contact figure {
  line-height: 1.3; }

.single .wp-block-post-terms.taxonomy-category .wp-block-post-terms__separator {
  display: none; }
.single .wp-block-post-terms.taxonomy-category a {
  background-color: #f4f5f6;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 8px; }
  .single .wp-block-post-terms.taxonomy-category a:hover {
    background-color: #222;
    color: #fff; }
.single .wp-block-post-terms.taxonomy-category .wp-block-post-terms__separator {
  display: none; }
.single .wp-block-post-terms.taxonomy-post_tag a {
  background-color: #f4f5f6;
  border-radius: 4px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 8px; }
  .single .wp-block-post-terms.taxonomy-post_tag a:hover {
    background-color: #222;
    color: #fff; }
.single .wp-block-post-terms.taxonomy-post_tag .wp-block-post-terms__separator {
  display: none; }

.single .wp-block-post-content p a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline; }

.wp-block-comments .comment {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 2rem 0 0 0; }
  .wp-block-comments .comment p {
    margin: 0 0 20px 0; }
    .wp-block-comments .comment p:last-child {
      margin-bottom: 0; }
  .wp-block-comments .comment .wp-block-comment-author-name {
    font-weight: bold; }
  .wp-block-comments .comment time a:hover,
  .wp-block-comments .comment .wp-block-comment-edit-link a:hover,
  .wp-block-comments .comment .wp-block-comment-reply-link a:hover {
    color: #222; }
.wp-block-comments .comment-reply-title {
  font-weight: bold; }
.wp-block-comments .logged-in-as {
  color: #999;
  font-size: 14px; }
  .wp-block-comments .logged-in-as a {
    color: var(--wp--preset--color--primary); }
.wp-block-comments .required {
  color: red; }

.wp-block-post-author__name a:hover {
  color: #222; }

.author-box {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 1.5rem; }
  .author-box:after {
    clear: both;
    content: " ";
    display: block; }
  .author-box .wp-block-post-author__avatar {
    margin-right: 10px; }
  .author-box .wp-block-post-author__name {
    color: #222;
    font-weight: bold; }
  .author-box .wp-block-post-author-biography {
    font-size: 0.95em; }
    .author-box .wp-block-post-author-biography a {
      color: var(--wp--preset--color--primary);
      text-decoration: underline; }
      .author-box .wp-block-post-author-biography a:hover {
        text-decoration: none; }

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border-color: #e9e9e9; }

/* Site Header */
.wp-block-site-title a {
  background: none;
  padding: 0; }

/* Navigation */
@media only screen and (min-width: 1080px) {
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 2px; }

  .wp-block-navigation .wp-block-navigation-item__content {
    padding-top: 10px;
    padding-bottom: 10px; }

  .wp-block-navigation .wp-block-navigation__submenu-container {
    padding: 10px 15px; }
    .wp-block-navigation .wp-block-navigation__submenu-container li {
      padding: 0;
      width: 230px;
      line-height: 1.5; }
      .wp-block-navigation .wp-block-navigation__submenu-container li:last-child {
        border-bottom: none; }
      .wp-block-navigation .wp-block-navigation__submenu-container li a {
        font-weight: 400;
        padding: 7px 0; } }
.full-width-image .wp-block-image.size-full img {
  width: 100%; }

.has-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }

.line-height-clear {
  line-height: 0.5; }

.wp-block-group iframe {
  width: 100%; }

/* Pricing Table */
.pricing-table ul li {
  list-style: none; }

/* Entry Content */
.entry-content {
  /*
  h3 {
      font-size: var(--wp--preset--font-size--large);
  }
  h4 {
      font-size: 1.4rem;
  }
  h5,h6 {
      font-size: var(--wp--preset--font-size--medium);
  }
  */ }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 0 20px 0; }
  .entry-content ul.features {
    padding: 0;
    list-style: none; }
    .entry-content ul.features li {
      background: url(assets/images/check.png) no-repeat 0 6px;
      background-size: 14px 14px;
      margin-bottom: 10px;
      padding-left: 27px; }
  .entry-content ul,
  .entry-content ol {
    margin: 0 0 2rem 0; }
    .entry-content ul li,
    .entry-content ol li {
      line-height: 1.6;
      margin-bottom: 10px; }
  .entry-content table {
    width: 100%; }
  .entry-content fieldset {
    border: 1px solid #e9e9e9;
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.625em 0.75em; }
  .entry-content pre,
  .entry-content .wp-block-preformatted {
    white-space: pre-wrap; }

.single-post .entry-content .wp-block-gallery {
  margin-bottom: 2rem; }
.single-post .entry-content li a {
  color: var(--wp--preset--color--primary);
  text-decoration: underline; }

.sidebar h2 {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  margin: -4px 0 1rem 0;
  padding-bottom: 15px; }
.sidebar .wp-block-categories-list {
  padding: 0 !important; }
  .sidebar .wp-block-categories-list li {
    list-style: none;
    margin-bottom: 10px; }
    .sidebar .wp-block-categories-list li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .sidebar .wp-block-categories-list li:hover .post-count {
      background-color: #e9e9e9;
      color: #666; }
  .sidebar .wp-block-categories-list .post-count {
    float: right;
    background: #f0f0f0;
    border-radius: 4px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    position: relative;
    top: 1px; }
.sidebar .wp-block-latest-posts__list li {
  margin-bottom: 20px; }
  .sidebar .wp-block-latest-posts__list li:after {
    clear: both;
    content: " ";
    display: block; }
  .sidebar .wp-block-latest-posts__list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
.sidebar .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  margin-top: 5px; }
.sidebar .wp-element-button,
.sidebar .wp-block-button__link {
  padding-left: 10px;
  padding-right: 10px; }
.sidebar .wp-block-tag-cloud a {
  background-color: #f4f5f6;
  border-radius: 4px;
  color: #666;
  font-size: 12px !important;
  margin: 0 1px 0 0;
  padding: 1px 6px;
  text-decoration: none; }
  .sidebar .wp-block-tag-cloud a:hover {
    background-color: var(--wp--preset--color--vivid-green-cyan);
    color: #fff; }
.sidebar .contact-note {
  font-size: 13px; }

footer.wp-block-template-part {
  position: relative; }
  footer.wp-block-template-part p a:hover,
  footer.wp-block-template-part li a:hover {
    color: var(--wp--preset--color--primary); }
  footer.wp-block-template-part .has-background input[type="text"],
  footer.wp-block-template-part .has-background input[type="email"],
  footer.wp-block-template-part .has-background textarea {
    border: none; }
    footer.wp-block-template-part .has-background input[type="text"]:focus,
    footer.wp-block-template-part .has-background input[type="email"]:focus,
    footer.wp-block-template-part .has-background textarea:focus {
      border: none; }

.service-item .wp-block-image img {
  width: 100%; }

/* Back to top button */
#back-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px; }

#back-top a {
  background-color: var(--wp--preset--color--primary);
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.3s all;
  text-transform: uppercase; }
  #back-top a:hover {
    color: #fff;
    opacity: 0.8; }
  #back-top a:hover {
    background-color: var(--wp--preset--color--primary);
    text-decoration: none; }

/* Portfolio */
.terminationbox-blocks_portfolio-block.layout-list .terminationbox-blocks_portfolio-block_items-list {
  padding: 0; }

.terminationbox-blocks_portfolio-block .terminationbox-blocks_portfolio-block_filter ul li a {
  font-size: 16px;
  margin: 0 15px; }

.terminationbox-blocks_portfolio-block.layout-list .terminationbox-blocks_portfolio-block_items-list .terminationbox-blocks_portfolio-block_item .terminationbox-blocks_portfolio-block_item-thumbnail {
  margin-bottom: 15px; }
.terminationbox-blocks_portfolio-block.layout-list .terminationbox-blocks_portfolio-block_items-list .terminationbox-blocks_portfolio-block_item .terminationbox-blocks_portfolio-block_item-title {
  font-size: 1.2rem;
  font-weight: 400; }

.service-item .wp-block-image img {
  width: 100%; }

.icon-feature {
  transition: 0.3s all; }
  .icon-feature:hover {
    background-color: #fff; }

.feature-style-2 {
  box-shadow: 0px 0px 1px rgba(23, 52, 110, 0.08), 4px 8px 16px rgba(7, 39, 106, 0.12);
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.3s all; }
  .feature-style-2:hover {
    border-color: var(--wp--preset--color--primary);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }

/* Enter Your Custom CSS Here */
.wp-block-button.has-arrow .wp-element-button {
  background-image: url("assets/images/arrow-right-white.png") !important;
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: right;
  font-weight: 500;
  padding-right: 29px;
  background-position: right 15px center; }

.wp-block-button.is-style-outline:hover .wp-element-button {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.step-number {
  position: relative; }

.step-number p {
  display: block;
  font-weight: 500;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  position: absolute;
  top: -39px;
  border-radius: 50%;
  font-weight: 500; }

.entry-content table {
  border: 1px solid #e9e9e9; }
  .entry-content table td,
  .entry-content table th {
    border: 1px solid #e9e9e9;
    font-size: 15px;
    padding: 0.5rem 1.3rem;
    text-align: left; }
  .entry-content table th {
    font-weight: 600; }
  .entry-content table td:first-child {
    font-weight: 600; }

.schema-faq-section {
  margin-bottom: 2rem; }

.schema-faq-answer {
  margin: 10px 0 0 0; }

/* Yoast Breadcrumbs */
.yoast-breadcrumbs {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 13px;
  padding: 7px 15px; }
  .yoast-breadcrumbs a {
    color: #fff; }
    .yoast-breadcrumbs a:hover {
      color: #fff;
      text-decoration: underline !important; }

/* Home */
.button-pure .wp-block-button {
  background: none; }
  .button-pure .wp-block-button .wp-block-button__link {
    background: none !important;
    border-bottom: 2px solid #f0f0f0;
    border-radius: 0;
    color: var(--wp--preset--color--ocean);
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 2px 0;
    text-transform: uppercase; }
    .button-pure .wp-block-button .wp-block-button__link:hover {
      border-color: var(--wp--preset--color--ocean);
      box-shadow: none; }

.home-features .wp-block-column {
  background: url("assets/images/icon-check.png") no-repeat left 3px;
  background-size: 24px 24px;
  padding-left: 40px; }

/* Product Details */
/* Products Page */
.left-menu ul {
  margin-top: 10px !important;
  padding: 0; }
  .left-menu ul li {
    list-style: none;
    margin-bottom: 8px; }
    .left-menu ul li:last-child {
      margin-bottom: 0; }

.tax-products .wp-block-term-description p {
  margin-bottom: 20px; }
  .tax-products .wp-block-term-description p:last-child {
    margin-bottom: 0; }

.wp-block-query-pagination {
  border-top: 1px solid #e9e9e9;
  margin-top: 20px;
  padding: 20px 0 0 0;
  gap: 0; }
  .wp-block-query-pagination .page-numbers,
  .wp-block-query-pagination a,
  .wp-block-query-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous {
    background-color: #fff !important;
    border-radius: 2px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 !important;
    padding: 0 12px;
    box-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
    .wp-block-query-pagination .page-numbers:hover,
    .wp-block-query-pagination a:hover,
    .wp-block-query-pagination .wp-block-query-pagination-next:hover,
    .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
      background-color: var(--wp--preset--color--primary) !important;
      color: #fff; }
  .wp-block-query-pagination .page-numbers:active,
  .wp-block-query-pagination .page-numbers.current {
    background-color: var(--wp--preset--color--primary) !important;
    color: #fff; }

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-bottom: 0 !important; }

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
  margin: 0 !important; }

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  position: relative;
  top: 1px; }

.wp-block-query-pagination > .wp-block-query-pagination-next {
  margin-left: 4px !important; }

.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-right: 4px !important; }

/* Product Desc.  */
.product-desc:after {
  content: " ";
  clear: both;
  display: block; }

.product-left {
  float: left;
  width: 46%; }
  .product-left .wp-post-image {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(27, 31, 35, 0.05) 0px 0px 0px 1px;
    width: 100%;
    height: auto; }
  .product-left a.popup {
    display: block; }
    .product-left a.popup:hover {
      cursor: zoom-in; }
  .product-left img.mfp-img {
    background-color: #fff; }

.product-right {
  float: right;
  width: 50%; }
  .product-right h1 {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 15px; }
  .product-right .product-number {
    font-size: 13px;
    color: #f47721;
    margin-bottom: 10px; }
  .product-right .product-price {
    margin-bottom: 10px; }
    .product-right .product-price strong {
      font-size: 24px;
      font-weight: 600; }
  .product-right .product-description ul li {
    font-size: 17px;
    list-style: none;
    background: url(assets/images/check.png) no-repeat 0 10px;
    background-size: 12px 12px;
    padding-left: 23px;
    margin-bottom: 15px; }
    .product-right .product-description ul li:last-child {
      margin-bottom: 0; }
  .product-right ul {
    padding-left: 0;
    list-style: none; }
  .product-right .wp-block-buttons {
    margin-top: 25px;
    gap: 16px; }

.product-template-wp-custom-template-product-full-width .product-left {
  width: 42%; }
.product-template-wp-custom-template-product-full-width .product-right {
  width: 54%; }

/* Product Galery */
.product-gallery .click-desc {
  color: #777;
  font-size: 13px;
  margin-top: 10px;
  text-align: center; }
.product-gallery .splide {
  margin: 0 auto; }
.product-gallery .splide__track--fade > .splide__list > .splide__slide {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  aspect-ratio: 1/1; }
.product-gallery .splide__slide img {
  width: 100%; }
  .product-gallery .splide__slide img:hover {
    cursor: zoom-in; }

.product-left #main-slider {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(27, 31, 35, 0.05) 0px 0px 0px 1px; }
.product-left #thumbnail-slider {
  display: flex;
  margin: 1rem auto 0;
  padding: 0 15px;
  justify-content: center; }
  .product-left #thumbnail-slider .splide__arrow {
    width: 1.5em;
    height: 1.5em; }
    .product-left #thumbnail-slider .splide__arrow:hover {
      box-shadow: none; }
      .product-left #thumbnail-slider .splide__arrow:hover svg {
        fill: #222; }
    .product-left #thumbnail-slider .splide__arrow svg {
      fill: #ddd; }
  .product-left #thumbnail-slider .splide__arrow--prev {
    left: -5px; }
  .product-left #thumbnail-slider .splide__arrow--next {
    right: -5px; }
.product-left .splide__track--nav > .splide__list > .splide__slide {
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  list-style: none;
  padding: 4px;
  cursor: pointer;
  opacity: 1; }
  .product-left .splide__track--nav > .splide__list > .splide__slide:hover {
    border-color: #222; }
  .product-left .splide__track--nav > .splide__list > .splide__slide img {
    width: 100%;
    height: auto; }
.product-left .splide__track--nav > .splide__list > .splide__slide.is-active {
  border-width: 1px;
  border-color: #222; }

/* Contact Page */
.single-product .product-content h2.wp-block-heading {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: 2rem;
  position: relative; }
.single-product .product-content p {
  margin: 0 0 25px 0; }
.single-product .product-content ol li,
.single-product .product-content ul li {
  margin-bottom: 10px; }
.single-product .product-content .wp-block-columns {
  margin: 0 0 2rem 0; }
.single-product .product-content a:hover {
  text-decoration: none; }

.single-post .entry-meta a {
  font-weight: 600; }
.single-post .entry-content h1, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
  margin-bottom: 2rem; }
.single-post .entry-content h2.wp-block-heading {
  font-size: var(--wp--preset--font-size--large);
  margin-bottom: 2rem;
  position: relative; }
.single-post .entry-content .size-full img {
  width: 100%;
  height: auto; }
.single-post .entry-content p {
  margin: 0 0 25px 0; }
.single-post .entry-content ol li,
.single-post .entry-content ul li {
  margin-bottom: 10px; }
.single-post .entry-content .wp-block-image {
  margin-bottom: 1.5rem; }
.single-post .entry-content .wp-block-columns {
  margin: 0 0 2rem 0; }
.single-post .entry-content a:hover {
  text-decoration: none; }

/* Related Products */
.related-heading {
  background-color: #f3efec;
  height: 40px;
  line-height: 40px;
  font-size: 1em !important;
  font-weight: normal;
  padding: 0 20px; }

.entry-related {
  margin-top: 20px !important; }

.related-loop {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 3%; }
  .related-loop:after {
    clear: both;
    content: " ";
    display: block; }
  .related-loop .type-product {
    flex-grow: 1;
    width: 31.3%;
    transition: 0.3s all; }
    .related-loop .type-product.product-columns-3 {
      width: 31.3%; }
    .related-loop .type-product.product-columns-4 {
      width: 22.75%; }
  .related-loop img {
    width: 100%;
    height: auto; }
  .related-loop .wp-block-post-featured-image {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }
  .related-loop .entry-title {
    font-size: 1em;
    margin: 0 0 0 0; }
  .related-loop .post-805 {
    display: none; }

/* Contact Form */
.wpcf7-form label {
  font-size: 0.85em;
  font-weight: 600; }
.wpcf7-form p {
  margin-bottom: 20px; }

/* Product Grid */
.product-grid .wp-block-column {
  position: relative; }
  .product-grid .wp-block-column:hover .wp-block-image {
    opacity: 0.5; }
  .product-grid .wp-block-column:hover .sample-link {
    opacity: 1; }
  .product-grid .wp-block-column h3 {
    text-align: center; }
.product-grid .wp-block-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden; }
.product-grid .sample-link {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }
  .product-grid .sample-link a {
    background-color: #04AA6D;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    padding: 6px 12px; }
    .product-grid .sample-link a:hover {
      color: #fff; }

.section-faqs .faq {
  border-top: 1px solid #e9e9e9;
  margin: 0; }
  .section-faqs .faq:first-child {
    border-top: none; }
.section-faqs .faq-title {
  cursor: pointer;
  margin: 0;
  padding: 18px 0;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-weight: 600; }
  .section-faqs .faq-title:hover {
    cursor: pointer; }
.section-faqs .faq-title:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px; }
.section-faqs .active:after {
  content: "\2212"; }
.section-faqs .faq-content .wp-block-buttons {
  margin-bottom: 2rem; }
.section-faqs .faq-content .wp-block-image {
  margin-bottom: 20px; }
.section-faqs .faq-content p {
  margin: 0 0 20px 0; }
  .section-faqs .faq-content p:last-child {
    margin-bottom: 2rem; }

/* Landing Pages */
/* features-2-col */
.features-2-col .wp-block-columns {
  margin-top: 3rem !important; }
.features-2-col .wp-block-column {
  background: url("assets/images/check.png") no-repeat 0 3px;
  background-size: 16px 16px;
  padding-left: 32px; }
  .features-2-col .wp-block-column .wp-block-group p {
    margin-top: 15px; }

.section-introduce {
  box-shadow: #ebebeb 0 0 10px; }

/* Gallery / Clients */
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: auto; }

/* FTB Page */
.product-columns .wp-block-column {
  position: relative; }
  .product-columns .wp-block-column p {
    color: #f47721;
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .product-columns .wp-block-column .wp-block-buttons {
    margin-top: 20px !important; }
  .product-columns .wp-block-column .wp-element-button,
  .product-columns .wp-block-column .wp-block-button__link {
    font-size: 13px;
    padding: 4px 10px; }

/* Client Quotes */
.client-quotes .columns-1 .wp-block-column:nth-of-type(1) {
  background-color: #f0faff;
  border-top: 4px solid #00acff; }
.client-quotes .columns-1 .wp-block-column:nth-of-type(2) {
  background-color: #fff9ea;
  border-top: 4px solid #ffc233; }
.client-quotes .columns-1 .wp-block-column:nth-of-type(3) {
  background-color: #feecfb;
  border-top: 4px solid #f75fde; }
.client-quotes .columns-2 .wp-block-column:nth-of-type(1) {
  background-color: #fafafa;
  border-top: 4px solid #9628c6; }
.client-quotes .columns-2 .wp-block-column:nth-of-type(2) {
  background-color: #eefbf4;
  border-top: 4px solid #2dca72; }
.client-quotes .columns-2 .wp-block-column:nth-of-type(3) {
  background-color: #fff2ee;
  border-top: 4px solid #ff7d52; }

/* Popup Box */
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0px !important; }

.pum-theme-enterprise-blue .pum-container .popmake-title {
  margin-bottom: 15px; }
.pum-theme-enterprise-blue .pum-container .popmake-content p {
  line-height: 1.6; }
.pum-theme-enterprise-blue .pum-container .popmake-content .wpcf7-form p:has(> input.wpcf7-submit) {
  margin-bottom: 0; }
.pum-theme-enterprise-blue .pum-container .popmake-content .wpcf7-form p:has(> script) {
  margin-bottom: -5px; }
.pum-theme-enterprise-blue .pum-container .popmake-content .wpcf7-form {
  margin-top: 30px; }
  .pum-theme-enterprise-blue .pum-container .popmake-content .wpcf7-form textarea {
    height: 180px; }

/* MISC. */
@media only screen and (max-width: 479px) {
  .tax-products .product-term-desc {
    padding: 15px !important; }
    .tax-products .product-term-desc p {
      display: none; }
      .tax-products .product-term-desc p:last-child {
        display: block; }

  .post-type-archive-product .wp-block-cover {
    min-height: 100px !important; } }
.tax-products .wp-block-columns .is-nowrap .wp-block-image img {
  vertical-align: middle; }
.tax-products .product-term-desc strong {
  font-weight: 600; }
.tax-products .product-term-desc em {
  color: #0abf53;
  font-style: normal; }
.tax-products .product-term-desc span,
.tax-products .product-term-desc a {
  border-bottom: 1px solid #e9e9e9;
  color: var(--wp--preset--color--primary);
  padding-bottom: 2px;
  text-decoration: none; }
  .tax-products .product-term-desc span:hover,
  .tax-products .product-term-desc a:hover {
    border-bottom-color: #ccc; }

.type-post .wp-block-post-featured-image img {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 1px; }

.tax-products .sub-terms {
  margin-bottom: 0;
  padding-left: 0; }
  .tax-products .sub-terms li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 10px 0; }
    .tax-products .sub-terms li a {
      background-color: #f7f8f9;
      border-bottom: none;
      border: 1px solid #e6e6e6;
      border-radius: 3px;
      color: #222;
      display: inline-block;
      font-size: 0.95em;
      font-weight: 500;
      line-height: 1.5;
      padding: 5px 10px;
      transition: 0.3s all; }
      .tax-products .sub-terms li a:hover {
        background-color: var(--wp--preset--color--primary);
        border-color: var(--wp--preset--color--primary);
        color: #fff; }

/* Mobile Bottom Quote */
.mobile-bottom-quote {
  display: none; }

@media only screen and (max-width: 479px) {
  .mobile-bottom-quote {
    display: block;
    position: fixed;
    bottom: 5px;
    text-align: center;
    width: 100%; }
    .mobile-bottom-quote span {
      background: var(--wp--preset--color--primary);
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      border-radius: 17px;
      color: #fff;
      display: inline-block;
      font-size: 15px;
      font-weight: 500;
      padding: 3px 12px;
      position: relative; } }
.gradient-green {
  background: linear-gradient(90deg, #20bdbe 18.5%, #00c1b2 79.86%); }

.has-background input[type="text"],
.has-background input[type="email"],
.has-background textarea {
  background-color: #fff;
  border-color: #ccc; }
  .has-background input[type="text"]:focus,
  .has-background input[type="email"]:focus,
  .has-background textarea:focus {
    border-color: #ccc; }

.clear:after {
  display: block;
  content: " ";
  clear: both; }

/* MISC */
.wa-button .wp-block-button__link {
  background: url("assets/images/whatsapp-brands.png") no-repeat 14px center;
  background-size: 20px 20px;
  display: inline-block;
  padding-left: 38px; }

.term-button {
  background-color: #f0f0f0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 10px;
  margin: 0 5px;
  color: var(--wp--preset--color--primary) !important;
  text-decoration: none;
  transition: 0.3s all; }
  .term-button:hover {
    background-color: var(--wp--preset--color--primary);
    color: #fff !important; }

.box-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; }

.box-shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; }

/* Header Contact Form */
.header-contact-form p {
  margin: 0 0 20px 0; }
.header-contact-form .contact-left {
  float: left;
  width: 48.5%; }
.header-contact-form .contact-right {
  float: right;
  width: 48.5%; }
.header-contact-form .contact-columns:after {
  display: block;
  content: " ";
  clear: both; }
.header-contact-form .contact-note {
  font-size: 14px;
  margin-bottom: 0; }
  .header-contact-form .contact-note a {
    text-decoration: none; }
  .header-contact-form .contact-note a:hover {
    color: #20bdbe; }
.header-contact-form .archive-header-col-2 {
  border-radius: 3px; }
.header-contact-form .has-background input[type="text"],
.header-contact-form .has-background input[type="email"],
.header-contact-form .has-background textarea {
  background-color: #f9f9f9;
  font-size: 15px; }
.header-contact-form .wpcf7-not-valid-tip,
.header-contact-form .wpcf7-response-output {
  font-size: 13px; }
.header-contact-form input[type="submit"] {
  background-color: #20bdbe;
  padding-left: 20px;
  padding-right: 20px; }
  .header-contact-form input[type="submit"]:hover {
    background-color: #20bdbe; }
.header-contact-form textarea {
  height: 160px; }
.header-contact-form ul.features {
  padding: 0;
  list-style: none; }
  .header-contact-form ul.features li {
    background: url(assets/images/check.png) no-repeat 0 6px;
    background-size: 16px 16px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 27px; }
.header-contact-form ul,
.header-contact-form ol {
  margin: 0 0 0 0; }
  .header-contact-form ul li,
  .header-contact-form ol li {
    line-height: 1.6;
    margin-bottom: 10px; }
    .header-contact-form ul li:last-child,
    .header-contact-form ol li:last-child {
      margin-bottom: 0; }

/* Footer Contact Form */
.footer-contact-form {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(27, 31, 35, 0.05) 0px 0px 0px 1px; }
  .footer-contact-form h2 {
    margin-bottom: 10px; }
  .footer-contact-form p {
    margin: 0 0 20px 0; }
  .footer-contact-form .contact-note {
    font-size: 14px;
    margin-bottom: 0; }
  .footer-contact-form .has-background input[type="text"],
  .footer-contact-form .has-background input[type="email"],
  .footer-contact-form .has-background textarea {
    background-color: #f9f9f9;
    font-size: 15px; }
  .footer-contact-form .wpcf7-not-valid-tip,
  .footer-contact-form .wpcf7-response-output {
    font-size: 13px; }
  .footer-contact-form ul.features {
    padding: 0;
    list-style: none; }
    .footer-contact-form ul.features li {
      background: url(assets/images/icon-check.png) no-repeat 0 6px;
      background-size: 16px 16px;
      font-weight: 500;
      margin-bottom: 15px;
      padding-left: 27px; }
  .footer-contact-form ul,
  .footer-contact-form ol {
    margin: 0 0 0 0; }
    .footer-contact-form ul li,
    .footer-contact-form ol li {
      line-height: 1.6;
      margin-bottom: 15px; }
      .footer-contact-form ul li:last-child,
      .footer-contact-form ol li:last-child {
        margin-bottom: 0; }

/* Recent Views */
.home .recent-viewed-products,
.post-type-archive-product .recent-viewed-products {
  background-color: #f9f9f9; }
.home .recent-view,
.post-type-archive-product .recent-view {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; }

.recent-views-loop {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-gap: 15px; }

.recent-view {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  margin: 0;
  padding: 15px; }
  .recent-view img {
    width: 100%;
    height: auto; }
  .recent-view .entry-title {
    font-size: 0.85em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0; }

/* Bottom Icons */
.bottom-icons {
  width: 48px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 9999; }
  .bottom-icons .bottom-icon a {
    background-color: #fff;
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    display: block;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    transition: 0.3s all;
    z-index: 999; }
    .bottom-icons .bottom-icon a:hover {
      background-color: #f9f9f9; }
  .bottom-icons .icon-wa a {
    background-image: url("assets/images/icon-wa.png");
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .bottom-icons .icon-email a {
    background-size: 29px 29px;
    background-image: url("assets/images/icon-email.png");
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

.tooltip {
  display: inline-block;
  position: relative;
  text-align: left; }

.tooltip .left {
  top: 50%;
  right: 100%;
  margin-right: 8px;
  transform: translate(0, -50%);
  padding: 8px 12px;
  color: #444444;
  background-color: #fff;
  font-weight: normal;
  font-size: 13px;
  border-radius: 5px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  display: none;
  text-indent: 0;
  line-height: 1.5; }
  .tooltip .left p {
    margin: 0; }

.tooltip:hover .left {
  display: block; }

.tooltip .left i {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 8px;
  height: 16px;
  overflow: hidden; }

.tooltip .left i::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15); }

/* WA Widget */
.wa__popup_powered,
.wa__popup_tooltiptext,
.wa__popup_powered_mb,
.wa__popup_tooltiptext_mb {
  display: none !important;
  visibility: hidden !important; }

.wa__btn_popup:hover {
  box-shadow: none;
  transform: none; }

/* Social Widget */
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.62em;
  margin-left: .25em; }

.left-sidebar .wpcf7 {
  margin-top: 0; }

/* 在此处输入您的自定义CSS */
.wp-block-cb-carousel .wp-block-cb-slide:nth-of-type(2),
.wp-block-cb-carousel .wp-block-cb-slide:nth-of-type(3),
.wp-block-cb-carousel .wp-block-cb-slide:nth-of-type(4),
.wp-block-cb-carousel .wp-block-cb-slide:nth-of-type(5)
.wp-block-cb-carousel .wp-block-cb-slide:nth-of-type(6) {
  display: none !important; }

.wp-block-cb-carousel.slick-initialized .wp-block-cb-slide:nth-of-type(2),
.wp-block-cb-carousel.slick-initialized .wp-block-cb-slide:nth-of-type(3),
.wp-block-cb-carousel.slick-initialized .wp-block-cb-slide:nth-of-type(4),
.wp-block-cb-carousel.slick-initialized .wp-block-cb-slide:nth-of-type(5)
.wp-block-cb-carousel.slick-initialized .wp-block-cb-slide:nth-of-type(6) {
  display: block !important; }

.page-contact-form .wpcf7 {
  margin-top: 0; }

.entry-content .product-cat-columns h3 {
  margin-top: 10px; }

.wp-block-cb-carousel .slick-slide {
  padding-left: 0;
  padding-right: 0; }

footer.wp-block-template-part .wpcf7 p {
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  line-height: 1; }

.slick-dots {
  bottom: 10px; }

.slick-dots li {
  margin: 0 0; }
  .slick-dots li button:hover {
    box-shadow: none; }

table {
  line-height: 1.5; }

table img {
  max-width: 100%; }

.left-sidebar h3,
.left-sidebar p {
  margin-bottom: 0; }

.left-sidebar .category-list li {
  border-top: 1px solid #f0f0f0;
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0; }

.left-sidebar .category-list li a {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  padding: 10px 20px; }

.left-sidebar .category-list li a:hover {
  background-color: #f5f5f5; }

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