/* Enter Your Custom CSS Here */
.price .amount {
    color: black !important;
    font-weight: 300 !important;
}
.woocommerce .quantity .qty {
  	color: black;
}
.woocommerce .type-product a.button {
    border-top: 1px solid #eeeeee;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    margin: 14px 0 0;
    padding: 20px 0;
  	text-align: center;
    width: 100%;
}
