/* Optional: match the variable-product row look */
.kv-simple-wrap .qty {
    height: 42px;
    line-height: 42px;
}

.kv-simple-wrap .add_to_cart_button.button {
    padding: .6rem 1rem;
}

.kv-simple-wrap .quantity {
    /* 	background:green; */
    width: 30%;
}

.input-text.qty.text {
    /* 	width:100%; */
    text-align: left;
    padding: 5px;
}

.single_add_to_cart_button {
    background: rgb(206, 4, 1) !important;
    color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: auto;
    font-size: 15px;
    padding: 13px 7px;
    margin: 0;
}