﻿.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }




      .left-content-product .content-product-right .box-info-product .quantity .quantity-control span {
        border: 0 none;
        color: white;
        float: left;
        font-size: 10px;
        font-weight: normal;
        border-radius: 0;
        cursor: pointer;
        line-height: 16px;
        margin-left: 5px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
          background: none repeat scroll 0 0 #999;
          padding: 0 4px;
          position: absolute;
          top: 0;
          height: 15px;
          width: 15px;
          right: 14px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
          background: none repeat scroll 0 0 #999;
          font-size: 13px;
          padding: 0 4px;
          position: absolute;
          top: 15px;
          width: 15px;
          height: 15px;
          line-height: 15px;
          right: 14px; }
        .left-content-product .content-product-right .box-info-product .quantity .quantity-control span:hover {
          background: #db251c !important; }