/*
* @Author: Ngo Quang Cuong
* @Date:   2017-07-11 20:53:01
* @Last Modified by:   nquangcuong
* @Last Modified time: 2017-07-11 21:28:22
*/
.qty_change {
    position: relative;
    display: inline-block;
    margin-right: 45px;
}
.qty_change .decreaseQty {
    border-right: 0px;
    border: 1px solid #c2c2c2;
    font-size: 2rem;
    padding: 6px 0px;
    position: absolute;
    z-index: 1;
    width: 35px;
}
.qty_change .increaseQty {
    border-left: 0px;
    border: 1px solid #c2c2c2;
    font-size: 2rem;
    padding: 6px 0px;
    position: absolute;
    left: 73px;
    top: 0px;
    width: 35px;
}
.box-tocart .qty_change input.input-text.qty {
    margin-left: 34px;
    width: 40px;
    padding: 0px;
}
