/* BASIC css start */
/* */
.SMS_Product_display {
  padding-bottom: 28px;
}
.SMS_Product_display h3 {
  font-family: 'GeosansLight', sans-serif;
  font-size: 14px;
  margin-top: 28px;
  margin-bottom: 10px;
}
.SMS_Product_display .items {
  font-size: 0;
}
.SMS_Product_display .SMS_base_mask {
  text-align: center;
}
.SMS_Product_display {
  margin-right: -5px;
}

.SMS_Product_display li {
  display: inline-block;
  width: 50%;;
  vertical-align: top;
  font-size: 8px;
  margin:0;
  padding-right: 5px;
  padding-bottom: 22px;
}
.SMS_Product_display .SMS_moreBtn {
  text-align: center;
  margin-bottom: 20px;
}
.SMS_Product_display .view_more_btn {
  position: relative;
  background: #fff;
  font-family: 'GeosansLight', sans-serif;
  font-size: 8.5px;
  color: #3a3a3a;
}
.SMS_Product_display .view_more_btn:after {
  content:'';
  position: absolute;
  display: block;
  right: -13px;
  top: 8px;
  width: 7px;
  height: 1px;
  background: #3a3a3a;
}
.SMS_Product_display .view_more_btn:before {
  content:'';
  position: absolute;
  display: block;
  right: -10px;
  top: 5px;
  width: 1px;
  height: 7px;
  background: #3a3a3a;
}
/* BASIC css end */

