#area_product {
  position: relative;
  width: %50px;
  
  
  margin-bottom: 5px;
  padding: 10px;
  clear: both;
}

.plus {
  background: url(../plus.png) no-repeat 99% 50% #ccc;
}

.minus {
  background: url(../minus.png) no-repeat 99% 50% #2a97d0;
  color: white;
  -moz-box-shadow: 0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  box-shadow: 0px 0px 2px 2px #ccc;
}

#sss_app>h6 {
  cursor: pointer;
  border-radius: 4px;
  padding: 4px 6px 4px 8px;
  width: %50px;
  margin: 0px;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
}