body {
  background-color: #f3f3f3;
}

.book-box {
  padding: 10px;
  padding-bottom: 50px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.book-box h2 {
  font-size: 15px;
}
.book-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.book-box .btn {
  font-size: 15px;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 8px;
  width: calc(100% - 20px);
  right: 10px;
  position: absolute;
  bottom: 10px;
}

main {
  min-height: 70vh;
}

.box,
img {
  border-radius: 5px !important;
}

.link-category img {
  width: 55px !important;
}

.box {
  width: 100%;
  bottom: 10px;
  padding: 10px;
}
.box .title {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #000000 !important;
}
.box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#filters ul {
  list-style: none;
}
#filters ul .active-li .icon {
  background-color: var(--brand-main-color);
  border: solid 1px var(--brand-main-color);
}
#filters ul .active-li .icon svg {
  fill: #000000;
}
#filters ul li {
  margin-bottom: 5px;
}
#filters ul li:hover .icon {
  background-color: var(--brand-main-color);
  border: solid 1px var(--brand-main-color);
}
#filters ul li:hover .icon svg {
  fill: #000000;
}
#filters ul li .name {
  color: #000000;
}
#filters ul li .icon {
  transition: all 0.1s linear;
  width: 18px;
  height: 18px;
  border: solid 1px #eee;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 14px;
  text-align: center;
  border-radius: 3px;
}
#filters ul li .icon svg {
  width: 12px;
  fill: none;
  transition: all 0.1s linear;
}
#filters ul .sub-li {
  margin-right: 30px;
}/*# sourceMappingURL=index.css.map */