.list_cat {
  margin-bottom: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 1px #999;
          box-shadow: 0px 1px 4px 1px #999;
}

.list_cat .title_cat {
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_cat .title_cat span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}

.list_cat .list_child_cat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.list_cat .list_child_cat li {
  border: 1px solid #e0e0e0;
}

.list_cat .list_child_cat li:hover {
  border: 1px solid #de0101;
}

.list_cat .list_child_cat li a {
  display: block;
  padding: 5px;
}

.list_cat .list_child_cat li a span {
  display: block;
  overflow: hidden;
  border-radius: 50px;
  height: 60px;
  width: 60px;
  margin: auto;
  position: relative;
  background: #e4e4e4;
  border: 1px solid #c3c3c3;
}

.list_cat .list_child_cat li a span img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list_cat .list_child_cat li a p {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
}

.list_cat .list_child_cat .active {
  border: 1px solid #de0101;
}

@media (max-width: 767px) {
  .list_cat .list_child_cat {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .list_cat .list_child_cat li a {
    padding: 4px;
  }
}

.list_cat_parent_1 {
  padding: 20px 10px 0 10px;
  background-color: #fff;
}

.list_cat_parent {
  padding-bottom: 0;
}

.list_cat_parent .title_cat {
  font-size: 20px;
  margin: 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.list_cat_parent .title_cat span {
  font-size: 20px;
  font-weight: normal;
  margin-left: 5px;
}

.list_cat_parent .cat_child {
  display: inline-block;
  padding: 3px 10px;
  color: #969696;
  border: 1px solid #f0f0f0;
  margin: 0 0 5px;
}

.list_cat_parent .cat_child:hover {
  color: #000;
  border-bottom: 1px solid #1e8e04;
}

.list_cat_parent .link_image {
  display: inline-block;
  padding-top: 5px;
  border: 1px solid #f0f0f0;
  margin: 0 5px 5px 0;
  height: 40px;
}

.list_cat_parent .link_image img {
  max-width: 125px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.list_cat_parent .link_image:hover {
  border: 1px solid #1e8e04;
}

.list_cat_parent .link_image:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.list_cat_parent .active {
  color: #000;
  border: 1px solid #1e8e04;
}

.list_cat_parent .active img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.dpl {
  display: inline-block;
}

.field_filter > span {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .field_filter > span {
    padding: 3px 10px 3px 0;
  }
}

.field_filter .list_filter_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6px;
}

.field_filter .list_filter_1 li {
  border-right: 1px solid #fff;
}

.field_filter .list_filter_1 li:last-child {
  border-right: unset;
}

.sort-follow {
  margin: 15px 0;
}

@media (max-width: 767px) {
  .sort-follow {
    margin-top: 10px;
  }
}

.pagination {
  background-color: #fff;
  padding: 12px;
}

#cat_old .list_cat_old {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

#cat_old .list_cat_old .cat_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e8e04;
  width: calc((100% - 64px) / 8);
}

#cat_old .list_cat_old .cat_child .image {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #c6c2c2), to(#f1f1f1));
  background: linear-gradient(180deg, #c6c2c2 60%, #f1f1f1 100%);
  border-radius: 100%;
  padding: 20px;
}

#cat_old .list_cat_old .cat_child .image img {
  max-width: 60px;
}

#cat_old .list_cat_old .cat_child p {
  color: #444;
  margin-bottom: 0;
}

#cat_old .list_cat_old .active {
  color: #fff;
  background: #1e8e04;
}

#cat_old .list_cat_old_lv1 {
  background: #fff;
  padding: 10px;
}

#cat_old .list_cat_old_lv1 .cat_child_lv1 {
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  font-family: "RobotoBold";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#cat_old .list_cat_old_lv1 .cat_child_lv1 .image {
  display: none;
}

#cat_old .list_cat_old_lv1 .cat_child_lv1 p {
  color: #1e8e04;
}

#cat_old .list_cat_old_lv1 .cat_child_lv1:hover {
  background: #1e8e04;
  font-weight: 700;
  border-color: #1e8e04;
}

#cat_old .list_cat_old_lv1 .cat_child_lv1:hover p {
  color: #fff;
}

