.product-tabs .product-tabs-inner {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.product-tabs .product-tabs-inner li {
  width: 300px;
  height: 64px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.product-tabs .product-tabs-inner li a:hover {
  background: #cb000b;
  color: #fff;
}

.product-tabs .product-tabs-inner li a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f6f6f6;
}

.product-tabs .product-tabs-inner li.active,
.product-tabs .product-tabs-inner li.active a {
  background: #cb000b;
  color: #fff;
}

.news-block .top-block0 {
  background: none;
}

.box_b .date {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 1px;
  font-size: 16px;
}

.box_b .cate {
  background: #d81434;
  border: 1px solid #d81434;
  color: #fff;
  width: 42px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-right: 30px;
}

.new {
  color: #fff;
  font-size: 14px;
  background: #d81434;
  width: 100px;
  height: 34px;
  margin: 0 auto;
  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;
  font-weight: bold;
  border-radius: 100px;
}

.new1 {
  background: #f39800;
}
.new2 {
  background-color: #002a74;
}
.news-block {
  background: none;
}

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

.news-on figure {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.news-on figure img {
  width: 100%;
}

.news-on .content,
.item-on .content {
  /* line-height: 220%;
  letter-spacing: 1.5px;
  font-size: 16px;
  text-align: center;
  word-break: break-all; */

  padding: 20px 0 60px;

  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 9px 10px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.item-on .content {
  padding-top: 0;
}

.news-on figure .height-img {
  height: 675px;
}

.tab-bar {
  margin-top: 0;
}

.top-block4 .news-list {
  display: flex;
  flex-wrap: wrap;
}

.top-block4 .news-list a {
  margin-left: 0;
  margin-right: 2.8%;
  margin-bottom: 40px;
  width: 22.8%;
}

.top-block4 .news-list a:nth-of-type(4n) {
  margin-right: 0;
}

.item-on .box_b .cate1 {
  text-align: center;
}

.item-on .box_b .cate1 span {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 25px;
}

.item-on .wrapper {
  max-width: 1000px;
}

.item-on .view-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.item-on .view-img .slick-track {
  display: flex !important;
}
.item-on .view-img .slick-slide {
  height: inherit !important;
  display: flex;
  align-items: center;
}
.item-on .view-img img {
  width: 100%;
}

.item-on .view-img .slider-nav {
  padding: 40px;
}

.item-on .view-img .slider-nav figure {
  margin: 0 15px;
}

.item-on .view-img .slider-nav .slick-list {
  margin: 0 -30px;
}
.item-on .view-img2 img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.item-on .slick-prev,
.item-on .slick-next {
  top: 50%;
  width: 49px;
  height: 38px;
  z-index: 1;
}

.item-on .slick-prev {
  left: -30px;
}

.item-on .slick-next {
  right: -30px;
}

.item-on .slick-prev:before {
  background: url(../images/common/ic-arr-left1-1.png) left center no-repeat;
}

.item-on .slick-next:before {
  background: url(../images/common/ic-arr-right1-1.png) left center no-repeat;
}

.item-on .shop-cart {
  border-bottom: 1px solid #cccccc;
  padding: 70px 20px;
  width: 100%;
  max-width: 880px;
  margin: auto;
}

.item-on .shop-cart .cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px auto;
}
.item-on .shop-cart .num-sl {
  font-size: 15px;
  line-height: 160%;
  margin: 0 30px 0 40px;
}
.item-on .shop-cart .num-sl select {
  width: 86px;
  margin: 0 0 0 10px;
  padding: 7px 40px 7px 7px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.item-on .shop-cart .title-cart {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  width: 40%;
}

.item-on .shop-cart .btn-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 58%;
}
.item-on .shop-cart .btn-cart form {
  display: flex;
  align-items: center;
  width: 426px;
  justify-content: space-between;
}
.item-on .shop-cart .btn-cart input[type="submit"] {
  background-color: #fff;
  border: 2px solid #c9161e;
  border-radius: 10px;
  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: #c9161e;
  font-weight: bold;
  font-size: 20px;
  width: 300px;
  height: 74px;
  cursor: pointer;
  padding: 10px;
  padding-left: 40px;
}
.item-on .shop-cart .btn-cart input[type="submit"]:hover {
  opacity: 0.5;
}
.item-on .shop-cart .btn-cart::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 215px;
  background: url(../images/item/ic-cart.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}
.item-on .shop-cart .btn-cart .quantity-text {
  font-size: 15px;
  line-height: 160%;
  width: 50px;
}
.item-on .shop-cart .btn-cart input.skuquantity {
  width: 86px;
  margin: 0 0 0 10px;
  padding: 7px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  cursor: pointer;
  margin-right: 2%;
}

.item-on .shop-cart .btn-cart.soldout input[type="submit"] {
  border: 1px solid #ccc;
  color: #ccc;
  cursor: unset;
  padding: 10px;
  width: 200px;
}
.item-on .shop-cart .btn-cart.soldout::before {
  content: unset;
}
.item-on .shop-cart .btn-cart.soldout input[type="submit"]:hover {
  opacity: 1;
}

.item-on .note {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.item-on .note dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
}
.item-on .note dl dt,
.item-on .note dl dd {
  padding: 20px;
  font-size: 15px;
  line-height: 160%;
  font-weight: bold;
}
.item-on .note dl dt {
  width: 20%;
  border-bottom: 1px solid #d3010c;

  text-align: center;
}
.item-on .note dl dd {
  width: 78%;
  border-bottom: 1px solid #ccc;
}

.item-on .note1 {
  padding-bottom: 50px;
}

.item-on .note1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-on .note1 dl dt,
.item-on .note1 dl dd {
  padding: 20px;
  line-height: 180%;
  font-weight: bold;
}
.item-on .note1 dl dt {
  width: 20%;
  border-bottom: 1px solid #d3010c;
  font-size: 15px;
  text-align: center;
}
.item-on .note1 dl dd {
  width: 80%;
  border-bottom: 1px solid #ccc;
  color: #666666;
  font-size: 12px;
}

@media screen and (max-width: 1440px) {
  .news-block .news-list-item {
    margin-left: 45px;
    margin-right: 45px;
  }
}

@media screen and (max-width: 1390px) {
  .wrapper {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1100px) {
  .news-block .news-list-item {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1240px) {
  .news-block .news-list .news-item {
    padding: 0 100px;
  }
}

@media screen and (max-width: 1024px) {
  .product-tabs .product-tabs-inner li {
    width: 23%;
  }
  .item-on .shop-cart .btn-cart input[type="submit"]{
    width: 220px;
  }
  .item-on .shop-cart .btn-cart::before{
    right: 170px;
  }
  .item-on .shop-cart .btn-cart{
    width: 54%;
  }
  .item-on .shop-cart .btn-cart form{
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .news-block .news-list-item .imgview img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .title-on {
    font-size: 20px;
  }

  .tab-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .box_b .date {
    font-size: 13px;
  }

  .news-on .content,
  .item-on .content {
    padding: 20px 0 40px;
    font-size: 14px;
  }

  .product-tabs .product-tabs-inner {
    width: 100%;
    max-width: 400px;
    margin: 30px auto;
    justify-content: space-between;
  }

  .product-tabs .product-tabs-inner li {
    width: 49%;
    margin: 5px 0;
  }

  .product-tabs {
    margin-bottom: 0;
  }

  .news-block {
    padding: 0 0 40px 0;
  }

  .news-on {
    padding-top: 40px;
  }

  .top-block4 .news-list a {
    width: 48%;
    margin-right: 0;
  }

  .product-tabs .product-tabs-inner li a {
    font-size: 11px;
  }

  .top-block4 .news-list a .title {
    margin-left: 0;
    margin-right: 0;
  }

  .top-block4 .news-list a figure {
    height: 150px;
  }

  .top-block4 .news-list a figure .brand {
    right: 5px;
    bottom: 5px;
  }

  .top-block4 .news-list a figure .num {
    width: 30px;
    height: 30px;
    bottom: 5px;
    left: 5px;
    font-size: 9px;
  }

  .top-block4 .news-list a figure .num span {
    font-size: 12px;
  }

  .item-on .view-img .slider-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item-on .view-img .slider-nav .slick-list {
    margin: 0 -5px;
  }

  .item-on .view-img .slider-nav figure {
    margin: 0 5px;
  }

  .item-on .slick-prev {
    left: 0;
  }

  .item-on .slick-next {
    right: 0;
  }

  .item-on .note {
    margin: 20px 0;
  }

  .item-on .note dl {
    width: 100%;
  }

  .item-on .note dl dt,
  .item-on .note dl dd {
    font-size: 14px;
  }

  .item-on .note dl dt {
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .item-on .note dl dd {
    width: 68%;
    padding-right: 0;
  }

  .item-on .shop-cart {
    padding: 30px 0;
    max-width: 320px;
  }
  .item-on .shop-cart .title-cart {
    margin: 0;
    width: 320px;
  }
  .item-on .shop-cart .btn-cart {
    width: 320px;
    margin-top: 10px;
    margin: 0;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .item-on .shop-cart .cart{
    justify-content: center;
  }
  .item-on .shop-cart .btn-cart::before {
    right: 155px;
  }
  .item-on .shop-cart .btn-cart input[type="submit"] {
    width: 160px;
    height: 45px;
    padding: 5px;
    font-size: 14px;
    padding-left: 30px;
  }
  .item-on .shop-cart .btn-cart .quantity-text {
    font-size: 11px;
    width: 35px;
  }
  .item-on .shop-cart .btn-cart input.skuquantity {
    width: 60px;
    height: 30px;
    border-radius: 6px;
    margin-right: 10px;
  }
  .item-on .shop-cart .btn-cart.soldout input[type="submit"] {
    width: 130px;
  }
  .item-on .shop-cart .btn-cart form{
    justify-content: center;
    width: 250px;
  }
  .item-on .note1 dl dt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-bottom: none;
  }

  .item-on .note1 dl dd {
    width: 100%;
    padding-top: 0;
  }

  ul.pagination {
    margin: 40px 0;
  }

  .page ul li.pre {
    margin-right: 0;
  }

  .page ul li.next {
    margin-left: 0;
  }

  .page ul li.pc-1 {
    display: none !important;
  }

  .news-block .news-list {
    justify-content: space-between;
  }

  .news-on figure .height-img {
    height: 300px;
  }
}
@media(max-width: 350px){
.item-on .shop-cart .btn-cart::before{
  right: 140px;
}
}
/* NEWS LIST 2 */
.c-news-list2 {
  margin-top: 50px;
}
.c-news-list2 .c-new-item + .c-new-item {
  margin-top: 20px;
}
.c-news-list2 .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  background-color: #333;
  padding: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  color: #fff;
  text-align: center;
}
.c-news-list2 figure img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.c-news-list2 .price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-news-list2 .price span {
  font-size: 20px;
}
.c-news-list2 .item-link a {
  text-decoration: underline;
}
.c-news-list2 .item-on .shop-cart {
  padding-top: 0;
  padding-bottom: 10px;
}
.c-news-list2 .item-on .shop-cart .btn-cart::before {
  content: unset;
}
.c-news-list2 .item-on .shop-cart .btn-cart input[type="submit"] {
  padding: 10px;
  width: 200px;
  height: 55px;
}
@media screen and (max-width: 767px) {
  .c-news-list2 figure img {
    margin-bottom: 15px;
  }
  .c-news-list2 .price {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .c-news-list2 .price span {
    font-size: 13px;
  }
  .c-news-list2 .item-on .shop-cart {
    margin-top: 15px;
  }
  .c-news-list2 .item-on .shop-cart .btn-cart input[type="submit"] {
    width: 120px;
    height: 45px;
    padding: 5px;
  }
  .c-news-list2 .item-on .shop-cart .cart {
    margin: 0;
  }
  .c-news-list2 .item-on .shop-cart .cart + .cart {
    margin-top: 10px;
  }
  .c-news-list2 .item-on .shop-cart .title-cart {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
}
/* #added_item {
  position: relative;
  top: -120px;
} */

/* REVIEW ITEM */
.review-items {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.review-items td {
  border: 1px solid #111;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.review-items td:nth-child(2),
.review-items td:nth-child(3) {
  text-align: center;
  width: 90px;
}
.review-items .firstRow td {
  font-size: 14px;
  font-weight: 700;
  background-color: #f0f0f0;
}
.review-items input[type="submit"] {
  display: block;
  width: 100%;
  padding: 6px;
}
