body,
html {
  font-family: "Averta", sans-serif;
  font-size: 13px;
}

@media (min-width: 1200px) {
  body,
  html {
    font-size: 16px;
  }
}

em {
  color: #fff;
}

.uk-link,
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  text-decoration: none;
}

.uk-container {
  padding-left: 15px;
  padding-right: 15px;
}

.section-title {
  display: block;
  margin-bottom: 2.5rem;
}

.section-title * {
  margin: 0;
  text-transform: uppercase;
}

.section-title p {
  margin-bottom: 10px;
  color: #333333;
  font-size: 14px;
}

.section-title h2,
.section-title h3 {
  font-size: 2.1875rem;
  font-weight: 900;
  line-height: 2.375rem;
}

.section-title.section-title-white * {
  color: #fff;
}

.btn-view-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: all 0.3s;
  -o-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  border-radius: 3px 0 0 3px;
  background: #0e599d;
  height: 45px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.btn-view-more .text {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
}

.btn-view-more .icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 0;
  align-items: center;
  transform: skew(-45deg);
  margin-right: -40px;
  background: #c42237;
  padding-left: 40px;
  width: 130px;
  height: 45px;
}

.btn-view-more .icon em {
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  display: block;
  transform: skew(45deg);
  font-size: 20px;
}

.uk-slidenav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  background: #fff;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 20px;
}

.uk-slidenav svg {
  width: 10px;
  height: 10px;
}

.uk-slidenav svg polyline {
  stroke: rgb(0, 0, 0) !important;
}

.uk-slidenav.uk-position-center-left {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.uk-slidenav.uk-position-center-right {
  -webkit-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.swiper-container {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  -webkit-box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.btn-border-blue {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  -o-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: 1px solid #0e599d;
  border-radius: 21.25px;
  min-width: 186.46px;
  height: 42.5px;
  color: #0e599d;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-item .img {
  position: relative;
  height: 280px;
}

.product-item .img img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  width: auto;
}

.product-item .caption p {
  margin: 0;
}

.product-item .caption .name {
  height: 40px;
  text-align: center;
  color: #333;
}

.product-item .caption .name,
.product-item .caption .wattage {
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.25rem;
  text-overflow: ellipsis;
}

.product-item .caption {
  padding: 30px 15px 0;
}

.product-item .caption .view-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  -o-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 30px auto 0;
  border: 1px solid #959595;
  border-radius: 5px;
  width: 8.125rem;
  height: 30px;
  font-size: 12px;
  line-height: 1;
}

.product-item:hover .caption .view-more {
  border: 1px solid transparent;
  background: #9c1519;
  color: #fff;
}

.btn-green,
.btn-view-all {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s;
  -o-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 0 auto;
  border-radius: 22.5px;
  background: #ee382b;
  max-width: 12.1875rem;
  height: 2.8125rem;
  color: #fff;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
}

.uk-slider li {
  margin: 0;
}

.btn-skew {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -20px;
  bottom: -1px;
  align-items: center;
  justify-content: center;
  transform: skew(-45deg);
  transition: all 0.3s;
  background: #9c1519;
  width: 120px;
  height: 45px;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
}

.btn-skew > * {
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}

.uk-slidenav svg {
  display: none;
}

.banner-sub {
  position: relative;
}

.banner-sub:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(51, 51, 51, 0.3);
  width: 100%;
  height: 100%;
  content: "";
}

.banner-sub .breadcrumb-wrapper {
  z-index: 2;
  color: #fff;
}

.banner-sub .breadcrumb-wrapper .zone-title h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.banner-sub img {
  max-height: 450px;
  width: 100%;
  object-fit: cover;
}

.banner-sub .breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.banner-sub .breadcrumb li {
  font-size: 13px;
}

.banner-sub .breadcrumb li a {
  color: #fff;
}

.banner-sub .breadcrumb li + li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 13px;
}

.banner-sub .breadcrumb li + li:before {
  margin-right: 13px;
  font-size: 10px;
  font-weight: 900;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.page-wrapper {
  padding: 0 !important;
}

.archive-page-header {
  display: none;
}

.modulepager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 1025px) {
  .modulepager {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .modulepager {
    padding-bottom: 50px;
  }
}

.modulepager ul {
  padding: 0;
  margin: 0;
  position: relative;
}

.modulepager ul li {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}

.modulepager ul li.active a,
.modulepager ul li.active span {
  color: #ffffff;
  background: #9c1519;
  border: none;
}

.modulepager ul li span,
.modulepager ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #ebebeb;
  text-decoration: none;
  color: #333333;
  font-size: 1rem;
}

footer {
  padding: 50px 0;
  background: #9c1519;
}

footer * {
  color: #fff;
}

/* Top Footer */
footer .top-footer {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Bottom Footer */
footer .bottom-footer {
  padding-top: 30px;
}

/* Footer Info */
footer .footer-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
}

footer .footer-info p {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
}

footer .footer-info.footer-nav h3 {
  margin-bottom: 12px;
}

footer .footer-info.footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer .footer-info.footer-nav ul li {
  line-height: 30px;
  margin-bottom: 0;
}

footer .footer-info.footer-nav ul li a {
  font-size: 14px;
  color: inherit;
}

/* Bottom Nav */
footer .bottom-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
}

footer .bottom-nav ul li {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 0;
}

footer .bottom-nav ul li + li {
  display: flex;
  align-items: center;
}

footer .bottom-nav ul li + li:before {
  content: "|";
  margin-right: 20px;
}

footer .bottom-nav ul li.uk-first-column:before {
  display: none;
}

footer .bottom-nav ul li a {
  color: inherit;
}

/* Social Share */
footer .social-share {
  display: flex;
  justify-content: flex-end;
}

footer .social-share ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .social-share ul li + li {
  margin-left: 8px;
}

footer .social-share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
}

footer .social-share ul li a span {
  color: #9c1519;
}

/* Copyright */
footer .copyright {
  font-size: 12px;
  margin-top: 10px;
}

footer .copyright p {
  margin-bottom: 0;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
  footer .copyright {
    text-align: center;
  }
  footer .empty-col {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  footer .bottom-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .social-share {
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  footer .social-share {
    padding-bottom: 30px;
  }
}

footer .social {
  display: flex;
  gap: 6px;
}

footer .social a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  width: 26px;
  height: 26px;
}

footer .social a * {
  color: #9c1519;
}

.absolute-footer {
  display: none;
}

#header .nav > li {
  margin: 0 calc(2.5rem / 2);
}

#header .nav > li > a {
  font-size: 14px;
}

@media only screen and (max-width: 48em) {
  #logo {
    padding: 10px;
  }

  .home-2,
  .home-3,
  .home-4,
  .home-5,
  .home-7,
  .home-8,
  .about-1,
  .about-2,
  .about-3,
  .solution-1,
  .solution-2 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .home-5 {
    padding-bottom: 215px !important;
  }

  .about-2 {
    padding-bottom: 100px !important;
  }

  .home-4 .uk-grid {
    margin-left: 0;
  }

  footer .uk-grid-margin {
    margin-top: 20px !important;
  }

  footer .social {
    margin-top: 20px;
    justify-content: center;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a {
    font-size: 16px;
    color: #333;
    text-transform: none;
  }

  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    background-color: #fff;
  }

  .banner-sub img {
    height: 350px;
  }

  .banner-sub .breadcrumb {
    flex-wrap: wrap;
  }

  .product-detail-top .thumbnail-slide .swiper-next span:before {
    content: "\ec3c";
  }

  .product-detail-attributes .tab-content {
    padding: 0;
  }
}
