@media all and (max-width: 1050px) {
  .list_sub_cats_wrapper_sroll {
    overflow-x: auto;
  }
}

.clswrapper_product_cat {
  overflow: hidden;
}

.filter_products_cat {
  box-sizing: border-box;
  width: 22%;
  float: left;
  margin-top: 20px;
}
@media all and (max-width: 1050px) {
  .filter_products_cat {
    position: fixed;
    left: 0px;
    display: none;
    top: 0px;
    z-index: 99999;
    height: 100%;
    background: #fff;
    border-right: 1px solid #ededed;
    width: 320px;
    padding: 10px;
    overflow-y: auto;
    margin-top: 0px;
  }
}

.products-cat {
  width: calc(76% - 16px);
  float: right;
  margin-bottom: 40px;
}
@media all and (max-width: 1050px) {
  .products-cat {
    width: 100%;
    float: none;
  }
}
.products-cat .list_sub_cats_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px 5px;
}
@media all and (max-width: 1050px) {
  .products-cat .list_sub_cats_wrapper {
    margin: 10px -3px 15px;
  }
}
.products-cat .list_sub_cats_wrapper .item {
  width: calc(10% - 6px);
  margin: 0px 3px 6px;
  padding: 4px 4px 4px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
}
.products-cat .list_sub_cats_wrapper .item:hover {
  border: 1px solid var(--blue-color);
}
.products-cat .list_sub_cats_wrapper .item a {
  display: block;
}
.products-cat .list_sub_cats_wrapper .item a span {
  margin-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
}
.products-cat .list_sub_cats_wrapper .item img {
  min-height: 80px;
}
@media all and (max-width: 900px) {
  .products-cat .list_sub_cats_wrapper .item {
    width: calc(20% - 6px);
  }
}
@media all and (max-width: 740px) {
  .products-cat .list_sub_cats_wrapper .item {
    width: calc(25% - 6px);
  }
}
@media all and (max-width: 740px) {
  .products-cat .list_sub_cats_wrapper .item {
    width: calc(25% - 6px);
  }
}
@media all and (max-width: 600px) {
  .products-cat .list_sub_cats_wrapper .item {
    width: calc(33.3333333333% - 6px);
    border-radius: 2px;
  }
}
.products-cat .list_sub_cats_wrapper .item-mobile {
  width: 102px;
}

@media all and (min-width: 1100px) {
  .products-cat-full {
    width: 100%;
    float: none;
  }
  .products-cat-full .product_grid .item {
    width: 20%;
  }
}

