/*
Theme Name: Kreenoot Child
Theme URI: https://www.krealab.fr/
Description: Thème enfant du thème Kreenoot
Author: Krea'Lab
Author URI: https://www.krealab.fr/
Template: kreenoot
Version: 1.1
*/
body.home.page .recent-products .product-categories,
body.home.page .woocommerce .product-categories,
body.home.page .recent-products-category__title,
body.home.page .recent-products .products .product__title,
body.home.page .woocommerce-category__title,
body.home.page .woocommerce .products .product__title {
  padding-left: 0;
}

.ul-no-type.icon-secondary ul li i:first-child {
  display: none;
}

.ul-no-type.icon-secondary ul li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: var(--secondary);
}

.with-download-icon .fl-rich-text a,
.with-user-icon .fl-rich-text a,
.with-file-icon .fl-rich-text a {
  display: inline-block;
  font-size: 13px;
  line-height: 22.1px;
  margin-top: 10px;
  padding-left: 31.2px;
  position: relative;
}

.with-download-icon .fl-rich-text a:hover,
.with-user-icon .fl-rich-text a:hover,
.with-file-icon .fl-rich-text a:hover {
  color: #a0ce4e;
}
.with-download-icon .fl-rich-text a:not(.broken_link),
.with-user-icon .fl-rich-text a:not(.broken_link),
.with-file-icon .fl-rich-text a:not(.broken_link) {
  text-decoration: none !important;
}

.with-download-icon .fl-rich-text a::before {
  content: "";
}

.with-user-icon .fl-rich-text a::before {
  content: "";
}

.with-file-icon .fl-rich-text a::before {
  content: "";
}

.with-download-icon .fl-rich-text a::before,
.with-user-icon .fl-rich-text a::before,
.with-file-icon .fl-rich-text a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-weight: 900;
  background-color: #a0ce4e;
  font-size: 11.44px;
  height: 22.1px;
  width: 22.1px;
  margin-right: 9.1px;
  border-radius: 99px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .hero__content {
    padding-top: 8rem;
  }
}
