/* /templates2_0/module/goods/present/small.less */
.goods_present_small_wrap {
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.goods_present_small_wrap:before {
  position: relative;
  content: '+';
  display: block;
  text-align: center;
  font: 46px/40px Utkonos;
  font-weight: 900;
  color: #ccc;
}
.goods_present_small_wrap .signature {
  color: #777;
  font-size: 11px;
  margin-top: 10px;
}
.goods_present_small {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #ffcb0b;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: left;
}
.goods_present_small .present_caption {
  position: relative;
  font-size: 11px;
  color: #000;
  margin-left: 70px;
  height: 40px;
  overflow: hidden;
  word-wrap: break-word;
}
.goods_present_small .present_status {
  position: relative;
  box-sizing: border-box;
  font: bold 14px Utkonos;
  display: block;
  margin-left: 70px;
  margin-top: 10px;
}
.goods_present_small:before,
.goods_present_small:after {
  position: absolute;
  content: '';
  background: url(/templates2_0/module/goods/present/line.png) 0 0 no-repeat;
  right: -2px;
  bottom: -2px;
  height: 30px;
  width: 30px;
  z-index: 1;
}
.goods_present_small:before {
  left: -2px;
  right: auto;
  top: -2px;
  bottom: auto;
  height: 40px;
  width: 40px;
  background-position: 100% 100%;
}
