@charset "UTF-8";

/* newproducts_wrap */
.newproducts_wrap ul.list {
  overflow: hidden;
}
.newproducts_wrap ul.list > li {
  position: relative;
  float: left;
  margin-top: 28px;
  margin-right: 70px;
  padding-top: 30px;
  width: 450px;
  border-top: 1px dotted #ccc;
}
.newproducts_wrap ul.list > li:nth-child(2n) {
  margin-right: 0;
}
.newproducts_wrap ul.list > li:nth-child(1),
.newproducts_wrap ul.list > li:nth-child(2) {
  margin-top: 0;
  border-top: none;
}
.newproducts_wrap ul.list > li > a.inner {
  position: relative;
  z-index: 0;
  display: block;
}
.newproducts_wrap ul.list > li > a.inner .pic {
  display: inline-block;
  border: 1px solid #ddd;
}
.newproducts_wrap ul.list > li > a.inner .pic img {
  vertical-align: middle;
}
.newproducts_wrap ul.list > li > a.inner .title {
  display: block;
  padding-top: 15px;
}
.newproducts_wrap ul.list > li > .btn {
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 5;
  padding-bottom: 5px;
}
.newproducts_wrap ul.list > li > .btn > a {
  position: relative;
  display: inline-block;
  border: 1px solid #920009;
  background: -webkit-linear-gradient(top, #e50310 0%, #e50310 50%, #cb141f 51%, #cb141f 100%);
  background: linear-gradient(to bottom, #e50310 0%, #e50310 50%, #cb141f 51%, #cb141f 100%);
}
.newproducts_wrap ul.list > li > .btn > a .txt {
  display: inline-block;
  padding: 2px 48px 1px 29px;
  background: url(/img/elements/btn_catalog_01_l.png) no-repeat 6px center;
  background-size: auto 14px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.newproducts_wrap ul.list > li > .btn > a .img_wrap {
  position: absolute;
  top: -7px;
  right: 3px;
  display: table;
  width: 40px;
  height: 40px;
}
.newproducts_wrap ul.list > li > .btn > a .img_inner {
  display: table-cell;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
}
.newproducts_wrap ul.list > li > .btn > a .img_inner img {
  max-width: 40px;
  max-height: 40px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