.prodetails_tab {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
@media all and (max-width: 1050px) {
  .prodetails_tab {
    padding: 15px 0px 0px;
    margin-top: 15px;
  }
}
.prodetails_tab .cat-title-main {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 14px;
}
@media all and (max-width: 900px) {
  .prodetails_tab .cat-title-main {
    font-size: 14px;
  }
}

.cat_description {
  background: #fff;
  padding: 16px 0px;
  font-size: 15px;
  line-height: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cat_description {
    margin-top: 25px;
  }
}
.cat_description a {
  color: #e74c3c;
}
.cat_description h2 {
  font-size: 40px;
  font-weight: 450;
  color: #000;
  text-align: center;
}
@media all and (max-width: 1050px) {
  .cat_description h2 {
    font-size: 26px;
  }
}
@media all and (max-width: 768px) {
  .cat_description h2 {
    font-size: 22px;
  }
}
.cat_description h3 {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.cat_description h2, .cat_description h3, .cat_description h4, .cat_description p, .cat_description ul {
  margin-bottom: 20px;
}
.cat_description h2 {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .cat_description h2 {
    margin-bottom: 15px;
  }
}
.cat_description img {
  max-width: 100%;
  height: auto !important;
}
.cat_description ul li {
  margin-left: 30px;
  list-style: initial;
}

.news_related_vertical {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .news_related_vertical {
    margin: 0 -5px;
  }
}
.news_related_vertical .item-related {
  width: calc(25% - 20px);
  float: left;
  margin: 0 10px 20px;
}
.news_related_vertical .item-related .img_a {
  display: grid;
  min-height: 125px;
}
@media all and (max-width: 900px) {
  .news_related_vertical .item-related .img_a {
    min-height: 100px;
  }
}
@media all and (max-width: 380px) {
  .news_related_vertical .item-related .img_a {
    min-height: 80px;
  }
}
@media all and (max-width: 600px) {
  .news_related_vertical .item-related {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin: 0 5px 10px;
  }
}
.news_related_vertical .item-related .time {
  margin-top: 5px;
  font-size: 13px;
  color: #909090;
}
.news_related_vertical .item-related .title-item-related {
  margin-top: 2px;
}
.news_related_vertical .item-related .title-item-related a {
  font-weight: bold;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.field_title {
  position: relative;
  margin-bottom: 10px;
  width: 260px;
  float: right;
}
@media all and (max-width: 1050px) {
  .field_title {
    width: 100%;
    float: none;
  }
}

.banner_cat {
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .banner_cat {
    margin-bottom: 0;
  }
}
.banner_cat figure {
  width: calc(50% - 20px);
  margin: 0 10px;
  float: left;
}
.banner_cat figure img {
  width: 100%;
}

.cat-title {
  background: #fff;
}
@media all and (max-width: 1050px) {
  .cat-title {
    padding: 0px;
  }
}
.cat-title h1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 8px;
  float: left;
}
@media all and (max-width: 600px) {
  .cat-title h1 {
    margin-top: 9px;
    font-size: 14px;
  }
}
.cat-title .count-list-cat {
  float: left;
  margin-left: 5px;
  margin-top: 7px;
}
.cat-title .count-list-cat span {
  font-weight: bold;
  color: var(--main-color);
}
@media all and (max-width: 600px) {
  .cat-title .count-list-cat {
    display: none;
  }
}

.block-left-cat-product {
  margin-top: 50px;
}

.order-text-pc {
  float: right;
  margin-top: 5px;
  margin-right: 8px;
}

.order-select {
  float: right;
}
.order-select a {
  display: inline-block;
  margin-left: 25px;
}
.order-select .active {
  background: var(--main-color);
  color: #fff;
  border: 1px solid transparent;
}
@media all and (max-width: 950px) {
  .order-select {
    float: right;
    position: absolute;
    right: 0px;
    top: 41px;
    background: #fff;
    z-index: 2;
    padding: 10px 10px 6px;
    border: 1px solid #ededed;
    display: none;
  }
  .order-select a {
    display: block;
    margin: 0px 0px 5px;
  }
}

.order-select-pc .type-icon {
  display: none;
}
@media all and (max-width: 950px) {
  .order-select-pc .type-txt {
    display: none;
  }
  .order-select-pc .type-icon {
    display: block;
  }
}

.order-select-text-mobile, .order-select-mobile {
  display: none;
}

.order-select-mobile {
  width: 86px;
  float: right;
  /* margin-top: 5px; */
  padding-top: 6px;
  padding: 6px 0px 0px;
  border: none;
}

.cat_summary {
  margin-top: 4px;
  border: 1px solid #EEE;
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}
@media all and (max-width: 600px) {
  .cat_summary {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 165px;
    overflow-y: auto;
  }
}
.cat_summary .banner_cat_summary {
  float: right;
  max-width: 30%;
  margin-left: 20px;
}

.choosedfilter {
  width: calc(100% - 240px);
  float: left;
}
@media all and (max-width: 1050px) {
  .choosedfilter {
    width: 100%;
    float: none;
  }
}
.choosedfilter a {
  background: var(--main-color);
  color: #FFF !important;
  margin: 0px 10px 12px 0;
  padding: 5px 24px 5px 9px;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.choosedfilter a:after {
  content: "X";
  position: absolute;
  top: 5px;
  right: 2px;
  width: 15px;
  height: 13px;
  color: #FFF;
  z-index: 1;
  font-size: 12px;
}
.choosedfilter .reset {
  background: red;
}

.summary_content {
  font-size: 14px;
  line-height: 1.6;
}
.summary_content p {
  margin-bottom: 12px;
  line-height: 1.6;
}
.summary_content p:last-child a {
  text-decoration: underline;
  margin-right: 11px;
}
.summary_content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #126f38;
}
.summary_content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #126f38;
}
.summary_content a {
  color: #e74c3c;
}
.summary_content a:hover {
  color: #e74c3c;
}

@media screen and (max-width: 550px) {
  .banner_cat_summary {
    display: none;
  }
}
.list_cat_soon_wrapper {
  padding: 0 20px;
}

.list_cat_soon {
  margin-bottom: 20px;
  position: relative;
}
@media all and (max-width: 600px) {
  .list_cat_soon {
    margin-bottom: 0px;
  }
}
.list_cat_soon .item_cat_s {
  text-align: center;
}
.list_cat_soon .item_cat_s a {
  color: #fff;
  display: inline-block;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 100%;
  background: var(--extra-color);
  border-radius: 4px;
  transition: 0.5s;
}
.list_cat_soon .item_cat_s a:hover {
  background: #f0ba2b;
}
.list_cat_soon .actived a {
  background: #f0ba2b;
}
.list_cat_soon .item-block {
  width: calc(14.2857142857% - 10px);
  margin: 0 5px;
  float: left;
}
@media all and (max-width: 600px) {
  .list_cat_soon .item-block {
    width: calc(50% - 10px);
  }
}
.list_cat_soon .owl-nav div {
  position: absolute;
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 50%;
  color: var(--extra-color);
  text-align: center;
  font-size: 30px;
  padding: 6px 0 3px 4px;
}
.list_cat_soon .owl-nav .owl-prev {
  left: -30px;
}
.list_cat_soon .owl-nav .owl-next {
  right: -30px;
}

.relate_videos {
  background: #fff;
  padding: 20px 20px 0px;
  margin-top: 30px;
}
@media all and (max-width: 1050px) {
  .relate_videos {
    padding: 15px 0px 0px;
    margin-top: 15px;
  }
}
.relate_videos .relate_videos_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 14px;
}
.relate_videos .item {
  width: calc(33.3333333333% - 20px);
  margin: 0px 10px 20px;
}
.relate_videos .item .image {
  position: relative;
  min-height: 181px;
}
.relate_videos .item .image a {
  display: grid;
}
.relate_videos .item .image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}
@media all and (max-width: 800px) {
  .relate_videos .item .image {
    min-height: 130px;
  }
}
@media all and (max-width: 430px) {
  .relate_videos .item .image {
    min-height: 96px;
  }
}
.relate_videos .item .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 4px;
  font-weight: bold;
}
@media all and (max-width: 736px) {
  .relate_videos .item {
    width: calc(50% - 20px);
    margin: 0px 10px 20px;
  }
}
@media all and (max-width: 430px) {
  .relate_videos .item {
    width: calc(50% - 10px);
    margin: 0px 5px 10px;
  }
}
.relate_videos .relate_videos_all {
  margin: 0px -10px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .relate_videos .relate_videos_all {
    margin: 0px -5px;
  }
}

