input, textarea {
    font-size: 18px;
    font-weight: normal;
}

*::placeholder {
    text-transform: none!important;
    font-weight: normal!important;
}

.checkout-focus-label {
    transform: translateY(16px);
}

.comment-form-rating, .woocommerce #reviews span#reply-title {
    font-weight: normal;
    text-transform: none;
}


// comments
.comment-reply-title {
    font-size: 20px;
    font-weight: $headline-font-weight;
    font-family: $headline-font-family;
    color: $primary-color;
}

.woocommerce-cart input[type=radio]:checked+label::before, .woocommerce-cart input[type=radio]:not(:checked)+label::before, .woocommerce-checkout input[type=radio]:checked+label::before, .woocommerce-checkout input[type=radio]:not(:checked)+label::before {
    border-color: $primary-color;
}