.cart-button-one{
    position: relative;
}
.cart-button-one .input-single button {
    background: #f08533;
    border-radius: 5px;
    width: 130px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0 10px 0;
}

.cart-button-one .input-single button i{
    margin: 4px 0 0 5px;
}
.cart-button-one .input-single button:focus {
    box-shadow: none !important;
}
.cart-button-one .input-group {
    width: 130px;
    display: none;
    height: 42px;
    /*background: #f18432;*/
}
.cart-button-one .input-group .input-group-prepend {
    background: #f08533;
}

.cart-button-one .input-group .input-group-prepend button {
    font-size: 14px;
    color: #fff;
}
.cart-button-one .input-group .updateButton {
    display:none;
}
.cart-button-one .input-group .updateButton button {
    background: #1f8de1 !important;
}
.cart-button-one .input-group .input-group-prepend button:focus {
    box-shadow: none !important;
}
.cart-button-one .input-group .input-number {
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
    height: 42px;
}
.cart-button-one .input-group .input-group-append {
    background: #f08533;
}
.cart-button-one .input-group .input-group-append button {
    font-size: 14px;
    color: #fff;
}
.cart-button-one .input-group .input-group-append button:focus {
    box-shadow: none !important;
}
.cart-button-one .pos-center {
    margin: auto;
}
.cart-button-one .pos-right {
    float: right;
}


.product_message{
    color:#ff0000;
    display:none;
    position: absolute;
    bottom: 46px;
    left: 12px;
    font-size: 12px;
}