.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    color: #ffb900;
}

.woocommerce #customer_details + #order_review_heading,
.woocommerce-Reviews #comments > h2,
.woocommerce-table.customer_details + h3,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.cart_totals > h2 {
    margin-bottom: 10px;
}

.woocommerce form .form-row .required {
    text-decoration: none;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"],
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.woocommerce form .form-row .input-text:focus, .woocommerce-page form .form-row .input-text:focus {
    border: 1px solid #4d90fe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #dd4b39;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #dd4b39;
}

.woocommerce #reviews #comments h2 {
    font-size: 20px;
}

.woocommerce-Reviews .commentlist {
    font-size: 14px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
    font-size: 20px;
    text-transform: uppercase;
}

.woocommerce-Reviews .comment-respond .comment-form-rating label {
    font-weight: 400;
}

.woocommerce-MyAccount-content fieldset > legend {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.woocommerce-MyAccount-content > * {
    margin-bottom: 20px;
}

.woocommerce form .form-row .input-checkbox {
    position: relative;
}

.woocommerce #content table.cart td.actions .input-text[name="coupon_code"],
.woocommerce table.cart td.actions .input-text[name="coupon_code"],
.woocommerce-page #content table.cart td.actions .input-text[name="coupon_code"],
.woocommerce-page table.cart td.actions .input-text[name="coupon_code"] {
    font-size: 13px;
    width: 150px;
    padding: 0 10px;
    line-height: 24px;
    margin-right: 5px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    white-space: normal;
}

.woocommerce ul.order_details {
    margin-top: 10px;
}

.woocommerce .woocommerce-customer-details address,
.woocommerce ul.order_details li {
    line-height: 2;
}

.woocommerce .woocommerce-customer-details p[class^=woocommerce-customer-details-]::before {
    line-height: 2.4;
}

.woocommerce .woocommerce-column h2,
.woocommerce #customer_details + #order_review_heading,
.woocommerce-Reviews #comments > h2,
.woocommerce-table.customer_details + h3,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.cart_totals > h2 {
    padding-bottom: 0;
    margin: 10px 0;
}

.woocommerce table.my_account_orders {
    font-size: 11px;
}

.woocommerce table.my_account_orders td .button:not(:first-child) {
    margin-left: 5px;
}

.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method:not(:last-child) {
    margin-bottom: 8px;
}