﻿body {
}


.decrease {
    display: inline-block;
    background: none;
    font-size: 24px;
    line-height: 25px;
    border: 0;
    width: 25px;
    float: left;
    height: 25px;
    color: #F8849C;
    border-right: 1px solid #ddd9da;
    text-indent: -9999px;
    background: url(../images/shop-cart.png) no-repeat 5px -26px;
    background-size: 60px;
}

.po {
    cursor: pointer;
}

.pono {
    cursor: not-allowed;
}

.decreaseno {
    display: inline-block;
    background: none;
    font-size: 24px;
    line-height: 25px;
    border: 0;
    width: 25px;
    float: left;
    height: 25px;
    color: #F8849C;
    border-right: 1px solid #ddd9da;
    text-indent: -9999px;
    background: url(../images/shop-cart.png) no-repeat 5px -26px;
    background-size: 60px;
}

.increase {
    display: inline-block;
    background: none;
    border: 0;
    border-left: 1px solid #ddd9da;
    float: left;
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 25px;
    color: #F8849C;
    background: url(../images/shop-cart.png) no-repeat -25px -26px;
    background-size: 60px;
    text-indent: -9999px;
}

.increaseno {
    display: inline-block;
    background: none;
    border: 0;
    border-left: 1px solid #ddd9da;
    float: left;
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 25px;
    color: #F8849C;
    background: url(../images/shop-cart.png) no-repeat -25px -26px;
    background-size: 60px;
    text-indent: -9999px;
}

.num {
    display: inline-block;
    border: 0;
    width: 40px;
    height: 25px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #666;
    font-size: 20px;
    text-align: center;
}

.divnumber {
    border: 1px solid #ddd9da;
    overflow: hidden;
    height: 25px;
    display: block;
    width: 92px;
    background: #FFF;
    right: auto;
}

.divgwc {
    background: url(../images/gwc.png) no-repeat;
}

.divnumberzy {
    width: 100%;
}

.inpcg {
    padding-left: 20px;
    color: #fff;
    border-style: none;
    cursor: pointer;
    background: url(../images/cart.png) no-repeat center center;
    height: 30px;
    width: 40px;
    background-size: 30px 30px;
    display: block;
}