.manu_products_special {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 20px 5px 20px;
}
.manu_products_special .cat_label .manu_products_special_name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: block;
}
@media all and (max-width: 900px) {
  .manu_products_special .cat_label .manu_products_special_name {
    font-size: 14px;
  }
}
@media all and (max-width: 1050px) {
  .manu_products_special {
    margin-bottom: 15px;
    padding: 0px;
  }
}

.popup-video-full {
  position: fixed;
  z-index: 22222222;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9490196078);
  display: none;
}
.popup-video-full .content-video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .popup-video-full iframe {
    max-width: 100%;
    height: 242px;
  }
}
.popup-video-full .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .popup-video-full .video {
    width: 100%;
  }
}
.popup-video-full .close {
  float: right;
  color: white;
  font-size: 22px;
  padding: 10px;
  cursor: pointer;
}

.block_products_filter_mobile_tt {
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0px;
  display: none;
}
@media screen and (max-width: 500px) {
  .block_products_filter_mobile_tt {
    display: block;
  }
}
@media screen and (max-width: 345px) {
  .block_products_filter_mobile_tt {
    font-size: 12px;
  }
}
.block_products_filter_mobile_tt .filter-mobile-click {
  width: calc(50% - 5px);
  float: left;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 39px;
  font-family: LexendLight;
}
.block_products_filter_mobile_tt .filter-mobile-click svg {
  position: absolute;
  left: 7px;
  top: 7px;
}
.block_products_filter_mobile_tt .order-select-mb {
  width: 50%;
  float: right;
  position: relative;
  font-family: LexendLight;
}
.block_products_filter_mobile_tt .order-select-mb .order-select {
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
.block_products_filter_mobile_tt .order-text {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 39px;
  position: relative;
}
.block_products_filter_mobile_tt .order-text .type-icon {
  position: absolute;
  left: 8px;
  top: 8px;
}

.block_products_filter_mobile {
  margin-bottom: 20px !important;
}

.filter_icon {
  display: none;
  float: right;
  margin-right: 15px;
}
.filter_icon svg {
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 1050px) {
  .filter_icon {
    display: inline-block;
    padding-top: 4px;
    float: left;
  }
}

.rotate180 {
  transform: rotate(180deg);
  margin-top: -3px;
}

@media screen and (max-width: 500px) {
  .display_off_mb {
    display: none !important;
  }
}

.title_h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 450;
  /* margin-top: 38px; */
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title_h1 {
    margin-top: 24px;
    font-size: 20px;
  }
}

.summary_cat {
  line-height: 23px;
  margin-bottom: 28px;
}

.aq_relates .title_delectech_block {
  text-align: center;
}
.aq_relates .aq-block-body {
  background: transparent;
}

.vm_summary_content_cat {
  text-align: center;
}
.vm_summary_content_cat:before {
  height: 55px;
  margin-top: -45px;
  content: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fff), color-stop(0.2, #fff), to(rgba(255, 255, 255, 0)));
  display: block;
  position: relative;
}
.vm_summary_content_cat span {
  cursor: pointer;
  display: inline-block;
  padding: 4px 28px;
  /*border: 1px solid var(--main-color);*/
  color: var(--main-color);
  position: relative;
}
.vm_summary_content_cat span:after {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: 12px;
  top: 13px;
  vertical-align: top;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: rotate(-45deg);
  transition: 0.5s all ease;
}

.height_auto {
  height: auto !important;
}

.summary_content_cat {
  line-height: 1.6;
  height: 590px;
  overflow-y: hidden;
  position: relative;
}
.summary_content_cat a {
  color: #3a70f1;
}
@media screen and (max-width: 768px) {
  .summary_content_cat {
    margin-bottom: 35px;
  }
}

.aq_relates_content {
  background-color: #f7f7f7;
  padding: 70px 0px 90px;
}
@media screen and (max-width: 768px) {
  .aq_relates_content {
    padding: 45px 0px 40px;
  }
}

footer {
  margin-top: 0px;
}