.coupon {
				width: 70%;
				padding-bottom: 19px;
				/* height: 70px; */
			}

input#coupon_code {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}

.woocommerce-price-suffix .amount {
display: none !important;
}

.single-product .product .single_add_to_cart_button.button.alt{
background-color: #2196f3;
color: #FFFFFF;
border-radius: 0px;   
}

    