.custom_price .min-max-price{
    display: inline-block;
    width: 100%;
}
.price-qty-box{
    display: block;
    max-width: 370px;
    margin-top: 15px;
}
.price-qty-box .col-price{
    width: 65%;
    float: left;
    padding-right: 10px;
}
.price-qty-box .col-qty{
    width: 35%;
    float: left;
}
.price-qty-box label{
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 5px;
    line-height: inherit;
}
.price-qty-box input{
    height: 45px;
}
.price-qty-box .col-qty .custom-qty{
    position: relative;
    display: inline-block;
    width: 100%;
}
.price-qty-box .col-qty .custom-qty .items{
    position: absolute;
    width: 45px;
    height: 23px;
    line-height: 24px;
    right: 0;
    border-color: #c2c2c2;
}
.price-qty-box .col-qty .custom-qty .reduced{
    top: 22px;
}
.price-qty-box .col-qty .custom-qty .increase{
    top: 0;
}
.product-view .product-shop .price-qty-box input.qty{
    width: calc(100% - 44px) !important;
    height: 45px;
    border-color: #c2c2c2;
}
.price-qty-box .col-qty .custom-qty .mage-error{
    display: inline-block;
    width: 100%;
}