#cat_old .list-products {
  margin-bottom: 20px;
}

#cat_old .list-products .category-banner img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#cat_old .list-products .owl-nav {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

#cat_old .list-products .owl-nav .owl-prev,
#cat_old .list-products .owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #444;
  font-size: 36px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#cat_old .list-products .owl-nav .owl-prev:hover,
#cat_old .list-products .owl-nav .owl-next:hover {
  background: rgba(196, 196, 196, 0.5);
}

#cat_old .list-products .owl-nav .owl-prev {
  padding-right: 10px;
  left: 0;
  border-radius: 0 60px 60px 0;
  -webkit-box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}

#cat_old .list-products .owl-nav .owl-next {
  right: 0;
  padding-left: 10px;
  border-radius: 60px 0 0 60px;
  -webkit-box-shadow: -3px -1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: -3px -1px 4px rgba(0, 0, 0, 0.2);
}

#cat_old .list-products .owl-products-ip .owl-nav {
  top: 40%;
}

#cat_old .list-products .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}

#cat_old .list-products .list:last-child {
  margin-bottom: 0;
}

#cat_old .list-products .list .category-banner {
  width: 20%;
  padding-right: 10px;
}

#cat_old .list-products .list .slide-container {
  width: 100%;
}

@media (max-width: 991px) {
  #cat_old .list-products .list .slide-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #cat_old .list-products .list {
    min-height: 363px;
  }
}

#cat_old .list-products .sub_item .item {
  padding: 11px 0;
  position: relative;
  text-align: center;
}

#cat_old .list-products .sub_item .item .sticky {
  height: 183px;
}

#cat_old .list-products .sub_item .item .sticky > img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 15px;
}

#cat_old .list-products .sub_item .item .img {
  display: inline-block;
}

#cat_old .list-products .sub_item .item .img img {
  height: auto !important;
  max-width: 168px !important;
}

@media (max-width: 767px) {
  #cat_old .list-products .sub_item .item .img img {
    max-width: 100% !important;
  }
}

#cat_old .list-products .sub_item .item .content {
  text-align: left;
  padding: 10px;
}

#cat_old .list-products .sub_item .item .content .precent {
  background: rgba(176, 0, 32, 0.87);
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: 24px;
  text-align: center;
  border-radius: 0;
}

#cat_old .list-products .sub_item .item .content .name {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 44px;
}

#cat_old .list-products .sub_item .item .content .price {
  font-size: 14px;
  color: #b00020;
  margin-bottom: 8px;
  font-weight: bold;
}

#cat_old .list-products .sub_item .item .content .price_renew {
  color: rgba(0, 0, 0, 0.48);
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 8px;
}

#cat_old .list-products .sub_item .item .content .price_renew span {
  display: inline-block;
  font-size: 14px;
  color: #b00020;
}

@media (max-width: 767px) {
  #cat_old .list-products .sub_item .item .content .price_renew {
    font-size: 11px;
    line-height: 15px;
    height: 15px;
  }
  #cat_old .list-products .sub_item .item .content .price_renew span {
    font-size: 12px;
  }
}

#cat_old .list-products .sub_item .item .content .price_old {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.48);
  font-weight: normal;
  text-decoration: line-through;
}

#cat_old .list-products .sub_item .item .content .compare {
  font-size: 13px;
}

#cat_old .list-products .sub_item .item .content .compare p {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.48);
  margin-bottom: 8px;
  line-height: 15px;
}

#cat_old .list-products .sub_item .item .content .compare p span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
}

#cat_old .list-products .sub_item .item .content .compare p:last-child {
  margin-bottom: 0;
}

#cat_old .list-products .sub_item .item .content .compare .text_old {
  color: rgba(0, 0, 0, 0.87);
}

#cat_old .list-products .sub_item .item .content .bottom {
  margin-top: 15px;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 8px;
}

#cat_old .list-products .sub_item .item .content .bottom .sticker {
  margin-bottom: 10px;
}

#cat_old .list-products .sub_item .item .content .bottom .note p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
}

