.products-on ul,
.products-on ol,
.products-on ul li,
.products-on ol li {
  list-style: revert;
}

.product-tabs .product-tabs-inner {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.product-tabs .product-tabs-inner li {
  width: 220px;
  height: 67px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.product-tabs .product-tabs-inner li a:hover {
  background: #5e945e;
  border: 1px solid #5e945e;
  color: #fff;
}

.product-tabs .product-tabs-inner li a {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  position: relative;
  border-radius: 5px;
  display: block;
  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;
}

.product-tabs .product-tabs-inner li.active,
.product-tabs .product-tabs-inner li.active a {
  background: #5e945e;
  border: 1px solid #5e945e;
  color: #fff;
}

.title-on {
  text-align: center;
  font-size: 40px;
  line-height: 160%;
  letter-spacing: 1.5px;
  margin: 20px 0 0;
  font-weight: normal;
  font-family: G-OTF-R;
}

.top-block1-box1 {
  padding-top: 0;
}
.top-block1-box1 .c-list-item32 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 0;
}
.top-block1-box1 .c-list-item32 .c-item {
  margin: 0 2.75% 80px 0;
}
.top-block1-box1 .c-list-item32 .c-item:nth-of-type(3n) {
  margin-right: 0;
}

.products-on .wrapper {
  max-width: 1000px;
}
.products-on .wauto {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.products-on .wauto figure {
  overflow: hidden;
}
.products-on .wauto figure img {
  width: 100%;
  height: 800px;
  -o-object-fit: contain;
  object-fit: contain;
}
.products-on .wauto .content {
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  margin-top: 40px;
}
.products-on .list {
  padding-top: 100px;
}
.products-on .list .box1 h3 {
  font-family: G-OTF-R;
  font-weight: normal;
  font-size: 32px;
  line-height: 140%;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
.products-on .list .box1 h3 span {
  color: #5e945e;
}
.products-on .list .box1 .c-list-item48 {
  padding: 40px 20px;
}
.products-on .list .box1 .c-list-item48 .c-item {
  margin-bottom: 46px;
  display: flex;
  flex-wrap: wrap;
  align-self: baseline;
}
.products-on .list .box1 .c-list-item48 .c-item figure {
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
}
.products-on .list .box1 .c-list-item48 .c-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.products-on .list .box1 .c-list-item48 .c-item h4 {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 2px;
  margin: 30px 10px 20px 10px;
}
.products-on .list .box1 .c-list-item48 .c-item p {
  line-height: 180%;
  margin: 0 10px;
}
.products-on .list .box1 .note {
  padding: 20px 20px;
  line-height: 200%;
}

.sliders .slick-prev,
.sliders .slick-next {
  top: 50%;
}

@media screen and (max-width: 1024px) {
  .products-on .wauto figure {
    width: 70%;
    margin: 0 auto;
  }

  .products-on .wauto figure img {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .top-block1-box1 .c-list-item32 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-block1-box1 .c-list-item32 .c-item {
    width: 48%;
    margin-right: 0;
  }
  .products-on .list .box1 .c-list-item48 .c-item figure {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .title-on {
    font-size: 20px;
  }

  .product-tabs .product-tabs-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-tabs .product-tabs-inner li {
    width: 48%;
    height: 54px;
    margin-left: 0;
    margin-right: 0;
  }

  .top-block1-box1 .c-list-item32 .c-item {
    margin-bottom: 50px;
  }

  .products-on .wauto figure img {
    height: 250px;
  }

  .products-on .list {
    padding-top: 50px;
  }
  .products-on .list .box1 h3 {
    font-size: 26px;
  }

  ul.pagination {
    margin-top: 0;
  }

  .top-block1-box1 .c-list-item32 .c-item figure {
    padding: 0 10px;
  }

  .top-block1-box1 .c-list-item32 .c-item figure img {
    height: 175px;
  }
}

@media screen and (max-width: 580px) {
  .products-on .list .box1 .c-list-item48 .c-item figure {
    height: 200px;
  }
}
