
.shop-conditions ul,
.shop-conditions ol,
.shop-conditions p {
  margin-bottom: 40px;
  font-family: font-7;
  font-size: 15px;
  color: #7b7b7b;
}

.shop-conditions ul,
.shop-conditions ol {
  list-style: none;
}

.shop-conditions h1,
.shop-conditions h2,
.shop-conditions h3,
.shop-conditions h4,
.shop-conditions h5,
.shop-conditions h6 {
  margin-bottom: 20px;
  font-family: font-8;
  color: #9d9d9d;
}

.shop-conditions a {
  text-decoration: underline;
  color: #ff6c00;
}

.shop-conditions ul li,
.shop-conditions ol li {
  margin-bottom: 10px;
}

.shop-conditions ul li::before {
  content: "";
  background-color: #70af1e; /* Change the color */
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0;
  margin-bottom: 1px;
  margin-right: 10px;
}