
/* KJA migrated from CSS Hero/MVC pattern - basket and checkout */

/* Keep checkout/account fields at normal theme sizing */
.woocommerce form.checkout .form-row .input-text,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  padding-top: initial;
  padding-right: initial;
  font-size: inherit;
}

#payment .woocommerce-privacy-policy-text > p {
  font-size: inherit;
  line-height: inherit;
}

tbody > .woocommerce-shipping-totals strong,
.shop_table .woocommerce-shipping-destination {
  font-size: inherit;
}

/* Basket / checkout primary action buttons */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:visited,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:link {
  background-color: #615e5d;
  border-color: #615e5d;
  color: #ffffff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus {
  background-color: #484544;
  border-color: #484544;
  color: #ffffff;
}

/* WooCommerce My Account - prevent broad page font sizing from making forms oversized */

.woocommerce-account div > #primary > #main .entry-content,
.woocommerce-account #primary > #main .entry-content,
.woocommerce-account .woocommerce {
  font-size: 16px;
  line-height: 1.5;
}

.woocommerce-account #primary > #main p,
.woocommerce-account #primary > #main li,
.woocommerce-account .woocommerce p,
.woocommerce-account .woocommerce li {
  font-size: 16px;
  line-height: 1.5;
}

.woocommerce-account form .form-row,
.woocommerce-account form .form-row label,
.woocommerce-account form .form-row .input-text,
.woocommerce-account form input[type="text"],
.woocommerce-account form input[type="email"],
.woocommerce-account form input[type="password"],
.woocommerce-account form input[type="tel"],
.woocommerce-account form select,
.woocommerce-account form textarea {
  font-size: 16px;
  line-height: 1.4;
}

.woocommerce-account form .form-row .input-text,
.woocommerce-account form input[type="text"],
.woocommerce-account form input[type="email"],
.woocommerce-account form input[type="password"],
.woocommerce-account form input[type="tel"],
.woocommerce-account form select,
.woocommerce-account form textarea {
  padding: 0.6180469716em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 1.5;
}
