Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .details-container .shopping-cart{
  2.     width: 18px;
  3.     height: 18px;
  4.     position: absolute;
  5.     top: -22px;
  6.     right: 41px;
  7.     cursor: pointer;
  8.     line-height: 33px;
  9.     color: #646464;
  10.     font-size: 24px;
  11. }
  12.  
  13. .details-container .shopping-cart .products-number{
  14.     font-weight: 400;
  15.     position: absolute;
  16.     display: inline-block;
  17.     vertical-align: top;
  18.     zoom: 1;
  19.     width: 17px;
  20.     height: 17px;
  21.     color: #fff;
  22.     text-align: center;
  23.     line-height: 18px;
  24.     font-size: 11px;
  25.     border-radius: 50%;
  26.     top: -2px;
  27.     right: -10px;
  28.     background-color: #42c3d6;
  29. }
  30.  
  31. .details-container .shopping-cart .products-number .js-product-count {
  32.     font-weight: 300;
  33.     display: inline-block;
  34.     vertical-align: top;
  35.     zoom: 1;
  36.     display: block;
  37.     width: 88%;
  38. }