@media (max-width: 450px) {
  #cat_old .list-products .sub_item .item .content .bottom .note p span {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  #cat_old .list-products .sub_item .item .content .price {
    font-size: 12px;
  }
  #cat_old .list-products .sub_item .item .content .price_old {
    font-size: 11px;
    display: inline-block;
  }
  #cat_old .list-products .sub_item .item .content .compare {
    font-size: 12px;
  }
  #cat_old .list-products .sub_item .item .content .compare p {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.48);
    margin-bottom: 8px;
    line-height: 15px;
  }
}

#cat_old .list-products .sub_item .item:hover .sticky > img {
  margin-top: 0;
}

#cat_old .list-products .see_more {
  display: block;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  border-color: #000;
  color: #000;
}

#cat_old .block_related_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

#cat_old .block_related_news .col {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}

#cat_old .block_related_news .col .clickmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 100%;
  max-width: 300px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px;
  margin: auto;
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: 0px 1px 4px 1px #999;
          box-shadow: 0px 1px 4px 1px #999;
}

#cat_old .block_related_news .col .relate_content h4 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
}

#cat_old .block_related_news .col .relate_content .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 90px 1fr;
      grid-template-columns: 90px 1fr;
  gap: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cat_old .block_related_news .col .relate_content .item .image img {
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

#cat_old .block_related_news .col .relate_content .item .title {
  margin-bottom: 0;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px;
}

#cat_old .block_related_news .col .relate_content .item:hover .title {
  color: #1e8e04;
  font-weight: 600;
}

.title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 10px 0;
}

.title-list .category-banner {
  margin: auto;
  display: block !important;
}

.title-list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .title-list h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.title-list a {
  font-weight: 500;
  color: #1e8e04;
}

.list_cat_lv2 {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_cat_lv2 a {
  padding: 6px 12px;
  background: #ffffff;
  border: solid 1px #a9a9a9;
  border-radius: 15px;
  font-size: 13px;
  color: #000;
}

.list_cat_lv2 a:hover {
  background: #1e8e04;
  font-weight: 700;
  color: #fff;
  border-color: #1e8e04;
}

@media (max-width: 768px) {
  .list_cat_lv2 {
    overflow-x: auto;
    width: 100%;
    padding: 10px 0;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .list_cat_lv2 a {
    min-width: 175px;
    text-align: center;
  }
}

.list_ajax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_ajax .sub_item {
  width: 20%;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .list_ajax .sub_item {
    width: 50%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .list_ajax .sub_item {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  #cat_old .overflow_top {
    overflow-x: auto;
  }
  #cat_old .overflow_top .list_cat_old {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.boxdesc {
  overflow: hidden;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .boxdesc img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.item_filter {
  padding: 5px 15px;
  display: block;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  font-size: 12px;
}

.item_filter:hover {
  color: #fff;
  background-color: #1e8e04;
  border: 1px solid #1e8e04;
}

@media (max-width: 767px) {
  .item_filter {
    padding: 3px 10px;
  }
}

.item_filter.active {
  color: #fff;
  background-color: #1e8e04;
  border: 1px solid #1e8e04;
}

.item_row,
.list_not_carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.item_row .sub_item,
.list_not_carousel .sub_item {
  display: block;
  width: calc((100% - 40px) / 5);
}

.item_row .item_hidden,
.list_not_carousel .item_hidden {
  display: none;
}

.filter_block_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.filter_block_search .item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  background: #dddddd;
  border-radius: 10px;
  text-decoration: none;
}

.filter_block_search .item:hover {
  background: #1e8e04;
  color: #fff;
  font-weight: 700;
}

.filter_block_search .active {
  background: #1e8e04;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .list_cat_parent_1 {
    overflow-x: auto;
  }
  .list_cat_parent_1 .list_cat_parent {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .category-banner img {
    max-width: 200px !important;
  }
  #cat_old .block_related_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  .item_row .sub_item,
  .list_not_carousel .sub_item {
    width: calc((100% - 10px) / 2);
  }
}

@media (max-width: 450px) {
  .item_row .sub_item,
  .list_not_carousel .sub_item {
    width: calc((100% - 10px) / 2);
  }
}
/*# sourceMappingURL=cat_1.css.map */