.l-content {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.l-content html {
  scroll-behavior: smooth;
}
.l-content a {
  text-decoration: none;
}
.l-content a.link:hover {
  text-decoration: underline;
}
.l-content .thumb {
  margin: 0;
  padding: 0;
}
.l-content .thumb > img.img-block {
  display: block;
  width: 100%;
}
.l-content .box-section a {
  transition: 1s;
}
.l-content .box-section a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-content .box-section .dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.l-content .box-section .btn-readmore {
  width: 400px;
  height: 45px;
  -webkit-box-shadow: 0px 1px 1px 0 #ffab6c, 0px 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0 #ffab6c, 0px 2px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ff730a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.86;
  text-align: center;
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
  transition: all 0.5 ease;
}
.l-content .box-section .btn-readmore::before {
  content: '';
  position: absolute;
  background: url("../images/white-arrow.png") no-repeat;
  width: 11px;
  height: 14px;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-content .box-section .btn-readmore:hover {
  opacity: 0.7;
}
.l-content h1 {
  border-top: 1px solid #e60214;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  color: #010000;
}
.l-content .title-1 {
  background: url(/pr/vona/handtools_202009/images/title_bg1.png) no-repeat;
  width: 950px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.l-content .title-1 span {
  position: relative;
  line-height: 1;
}
.l-content .title-1 span:before, .l-content .title-1 span:after {
  content: "";
  display: block;
  background: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.l-content .title-1 span:before {
  left: -57px;
}
.l-content .title-1 span:after {
  right: -57px;
}
.l-content .title-1.title-more span:before, .l-content .title-1.title-more span:after {
  content: none;
}
.l-content .section-intro {
  padding: 40px 0;
}
.l-content .section-intro .media-wrap {
  background: url(/pr/vona/handtools_202009/images/intro_bg.png) no-repeat;
  width: 870px;
  height: 193px;
  margin: 0 auto;
  padding: 16px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-content .section-intro .media-wrap .media {
  display: flex;
  align-items: center;
}
.l-content .section-intro .media-wrap .media .b-thumb {
  width: 233px;
  margin-right: 25px;
}
.l-content .section-intro .media-wrap .media .b-content {
  font-size: 16px;
  line-height: 1.88;
  width: calc(100% - 233px - 25px);
}
.l-content .box-section.section-2 {
  margin-top: 40px;
}
.l-content .box-section.section-2 .feature__inner {
  width: 950px;
  height: 293px;
  border-radius: 20px;
  background-color: #ffd16c;
  padding: 15px;
}
.l-content .box-section.section-2 .feature__inner .feature__content {
  background-color: #fffced;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.l-content .box-section.section-2 .feature__inner .feature__content .feature-title {
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
  position: relative;
  display: table;
  margin: auto;
  padding-top: 13px;
}
.l-content .box-section.section-2 .feature__inner .feature__content .feature-title::before {
  content: '';
  position: absolute;
  width: 31px;
  height: 32px;
  top: 16px;
  background: url("../images/shape_left.png") no-repeat;
  left: -51px;
}
.l-content .box-section.section-2 .feature__inner .feature__content .feature-title::after {
  content: '';
  position: absolute;
  width: 31px;
  height: 32px;
  top: 16px;
  background: url("../images/shape_right.png") no-repeat;
  right: -51px;
}
.l-content .box-section.section-2 .feature__inner .feature__content .features__list {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 32px;
}
.l-content .product-category {
  margin-bottom: 63px;
}
.l-content .product-category .product-category__inner .product-category__content {
  background-color: #cacaca;
  padding-top: 40px;
  padding-bottom: 50px;
}
.l-content .product-category .product-category__inner .product-category__content .btn-readmore {
  margin-top: 15px;
}
.l-content .product-category .product-category__inner .categories__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-content .product-category .product-category__inner .categories__list .category {
  width: 278px;
  background: #fff;
  margin: 0 9px;
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 10px;
}
.l-content .product-category .product-category__inner .categories__list .category .category__txt a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  height: 80px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-content .product-category .product-category__inner .categories__list .category .category__txt a::before {
  content: '';
  position: absolute;
  background: url("../images/blue-arrow.png") no-repeat;
  width: 13px;
  height: 9px;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-content .product-category .product-category__inner .categories__list .category .category__img {
  border-top: 1px solid #cacaca;
  height: 206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-content .section-product {
  padding: 0 10px;
}
.l-content .section-product .product__inner {
  overflow: hidden;
}
.l-content .section-product .product__inner .product-sub__title {
  background: #eaeaea;
  height: 42px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-left: 60px;
  border-bottom: 1px solid #e71633;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.l-content .section-product .product__inner .product-sub__title:before, .l-content .section-product .product__inner .product-sub__title:after {
  content: "";
  display: block;
  position: absolute;
}
.l-content .section-product .product__inner .product-sub__title:before {
  background: url(/pr/vona/handtools_202009/images/title_bg2_left.png) no-repeat;
  width: 36px;
  height: 42px;
  bottom: 0;
  left: 0;
}
.l-content .section-product .product__inner .product-sub__title:after {
  background: url(/pr/vona/handtools_202009/images/title_bg2_right.png) no-repeat;
  width: 19px;
  height: 27px;
  top: 0;
  right: 0;
}
.l-content .section-product .product__inner .product__content {
  padding-bottom: 50px;
}
.l-content .section-product .product__inner .product__content .product__txt {
  line-height: 1.5;
  padding: 35px 6px;
  font-size: 16px;
}
.l-content .section-product .product__inner .product__content .products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-content .section-product .product__inner .product__content .products__list .product {
  width: 185px;
  border: solid 1px #c4c4c4;
  background-color: #fff;
  margin-bottom: 16px;
}
.l-content .section-product .product__inner .product__content .products__list .product:not(:nth-child(5n)) {
  border-right: none;
}
.l-content .section-product .product__inner .product__content .products__list .product__content {
  padding: 0 7px 12px 8px;
}
.l-content .section-product .product__inner .product__content .products__list .product__brand {
  padding: 12px 0 9px;
}
.l-content .section-product .product__inner .product__content .products__list .product__name {
  margin-bottom: 5px;
}
.l-content .section-product .product__inner .product__content .products__list .product__name a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.69;
  color: #004098;
  display: block;
  height: 44px;
  overflow: hidden;
  text-decoration: underline;
}
.l-content .section-product .product__inner .product__content .products__list .product__name a:hover {
  text-decoration: none;
}
.l-content .section-product .product__inner .product__content .products__list .product__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-content .section-product .product__inner .product__content .products__list .product__image a {
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-content .section-product .product__inner .product__content .products__list .product__image .discount {
  background: url(/pr/vona/handtools_202009/images/discount_bg.png) no-repeat;
  width: 46px;
  height: 46px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.15px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
.l-content .section-product .product__inner .product__content .products__list .product__serial {
  font-size: 12px;
  color: #333333;
}
.l-content .section-product .product__inner .product__content .products__list .product__price {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.47;
  color: #3a3a3a;
  margin-top: 4px;
}
.l-content .section-product .product__inner .product__content .products__list .product__price .price_old {
  text-decoration: line-through;
}
.l-content .section-product .product__inner .product__content .products__list .product__price .price_new {
  color: #e30000;
}
.l-content .section-product .product__inner .product__content .products__list .product__delivery {
  margin-top: 8px;
}
.l-content .section-product .product__inner .product__content .products__list .product__delivery .ico-car {
  position: relative;
  top: 2px;
}
.l-content .section-product .product__inner .product__content .products__list .product__delivery span {
  font-size: 13px;
  font-weight: bold;
  color: #7d7d7d;
  vertical-align: bottom;
  margin-left: 5px;
}
.l-content .section-product .product__inner .product__content .btn-wrap {
  margin-top: 14px;
}
.l-content .section-intro2 {
  margin-bottom: 60px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.l-content .section-intro2 h2 {
  background: #0098d8;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: UTMHelve, "Myriad Pro", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-top: 3px;
}
.l-content .section-intro2 h2 span {
  position: relative;
  line-height: 1;
}
.l-content .section-intro2 h2 span:before {
  content: "";
  background: url(/pr/vona/handtools_202009/images/icon_tool.png) no-repeat;
  width: 60px;
  height: 59px;
  display: block;
  position: absolute;
  bottom: -27px;
  left: -75px;
}
.l-content .section-intro2 .section-content {
  background: #fffbeb;
  border-radius: 0 0 30px 30px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #0098d8;
}
.l-content .section-intro2 .section-content .text-list {
  padding: 22px 70px 22px 93px;
}
.l-content .section-intro2 .section-content .text-list > li {
  font-size: 14px;
  position: relative;
  padding-left: 33px;
  line-height: 2.57;
}
.l-content .section-intro2 .section-content .text-list > li:before {
  content: "";
  background: url(/pr/vona/handtools_202009/images/icon_tick.png) no-repeat;
  width: 19px;
  height: 17px;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}
.l-content .section-intro2 .section-content .text-list > li + li {
  margin-top: 4px;
}
.l-content .seciton-banner {
  background: #f4f4f4;
}
.l-content .seciton-banner .section-content {
  padding: 45px 0 54px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.l-content .seciton-banner .banner-one {
  margin-bottom: 20px;
}
.l-content .seciton-banner .banner-list {
  display: flex;
  justify-content: space-between;
}
.l-content .seciton-banner .banner-list .item {
  width: 306px;
}
.l-content .seciton-banner .banner-list .item img {
  width: 100%;
  transition: 0.7s;
}
.l-content .seciton-banner .banner-list .item a > img:hover {
  opacity: 0.7;
}
.l-content .box-section.section-5 .service-product__inner .service-product__title {
  height: 66px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffa200), to(#ffc554));
  background-image: -o-linear-gradient(bottom, #ffa200, #ffc554);
  background-image: linear-gradient(to top, #ffa200, #ffc554);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.l-content .box-section.section-5 .service-product__inner .service-product__list {
  margin-top: 65px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-content .box-section.section-5 .service-product__inner .service-product__list li {
  width: 470px;
  margin-bottom: 10px;
}

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