main {
  overflow: clip;
  position: relative;
}

.elementor-widget-product-features-georgen .ce-product-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
.elementor-widget-product-features-georgen .ce-product-features li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.elementor-widget-product-features-logo-georgen .ce-product-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.elementor-widget-product-features-logo-georgen .ce-product-features li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

#manufacturer #main .brand-content .brand {
  position: relative;
  width: calc(20% - 10px);
  min-width: 210px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  background: #fff;
  transition: 0.4s ease-out;
  border: 1px solid #d2e0e4;
  border-radius: 9px;
  -ms-flex-direction: column;
      flex-direction: column;
}
#manufacturer #main .brand-content .brand-infos a {
  display: inline-block;
}
#manufacturer #main .brand-content .brand-img {
  position: relative;
  width: auto;
  margin-bottom: 1.25rem;
}
#manufacturer #main .brand-content .brand-img img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  max-height: 108px;
  height: 108px;
}
#manufacturer #main .brand-content .brand-img a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.brand-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.brand-content .brand {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
}
.brand-content .brand:hover {
  transform: translate(-3px, -3px);
  box-shadow: 3px 3px 0 0 #e2ebee;
}
.brand-content .brand .brand-infos a {
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

#manufacturer #main .brand-content .brand-img img {
  width: 155px;
  height: 30px;
}

#manufacturer #main .brand-content .brand-img {
  margin-bottom: 20px;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.brand-products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#manufacturer #main .brand-content .brand[data-id-brand="16"] .brand-img img {
  height: 48px;
}

#module-smartblog-category .smart-blog-post-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;
}
#module-smartblog-category .page-link {
  float: none;
}
#module-smartblog-category .smart-blog-bottom-pagination .pagination li .page-link:hover,
#module-smartblog-category .smart-blog-bottom-pagination .pagination li .page-link.page-active {
  background: #103a71;
}
#module-smartblog-category .smart-blog-bottom-pagination .pagination li .page-link {
  background: #fff;
  border: 1px solid #d1d1d1;
}
#module-smartblog-category .smart-blog-bottom-pagination .pagination {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
}

.smart-blog-post-single-item {
  margin-bottom: 0;
  background-color: #103a71;
  color: #fff;
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 230px;
}
.smart-blog-post-single-item img {
  margin-left: auto;
  filter: grayscale(100%);
  transition: filter 0.4s ease-out;
}
.smart-blog-post-single-item .smart-blog-posts-title {
  font-weight: 600;
  font-size: 22px;
  position: absolute;
  inset: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
  background: rgba(0, 47, 120, 0.3803921569);
  transition: all 0.4s ease-out;
  text-shadow: 0 0 34px #1b1b1b;
}
.smart-blog-post-single-item .smart-blog-posts-title img {
  transform: translateX(0px);
  transition: transform 0.4s ease-out;
}
.smart-blog-post-single-item:hover, .smart-blog-post-single-item:focus, .smart-blog-post-single-item:active {
  color: #fff;
}
.smart-blog-post-single-item:hover img, .smart-blog-post-single-item:focus img, .smart-blog-post-single-item:active img {
  filter: grayscale(0%);
}
.smart-blog-post-single-item:hover .smart-blog-posts-title, .smart-blog-post-single-item:focus .smart-blog-posts-title, .smart-blog-post-single-item:active .smart-blog-posts-title {
  background: rgba(0, 60, 157, 0.2);
  color: #fff;
}
.smart-blog-post-single-item:hover .smart-blog-posts-title img, .smart-blog-post-single-item:focus .smart-blog-posts-title img, .smart-blog-post-single-item:active .smart-blog-posts-title img {
  transform: translateX(10px);
}

.smart-blog-post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 360px);
  gap: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
