body{
  background-image: url("../../images/bg-fixed/how_to.svg");
  background-repeat: repeat;

}

.editor p {
  line-height: 2;
  word-spacing: 2px;
  color: #616161;
  text-align: justify;
}

.editor strong {
  color: inherit;
}

.editor h3 {
  font-size: 16px !important;
  color: #d1ab66;
}
.editor h2 {
  font-size: 16px !important;
  color: var(--primary);
}

.editor img {
  margin: 0 auto;
}

.editor iframe {
  margin: 0 auto;
}

.slider-shop .owl-stage-outer {
  padding: 22px 0;
}
.slider-shop .owl-stage-outer {
  padding: 22px 0;
}
.slider-shop .owl-stage-outer {
  padding: 22px 0;
}
.slider-shop .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 2rem;
  background: #121212;
  fill:#fff;
}

.slider-shop .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 2rem;
  background:#121212;
  fill:#fff;
}

.slider-shop .owl-nav button svg{
  width: 1.5rem;
  height: 1.5rem;
}

.editor ul {
  list-style-position: inside;
  padding: 0.75rem;
  background-color: rgb(243 244 246);
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  list-style-type: disc;
}

.editor > ul li {
  padding: 0.2rem;
}

/*shop-show-change*/
.h-group-box{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
.filter-product.hflex{
  display: flex;
  /* gap: .75rem; */
}
.filter-product.hflex .link-img{
  width:40%;
}

.list_filter.active-btn{
  background-color: oklch(0.929 0.013 255.508);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}


/*shop-show-change*/

@media (min-width: 640px) {
  .h-group-box{
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .h-group-box.h-grid-box{
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }

}
@media (min-width: 768px) {
  .h-group-box.h-grid-box{
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}
@media (min-width: 1024px) {

}
@media (min-width: 1280px) {
  .h-group-box {
      grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .h-group-box.h-grid-box{
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}