@media (max-width: 991px) {
    #submitOneClickCheckout,
    #showOneClickCheckout {
        max-width: none;
        font-size: 13px;
        padding: 8px;
    }
    .exclusive-block {
        padding: 0;
        display: inline-block;
    }
}
.exclusive-block {
    margin-bottom: 7px;
    clear: both;
    padding: 0;

}
.wrapper_quantity .incrementQuantity, .wrapper_quantity .decrementQuantity {
    font-size: 14px;
    line-height: 25px;
    width: 28px;
}
.wrapper_quantity .incrementQuantity span, .wrapper_quantity .decrementQuantity span {
    vertical-align: top;
}
.one_click_product_checkout .price_block {
    /*width: 260px;*/
}

/* input */

.one_click_product_checkout .form_group .wrapper_quantity input[type=text]
{
    float: left;
    border: none;
    line-height: 27px;
    width: 30px;
    height: 29px;
    padding: 0;
    text-align: center;
    text-indent: 0px;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #353535;
    background: none;
}
.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 0px;
    width: auto;
    background: no-repeat;
    border: none;
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 25px;
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    color: #AEADAD;
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical i.touchspin-up:after {
    content: "\E5CE";
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical i.touchspin-down:after {
    content: "\E5CF";
}

.wrapper_quantity .incrementQuantity,
.wrapper_quantity .decrementQuantity {
    font-size: 14px;
    line-height: 14px;
    color: black;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
    padding: 0;
    border: 1px solid;
    border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 3px;
}

.icon-plus:before {
    display: none;
}

.icon-minus:before {
    display: none;
}

.material-icons {
    font-family: 'Material Icons' !important;
}
