/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
body.page-template-template-page-home .site-footer {
  margin-top: 0 !important;
}

.loop-stars-rating {
  display: none;
}

.home .site-header {
  background: rgba(199, 207, 214, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .home .site-header {
    position: relative;
  }
}

.product-specs {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .product-specs {
    gap: 7px;
  }
}
.product-specs .spec-item {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-specs .spec-item img {
  height: 35px;
  width: 35px;
  margin-right: 0;
  margin-bottom: 4px;
  vertical-align: middle;
}
@media only screen and (max-width: 47.99875rem) {
  .product-specs .spec-item img {
    width: 25px;
    height: 25px;
  }
}

.product-item .custom-product-wrapper {
  position: relative;
  width: 100%;
}
.product-item .custom-product-wrapper .product-actions {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
.product-item .custom-product-wrapper .product-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 39.99875rem) {
  .product-item .custom-product-wrapper .product-actions {
    display: none;
  }
}
.product-item .custom-product-wrapper .product-actions .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button {
  height: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-weight: 600;
  padding: 0 10px;
  background-color: #1e78c2;
  text-transform: capitalize;
  margin-right: 7px !important;
}
.product-item .custom-product-wrapper .product-actions .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .custom-product-wrapper .product-actions .button {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .product-item .custom-product-wrapper .product-actions .button {
    font-size: 1rem;
  }
}
.product-item .custom-product-wrapper .product-actions .button > span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 63.99875rem) {
  .product-item .custom-product-wrapper .product-actions .button > span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .product-item .custom-product-wrapper .product-actions .button.buy-now-button {
    margin-bottom: 10px;
  }
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button:hover {
  background-color: #1e78c2;
  color: #ffffff;
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button i {
  margin-left: 5px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1e78c2;
}
.product-item .custom-product-wrapper .product-actions .button.buy-now-button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart {
  padding: 0;
  font-size: 15px;
  background-color: #f8c22e;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart {
  width: 1.875rem;
  height: 1.875rem;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart svg {
  width: 18px;
  fill: #fff;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading {
  opacity: 0.8;
  pointer-events: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading i {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.loading::after {
  right: 8px;
  top: 8px;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added {
  pointer-events: none;
  opacity: 1;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added i {
  display: none;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart.added::after {
  right: 8px;
  top: 8px;
  position: absolute;
}
.product-item .custom-product-wrapper .product-actions .button.ajax_add_to_cart:hover {
  background-color: #1e78c2;
  color: #ffffff;
}
.product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 900;
  color: #2c2e34;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.3;
}
.product-item .all_content_product .product-details .price {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: start;
  align-items: center;
}
.product-item .all_content_product .product-details .price del {
  opacity: 1;
}
.product-item .all_content_product .product-details .price del .woocommerce-Price-amount {
  font-weight: 800;
  color: #2c2e34;
  font-size: 15px;
}
.product-item .all_content_product .product-details .price ins {
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
.product-item .all_content_product .product-details .price ins bdi {
  color: #E60000;
}
.product-item:hover .custom-product-wrapper .product-actions {
  transition: 0.4s;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/* -------------------------- */
.section {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section {
    margin-top: 2.5rem;
  }
}
.section .home-title {
  font-weight: 700;
  color: #1e78c2;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 3px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  letter-spacing: -0.1px;
}
.section .home-title {
  font-size: clamp(1.125rem, 0.925rem + 0.5vw, 1.375rem);
  line-height: clamp(1.4625rem, 1.2025rem + 0.65vw, 1.7875rem);
}
.section .home-desc {
  margin-bottom: 5px;
  font-size: 15px;
}

/* -------------------------- */
.section.section-broadcast-banner:first-child {
  margin-top: 12px;
}
.section.section-broadcast-banner > .container.full .swiper-container .swiper {
  padding-inline: 12px;
}
.section.section-broadcast-banner .slick-slider .slick-list,
.section.section-broadcast-banner .slick-slider .swiper,
.section.section-broadcast-banner .swiper-container .slick-list,
.section.section-broadcast-banner .swiper-container .swiper {
  transition: 0.3s;
}
.section.section-broadcast-banner .slick-slider:not(.slick-gap) .slick-slide,
.section.section-broadcast-banner .slick-slider .swiper:not(.swiper-gap) .swiper-slide,
.section.section-broadcast-banner .swiper-container:not(.slick-gap) .slick-slide,
.section.section-broadcast-banner .swiper-container .swiper:not(.swiper-gap) .swiper-slide {
  height: auto;
}
.section.section-broadcast-banner .slick-slider:not(.slick-gap) .slick-slide,
.section.section-broadcast-banner .slick-slider .swiper:not(.swiper-gap) .swiper-slide,
.section.section-broadcast-banner .swiper-container:not(.slick-gap) .slick-slide,
.section.section-broadcast-banner .swiper-container .swiper:not(.swiper-gap) .swiper-slide {
  width: calc(83.3333333333% - 0.1041666667rem);
}
@media only screen and (min-width: 48rem) {
  .section.section-broadcast-banner .slick-slider:not(.slick-gap) .slick-slide,
  .section.section-broadcast-banner .slick-slider .swiper:not(.swiper-gap) .swiper-slide,
  .section.section-broadcast-banner .swiper-container:not(.slick-gap) .slick-slide,
  .section.section-broadcast-banner .swiper-container .swiper:not(.swiper-gap) .swiper-slide {
    width: calc(43.4782608696% - 0.3532608696rem);
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-broadcast-banner .slick-slider:not(.slick-gap) .slick-slide,
  .section.section-broadcast-banner .slick-slider .swiper:not(.swiper-gap) .swiper-slide,
  .section.section-broadcast-banner .swiper-container:not(.slick-gap) .slick-slide,
  .section.section-broadcast-banner .swiper-container .swiper:not(.swiper-gap) .swiper-slide {
    width: calc(33.3333333333% - 0.4166666667rem);
  }
}
.section.section-broadcast-banner .slick-slider.slick-gap .slick-slide,
.section.section-broadcast-banner .slick-slider .swiper.swiper-gap .swiper-slide,
.section.section-broadcast-banner .swiper-container.slick-gap .slick-slide,
.section.section-broadcast-banner .swiper-container .swiper.swiper-gap .swiper-slide {
  height: auto;
}
.section.section-broadcast-banner .slick-slider.slick-gap .slick-slide,
.section.section-broadcast-banner .slick-slider .swiper.swiper-gap .swiper-slide,
.section.section-broadcast-banner .swiper-container.slick-gap .slick-slide,
.section.section-broadcast-banner .swiper-container .swiper.swiper-gap .swiper-slide {
  width: calc(76.9230769231% - 0.1442307692rem);
}
@media only screen and (min-width: 48rem) {
  .section.section-broadcast-banner .slick-slider.slick-gap .slick-slide,
  .section.section-broadcast-banner .slick-slider .swiper.swiper-gap .swiper-slide,
  .section.section-broadcast-banner .swiper-container.slick-gap .slick-slide,
  .section.section-broadcast-banner .swiper-container .swiper.swiper-gap .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-broadcast-banner .slick-slider.slick-gap .slick-slide,
  .section.section-broadcast-banner .slick-slider .swiper.swiper-gap .swiper-slide,
  .section.section-broadcast-banner .swiper-container.slick-gap .slick-slide,
  .section.section-broadcast-banner .swiper-container .swiper.swiper-gap .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
.section.section-broadcast-banner .slick-slider .item,
.section.section-broadcast-banner .swiper-container .item {
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.section.section-broadcast-banner .slick-slider .item::after,
.section.section-broadcast-banner .swiper-container .item::after {
  pointer-events: none;
  content: "";
}
.section.section-broadcast-banner .slick-slider .item::after,
.section.section-broadcast-banner .swiper-container .item::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-broadcast-banner .slick-slider .item a,
.section.section-broadcast-banner .swiper-container .item a {
  color: currentColor;
  display: block;
  height: 100%;
}
.section.section-broadcast-banner .slick-slider .item .broadcast-img,
.section.section-broadcast-banner .swiper-container .item .broadcast-img {
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
.section.section-broadcast-banner .slick-slider .item .broadcast-img img,
.section.section-broadcast-banner .swiper-container .item .broadcast-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section.section-broadcast-banner .slick-slider .item .cover-content,
.section.section-broadcast-banner .swiper-container .item .cover-content {
  padding: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .section.section-broadcast-banner .slick-slider .item .cover-content,
  .section.section-broadcast-banner .swiper-container .item .cover-content {
    padding: 1.25rem;
  }
}
.section.section-broadcast-banner .slick-slider .item .cover-content .broadcast-title,
.section.section-broadcast-banner .swiper-container .item .cover-content .broadcast-title {
  color: currentColor;
  white-space: pre-wrap;
  margin-bottom: 4px;
  margin-top: 4px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.section.section-broadcast-banner .slick-slider .item .cover-content .broadcast-title,
.section.section-broadcast-banner .swiper-container .item .cover-content .broadcast-title {
  font-size: clamp(1rem, 0.9rem + 0.25vw, 1.125rem);
  line-height: clamp(1.3rem, 1.17rem + 0.325vw, 1.4625rem);
}
.section.section-broadcast-banner .slick-slider .item .cover-content .broadcast-desc,
.section.section-broadcast-banner .swiper-container .item .cover-content .broadcast-desc {
  white-space: pre-wrap;
  line-height: 1.4;
  color: currentColor;
  font-size: 15px;
}
.section.section-broadcast-banner .slick-slider .item .cover-content .broadcast-link,
.section.section-broadcast-banner .swiper-container .item .cover-content .broadcast-link {
  font-size: 14px;
  margin-top: 12px;
  font-weight: 700;
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.section.section-broadcast-banner .slick-slider:hover .item::after,
.section.section-broadcast-banner .swiper-container:hover .item::after {
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}
.section.section-broadcast-banner .slick-slider:hover .item:hover::after,
.section.section-broadcast-banner .swiper-container:hover .item:hover::after {
  background-color: transparent;
}

/* -------------------------- */
.section.section-cta {
  position: relative;
}
.section.section-cta::after {
  content: "";
  background-color: #11283c;
  opacity: 0.5;
  transition: 0.3s;
}
.section.section-cta::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-cta > picture {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-cta > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section.section-cta > .container {
  min-height: 350px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.section.section-cta > .container .inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  padding: 50px;
  width: 100%;
  align-items: flex-start;
}
@media only screen and (max-width: 39.99875rem) {
  .section.section-cta > .container .inner {
    padding: 15px;
  }
}
.section.section-cta > .container .inner .title {
  color: #fff;
  font-weight: 700;
}
.section.section-cta > .container .inner .title {
  font-size: clamp(1.25rem, 0.75rem + 1.25vw, 1.875rem);
  line-height: clamp(1.625rem, 0.975rem + 1.625vw, 2.4375rem);
}
.section.section-cta > .container .inner .desc {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.section.section-cta > .container .inner .btn-link {
  margin-top: 12px;
}

/* -------------------------- */
.section.section-product-cat > .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 60px;
  /*@include mixin.media-css(padding-top, 20, 30, 40);
      @include mixin.media-css(padding-bottom, 20, 30, 40);*/
}
@media only screen and (max-width: 79.99875rem) {
  .section.section-product-cat > .container {
    display: block;
  }
}
.section.section-product-cat > .container::before, .section.section-product-cat > .container::after {
  background-color: #eeeeee;
  height: 0;
  content: "";
}
.section.section-product-cat > .container::before, .section.section-product-cat > .container::after {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
}
.section.section-product-cat > .container::before {
  top: 0;
}
.section.section-product-cat > .container::after {
  bottom: 0;
}
.section.section-product-cat > .container .group-title {
  flex: 0 0 auto;
  /*max-width: 100%;*/
  min-width: 0;
}
@media only screen and (max-width: 79.99875rem) {
  .section.section-product-cat > .container .group-title {
    margin-bottom: 15px;
  }
}
.section.section-product-cat > .container .slick-slider,
.section.section-product-cat > .container .swiper-container {
  flex: 1 1 0;
  /*max-width: 100%;*/
  min-width: 0;
  width: auto;
}
.section.section-product-cat > .container .slick-slider .slick-slide,
.section.section-product-cat > .container .slick-slider .swiper-slide,
.section.section-product-cat > .container .swiper-container .slick-slide,
.section.section-product-cat > .container .swiper-container .swiper-slide {
  height: auto;
}
.section.section-product-cat > .container .slick-slider .slick-slide,
.section.section-product-cat > .container .slick-slider .swiper-slide,
.section.section-product-cat > .container .swiper-container .slick-slide,
.section.section-product-cat > .container .swiper-container .swiper-slide {
  width: calc(12.5% - 0.65625rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-product-cat > .container .slick-slider .slick-slide,
  .section.section-product-cat > .container .slick-slider .swiper-slide,
  .section.section-product-cat > .container .swiper-container .slick-slide,
  .section.section-product-cat > .container .swiper-container .swiper-slide {
    width: calc(16.6666666667% - 0.625rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-product-cat > .container .slick-slider .slick-slide,
  .section.section-product-cat > .container .slick-slider .swiper-slide,
  .section.section-product-cat > .container .swiper-container .slick-slide,
  .section.section-product-cat > .container .swiper-container .swiper-slide {
    max-width: 100px;
  }
  .section.section-product-cat > .container .slick-slider .slick-slide,
  .section.section-product-cat > .container .slick-slider .swiper-slide,
  .section.section-product-cat > .container .swiper-container .slick-slide,
  .section.section-product-cat > .container .swiper-container .swiper-slide {
    width: calc(30.303030303% - 0.5227272727rem);
  }
}
.section.section-product-cat > .container .slick-slider .item,
.section.section-product-cat > .container .swiper-container .item {
  height: 100%;
  box-shadow: none;
}
.section.section-product-cat > .container .slick-slider .item .item-link,
.section.section-product-cat > .container .swiper-container .item .item-link {
  height: 100%;
  padding: 10px;
  /*box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;*/
  word-break: break-word;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 4px;
  transition: transform 0.2s;
  color: #11283c;
  align-items: center;
  text-align: center;
}
.section.section-product-cat > .container .slick-slider .item .item-link,
.section.section-product-cat > .container .swiper-container .item .item-link {
  gap: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  .section.section-product-cat > .container .slick-slider .item .item-link,
  .section.section-product-cat > .container .swiper-container .item .item-link {
    gap: 0.9375rem;
  }
}
.section.section-product-cat > .container .slick-slider .item .item-link:hover,
.section.section-product-cat > .container .swiper-container .item .item-link:hover {
  transform: translateY(-4px);
}
.section.section-product-cat > .container .slick-slider .item .item-link .title,
.section.section-product-cat > .container .swiper-container .item .item-link .title {
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 0;
}
.section.section-product-cat > .container .slick-slider .item .item-link .thumb,
.section.section-product-cat > .container .swiper-container .item .item-link .thumb {
  /*justify-content: flex-end;
              margin-top: auto;*/
  display: flex;
  order: -1;
}
.section.section-product-cat > .container .slick-slider .item .item-link .thumb img,
.section.section-product-cat > .container .swiper-container .item .item-link .thumb img {
  display: block;
  width: 100%;
  max-width: 70px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}

/* -------------------------- */
.section.section-latest-news .news-list {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .section.section-latest-news .news-list {
    margin-top: 1.25rem;
  }
}
.section.section-latest-news .items-list {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .section.section-latest-news .items-list {
    margin-top: 1.25rem;
  }
}
.section.section-latest-news .items-list .slick-slide,
.section.section-latest-news .items-list .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-latest-news .items-list .slick-slide,
  .section.section-latest-news .items-list .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-latest-news .items-list .slick-slide,
  .section.section-latest-news .items-list .swiper-slide {
    width: calc(76.9230769231% - 0.1442307692rem);
  }
}
.section.section-latest-news .inspiration-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-latest-news .inspiration-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section.section-latest-news .inspiration-grid .inspiration-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 39.99875rem) {
  .section.section-latest-news .inspiration-grid .inspiration-card {
    grid-column: 1/-1;
  }
}
.section.section-latest-news .inspiration-grid .inspiration-card .content {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-latest-news .inspiration-grid .inspiration-card .content {
    padding: 15px;
  }
}
.section.section-latest-news .inspiration-grid .inspiration-card .content .title {
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
}
.section.section-latest-news .inspiration-grid .inspiration-card .content .title {
  font-size: clamp(0.9375rem, 0.8375rem + 0.25vw, 1.0625rem);
  line-height: clamp(1.21875rem, 1.08875rem + 0.325vw, 1.38125rem);
}
.section.section-latest-news .inspiration-grid .inspiration-card .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .section.section-latest-news .inspiration-grid .inspiration-card .content .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.section-latest-news .inspiration-grid .inspiration-card .content .excerpt {
  white-space: pre-wrap;
  line-height: 1.4;
  color: currentColor;
  font-size: 15px;
  opacity: 0.9;
  display: none;
}
.section.section-latest-news .inspiration-grid .inspiration-card.large {
  grid-row: span 2;
}
.section.section-latest-news .inspiration-grid .inspiration-card.large .content .title {
  font-weight: 700;
}
.section.section-latest-news .inspiration-grid .inspiration-card.large .content .title {
  font-size: clamp(0.9375rem, 0.6875rem + 0.625vw, 1.25rem);
  line-height: clamp(1.21875rem, 0.89375rem + 0.8125vw, 1.625rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-latest-news .inspiration-grid .inspiration-card.large {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 64rem) {
  .section.section-latest-news .inspiration-grid .inspiration-card.large .cover {
    height: 100%;
  }
  .section.section-latest-news .inspiration-grid .inspiration-card.large .cover .res {
    height: 100%;
    display: block;
    aspect-ratio: auto;
  }
}
.section.section-latest-news .inspiration-grid .inspiration-card.large .content {
  padding: 30px 25px;
}
@media only screen and (max-width: 63.99875rem) {
  .section.section-latest-news .inspiration-grid .inspiration-card.large .content {
    padding: 15px;
  }
}
.section.section-latest-news .inspiration-grid .inspiration-card.large .content .title {
  margin-bottom: 7px;
}
.section.section-latest-news .inspiration-grid .inspiration-card.large .content .excerpt {
  display: block;
}
.section.section-latest-news .inspiration-grid .inspiration-card.large .content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .section.section-latest-news .inspiration-grid .inspiration-card.large .content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section.section-latest-news .btn-link {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------- */
.section.section-products .products {
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .section.section-products .products {
    margin-top: 1.25rem;
  }
}
.section.section-products .products .item {
  height: 100%;
  padding-bottom: 12px;
}
.section.section-products .products .item :where(.woocommerce-loop-product__title, .loop-stars-rating, .price) {
  margin-inline: 12px;
}
@media only screen and (max-width: 39.99875rem) {
  .section.section-products .products .item .woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    overflow-wrap: break-word;
  }
  @supports (-webkit-line-clamp: 2) {
    .section.section-products .products .item .woocommerce-loop-product__title {
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
    }
  }
}
.section.section-products .btn-link {
  left: 50%;
  transform: translateX(-50%);
}

/* -------------------------- */
/* -------------------------- */
/* -------------CSS SPL------------- */
.section-banner-home .item img {
  width: 100%;
}
.section-banner-home span.swiper-pagination-bullet {
  height: 5px;
  width: 50px;
  border-radius: 2px;
  transform: scale(1);
  background: #d9d9d9;
  opacity: 1;
}
.section-banner-home span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e78c2;
  border: 2px solid #dc0000;
  padding: 2px;
}
.section-banner-home .swiper-pagination {
  bottom: 25px;
}

/******************************/
.section.section-slide-shadow .group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-slide-shadow .group-title {
    flex-direction: column;
  }
}
.section.section-slide-shadow .group-title .heading-title {
  margin-bottom: 0;
}
.section.section-slide-shadow .group-title .view_more {
  color: #737373;
  font-size: 18px;
}
.section.section-slide-shadow .slick-slider,
.section.section-slide-shadow .swiper-container {
  margin: -6px;
}
.section.section-slide-shadow .slick-slider .slick-list,
.section.section-slide-shadow .slick-slider .swiper,
.section.section-slide-shadow .swiper-container .slick-list,
.section.section-slide-shadow .swiper-container .swiper {
  padding: 6px;
}
.section.section-slide-shadow .slick-slider .slick-list .swiper-wrapper,
.section.section-slide-shadow .slick-slider .swiper .swiper-wrapper,
.section.section-slide-shadow .swiper-container .slick-list .swiper-wrapper,
.section.section-slide-shadow .swiper-container .swiper .swiper-wrapper {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-slide-shadow .slick-slider .slick-list .swiper-wrapper,
  .section.section-slide-shadow .slick-slider .swiper .swiper-wrapper,
  .section.section-slide-shadow .swiper-container .slick-list .swiper-wrapper,
  .section.section-slide-shadow .swiper-container .swiper .swiper-wrapper {
    gap: 0;
  }
}
.section.section-slide-shadow .slick-slider .slick-list .swiper-wrapper .swiper-slide,
.section.section-slide-shadow .slick-slider .swiper .swiper-wrapper .swiper-slide,
.section.section-slide-shadow .swiper-container .slick-list .swiper-wrapper .swiper-slide,
.section.section-slide-shadow .swiper-container .swiper .swiper-wrapper .swiper-slide {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-slide-shadow .slick-slider .slick-list .swiper-wrapper .swiper-slide,
  .section.section-slide-shadow .slick-slider .swiper .swiper-wrapper .swiper-slide,
  .section.section-slide-shadow .swiper-container .slick-list .swiper-wrapper .swiper-slide,
  .section.section-slide-shadow .swiper-container .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .custom-product-wrapper,
.section.section-slide-shadow .slick-slider .swiper .product-item .custom-product-wrapper,
.section.section-slide-shadow .swiper-container .slick-list .product-item .custom-product-wrapper,
.section.section-slide-shadow .swiper-container .swiper .product-item .custom-product-wrapper {
  border-radius: 25px;
  overflow: hidden;
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product,
.section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product,
.section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product,
.section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 90%;
  margin: 0 auto;
  transform: translateY(-30px);
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product .product-details h2.woocommerce-loop-product__title,
.section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product .product-details h2.woocommerce-loop-product__title,
.section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product .product-details h2.woocommerce-loop-product__title,
.section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product .product-details h2.woocommerce-loop-product__title:hover,
.section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product .product-details h2.woocommerce-loop-product__title:hover,
.section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product .product-details h2.woocommerce-loop-product__title:hover,
.section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product .product-details h2.woocommerce-loop-product__title:hover {
  color: #1e78c2;
}
@media only screen and (max-width: 39.99875rem) {
  .section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product .product-details h2.woocommerce-loop-product__title,
  .section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product .product-details h2.woocommerce-loop-product__title,
  .section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product .product-details h2.woocommerce-loop-product__title,
  .section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product .product-details h2.woocommerce-loop-product__title {
    font-size: 20px;
  }
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product .product-details .price,
.section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product .product-details .price,
.section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product .product-details .price,
.section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product .product-details .price {
  justify-content: center;
  flex-direction: row;
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product .product-details .price del,
.section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product .product-details .price del,
.section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product .product-details .price del,
.section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product .product-details .price del {
  border-right: 2px solid #000;
  padding-right: 10px;
  color: #000;
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product .product-details .price .woocommerce-Price-amount,
.section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product .product-details .price .woocommerce-Price-amount,
.section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product .product-details .price .woocommerce-Price-amount,
.section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product .product-details .price .woocommerce-Price-amount {
  font-size: 19px;
}
.section.section-slide-shadow .slick-slider .slick-list .product-item .all_content_product .product-specs,
.section.section-slide-shadow .slick-slider .swiper .product-item .all_content_product .product-specs,
.section.section-slide-shadow .swiper-container .slick-list .product-item .all_content_product .product-specs,
.section.section-slide-shadow .swiper-container .swiper .product-item .all_content_product .product-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.section-map {
  padding-bottom: 0;
}
.section-map .heading-title {
  text-align: center;
}
.section-map iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
}

.section-home-product-tab .row-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(30, 120, 194, 0.1607843137);
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-product-tab .row-title {
    flex-direction: column;
  }
}
.section-home-product-tab .row-title::before {
  content: "";
  position: absolute;
  width: 10%;
  bottom: -2px;
  background: #1e78c2;
  height: 2px;
}
.section-home-product-tab .row-title .heading-title {
  margin-bottom: 0;
}
.section-home-product-tab .row-title .xemtatca_product {
  background: #fff;
  color: #3a3a3a;
  border: 1px solid #1e78c2;
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.5s;
  font-weight: 500;
}
.section-home-product-tab .row-title .xemtatca_product svg {
  width: 20px;
  height: 20px;
  background: #1e78c2;
  border: 1px solid #1e78c2;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  fill: #fff;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-product-tab .tabs-nav {
    width: 100%;
  }
}
.section-home-product-tab .tabs-nav ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-product-tab .tabs-nav ul {
    scrollbar-width: none;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.section-home-product-tab .tabs-nav ul li a {
  background: #f6f4ef;
  border: 1px solid #f6f4ef;
  color: #11283c;
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.section-home-product-tab .tabs-nav ul li a:hover, .section-home-product-tab .tabs-nav ul li a.current {
  background: #1e78c2;
  color: #fff;
}
.section-home-product-tab .tabs-content {
  position: relative;
  min-height: 400px;
}
.section-home-product-tab .tabs-content .tabs-panel .w-swiper {
  padding: 10px;
  width: 100%;
  margin: 0 -10px;
}
.section-home-product-tab .tabs-content .tabs-panel .w-swiper .swiper-wrapper .swiper-slide {
  width: 25%;
  border-radius: 12px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-product-tab .tabs-content .tabs-panel .w-swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
.section-home-product-tab .tabs-content .tabs-panel .item.product {
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  background-color: #fff;
  transition: transform 0.2s;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  padding-bottom: 12px;
  padding: 12px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-product-tab .tabs-content .tabs-panel .item.product {
    padding: 5px;
  }
}
.section-home-product-tab .tabs-content .tabs-panel .item.product span.product-brand-label {
  display: none;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .thumb {
  overflow: hidden;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .thumb img {
  border-radius: 12px;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .product-details {
  margin-top: 10px;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product h2.woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 900;
  color: #2c2e34;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 1.3;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product h2.woocommerce-loop-product__title:hover {
  color: #1e78c2;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .price {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-product-tab .tabs-content .tabs-panel .item.product .price {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .price del {
  opacity: 1;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .price del .woocommerce-Price-amount {
  font-weight: 800;
  color: #2c2e34;
  font-size: 15px;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .price ins {
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
}
.section-home-product-tab .tabs-content .tabs-panel .item.product .price ins bdi {
  color: #E60000;
}

section.section.section-doitac .heading-title {
  text-align: center;
}

.section-home-post .row-title,
.section-home-video .row-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(30, 120, 194, 0.1607843137);
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-post .row-title,
  .section-home-video .row-title {
    flex-direction: column;
  }
}
.section-home-post .row-title::before,
.section-home-video .row-title::before {
  content: "";
  position: absolute;
  width: 10%;
  bottom: -2px;
  background: #1e78c2;
  height: 2px;
}
.section-home-post .row-title .heading-title,
.section-home-video .row-title .heading-title {
  margin-bottom: 0;
}
.section-home-post .row-title .xemtatca_post,
.section-home-video .row-title .xemtatca_post {
  background: #fff;
  color: #3a3a3a;
  border: 1px solid #1e78c2;
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.5s;
  font-weight: 500;
}
.section-home-post .row-title .xemtatca_post svg,
.section-home-video .row-title .xemtatca_post svg {
  width: 20px;
  height: 20px;
  padding: 4px;
  background: #1e78c2;
  border: 1px solid #1e78c2;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #fff;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-post .tabs-nav,
  .section-home-video .tabs-nav {
    width: 100%;
  }
}
.section-home-post .tabs-nav ul,
.section-home-video .tabs-nav ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-home-post .tabs-nav ul,
  .section-home-video .tabs-nav ul {
    scrollbar-width: none;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.section-home-post .tabs-nav ul li a,
.section-home-video .tabs-nav ul li a {
  background: #f6f4ef;
  border: 1px solid #f6f4ef;
  color: #11283c;
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: 500;
}
.section-home-post .tabs-nav ul li a:hover, .section-home-post .tabs-nav ul li a.current,
.section-home-video .tabs-nav ul li a:hover,
.section-home-video .tabs-nav ul li a.current {
  background: #1e78c2;
  color: #fff;
}
.section-home-post .tabs-content,
.section-home-video .tabs-content {
  position: relative;
  min-height: 400px;
}
.section-home-post .tabs-content .tabs-panel .w-swiper,
.section-home-video .tabs-content .tabs-panel .w-swiper {
  padding: 10px;
}
.section-home-post .tabs-content .tabs-panel .item,
.section-home-video .tabs-content .tabs-panel .item {
  box-shadow: rgba(0, 0, 0, 0.26) 1px 3px 3px 2px;
  border-radius: 25px;
  overflow: hidden;
}
.section-home-post .tabs-content .tabs-panel .item .meta,
.section-home-video .tabs-content .tabs-panel .item .meta {
  position: absolute;
  background: #1e78c2;
  color: #fff;
  z-index: 1;
  top: 15px;
  left: 0;
  /* transform: translateX(-50%); */
  /* padding: 10px; */
  font-size: 13px;
  line-height: 1.3;
  width: 45px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.section-home-post .tabs-content .tabs-panel .item .terms,
.section-home-video .tabs-content .tabs-panel .item .terms {
  position: absolute;
  right: 0;
  padding: 2px 14px;
  transform: translateY(-50%);
  background: #11283c;
  font-size: 12px;
}
.section-home-post .tabs-content .tabs-panel .item .terms a,
.section-home-video .tabs-content .tabs-panel .item .terms a {
  color: #ffffff;
}
.section-home-post .tabs-content .tabs-panel .item .title,
.section-home-video .tabs-content .tabs-panel .item .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 25px 20px 20px;
}
.section-home-post .tabs-content .tabs-panel .item .title a,
.section-home-video .tabs-content .tabs-panel .item .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  overflow-wrap: break-word;
}
@supports (-webkit-line-clamp: 2) {
  .section-home-post .tabs-content .tabs-panel .item .title a,
  .section-home-video .tabs-content .tabs-panel .item .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-home-post .tabs-content .tabs-panel .item .title:hover,
.section-home-video .tabs-content .tabs-panel .item .title:hover {
  color: #1e78c2;
}

.section-home-video .play-icon {
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
.section-home-video .cover {
  position: relative;
}
.section-home-video .cover:hover {
  transition: 0.4s;
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.section-products-new {
  overflow: hidden;
}
.section-products-new .swiper-container {
  background-size: cover;
  background-position: center;
  background-position-y: bottom;
}
.section-products-new .swiper-slide .item img {
  width: 100%;
}

.section-form-home .wpcf7-response-output {
  color: #fff;
}
.section-form-home .contact-form {
  position: relative;
  width: 100%;
}
.section-form-home .contact-form .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}
.section-form-home .contact-form .bg-cta {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-form-home .contact-form .bg-cta img {
  width: 100%;
  height: 100%;
}
.section-form-home .contact-form .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 125px 40px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 47.99875rem) {
  .section-form-home .contact-form .inner {
    padding: 60px 20px;
  }
}
.section-form-home .contact-form .heading-title {
  color: #1e78c2 !important;
  filter: drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
  font-weight: 900;
  text-align: center;
}
.section-form-home .contact-form .heading-title {
  font-size: clamp(1.625rem, 0.625rem + 2.5vw, 2.875rem);
  line-height: clamp(2.1125rem, 0.8125rem + 3.25vw, 3.7375rem);
}
.section-form-home .contact-form .form-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.section-form-home .contact-form .form-wrapper input {
  border: 1px solid #ccc;
  border-radius: 30px;
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 47.99875rem) {
  .section-form-home .contact-form .form-wrapper input {
    height: 42px;
    width: 100%;
  }
}
.section-form-home .contact-form .form-wrapper input:focus {
  border: 1px solid #1e78c2;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  outline: none;
}
.section-form-home .contact-form .form-wrapper .sm_home {
  background: #1e78c2;
  color: #fff;
  font-size: 18px;
  display: table;
  margin: 0 auto;
  transition: 0.3s;
}
.section-form-home .contact-form .form-wrapper .sm_home:hover {
  background: #FE7C3A;
}
.section-form-home .contact-form .form-wrapper .wpcf7-spinner {
  position: absolute;
}