#add-to-cart-wrapper > div.form-field.form-field--increments > div > button:nth-child(1){
	background-color: #eceff1;
    border-color: #eceff1;
	height: 2.875rem;
	width: 2.875rem;
}
#qty\[\] {
background: 0 0;
    border-radius: 0px;
	border: 1px;
    border-color: #eceff1;
    border-style: solid;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 2.875rem;
	width: 3rem;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
#add-to-cart-wrapper > div.form-field.form-field--increments > div > button:nth-child(3){
    background-color: #eceff1;
    border-color: #eceff1;
	height: 2.875rem;
	width: 2.875rem;
}
#body > div:nth-child(15){
	margin-top: 0px;
}