.filters .title_filter {
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #F4F4F4;
}

.pd-20 {
  padding: 20px;
}

.font-title {
  font-size: 16px;
  line-height: 24px;
}

.item__aq .show__content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-color);
}
.item__aq .show__content .menubot .fa-angle-up {
  display: none;
}
.item__aq .show__content[aria-expanded=true] {
  color: var(--text-color);
}
.item__aq .show__content[aria-expanded=true] .fa-angle-up {
  display: block;
}
.item__aq .show__content[aria-expanded=true] .fa-angle-down {
  display: none;
}
.item__aq .content__aq .item_filter {
  cursor: pointer;
}

input[type=checkbox], label {
  cursor: pointer !important;
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 0;
  top: -2px;
  left: -3px;
  background-color: #fff;
  border: 1px solid #ccc;
}

input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 0;
  top: -2px;
  left: -3px;
  background-color: var(--color-main);
  border: 1px solid transparent;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 3px;
}

@media (max-width: 768px) {
  input[type=checkbox]:before, input[type=checkbox]:checked:before {
    top: 0px;
    left: 0;
  }
  input[type=checkbox]:checked:after {
    top: 2px;
    left: 5px;
  }
  .form-group .img {
    height: 220px;
  }
  .form-group .img img {
    height: 100% !important;
  }
}
.remove_filter {
  color: var(--color-main);
  border: 1px solid var(--color-main);
  padding: 12px;
}

.top_right {
  margin-bottom: 30px;
}
.top_right .title_cat {
  font-size: 18px;
  line-height: 24px;
}

.item--sort {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
}

.item--sort.active {
  font-weight: 600;
  color: var(--color-main);
  position: relative;
}
.item--sort.active:before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: var(--color-main);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list-products {
  margin: 0 -15px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .list-products {
    margin: 0;
  }
}
.list-products .item-prd {
  padding: 0 15px;
  margin-bottom: 40px;
}
.list-products .item-prd .itemProduct {
  width: 100% !important;
}
@media (max-width: 767px) {
  .list-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: auto;
    margin: 0 -5px;
  }
  .list-products .item-prd {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.slick-list {
  margin: 0 -20px;
}
.slick-list .itemProduct, .slick-list .form-group {
  padding: 0 20px;
}

.slick-arrow {
  top: 40%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url("../../../../images/icon/prev.svg") no-repeat center;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:hover {
  background: url("../../../../images/icon/prev.svg") no-repeat center;
}

.slick-next {
  background: url("../../../../images/icon/next.svg") no-repeat center;
}

.form-group:hover .img img {
  transform: scale(1.1);
}
.form-group:hover a svg rect {
  fill: #B57B31 !important;
}
.form-group:hover a span {
  color: #B57B31 !important;
  -webkit-text-fill-color: #B57B31 !important;
}
.form-group .img {
  height: 248px;
}
.form-group .img img {
  transition: all 0.35s;
}
.form-group a {
  text-decoration: none;
  color: #000;
}
.form-group a h3 {
  padding-top: 20px;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}
.form-group a h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-group a h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.form-group a h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}
.form-group a span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.form-group p {
  margin: 0;
}
.form-group .summary {
  height: 48px;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .form-group .summary {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .slick-list {
    margin: 0 -10px;
  }
  .slick-list .itemProduct, .slick-list .form-group {
    padding: 0 5px;
  }
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 260px;
  text-align: center;
  height: 100vh;
}

.overlay .closebtn {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: normal;
}

.overlay .closebtn:hover, .overlay .closebtn:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*# sourceMappingURL=sanpham.css.map */
