/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* Page titles */
/*.woocommerce-page h1,
.woocommerce-page h2,
.woocommerce-page h3,
.woocommerce-page h4 {
  color: #ffffff !important;
}
*/
.woocommerce-info{
	background-color:#ffb000 !important;
}
.woocommerce a:hover {
    color: inherit !important;
}

/* Form labels */
.woocommerce-page label,
.woocommerce-page .form-row label {
  color: #ffffff !important;
  font-weight: 500;
}

/* Small helper text */
.woocommerce-page .woocommerce-form__label,
.woocommerce-page .woocommerce-info{
  color: #ffffff !important;
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-error strong,
.woocommerce button[name="login"],
.woocommerce button[name="login"]:hover,
.woocommerce-lost-password .woocommerce-Button:hover{
  color: #515151 !important;
}

/* Input placeholders */
.woocommerce-page input::placeholder,
.woocommerce-page textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Order summary / totals */
.woocommerce-page .shop_table,
.woocommerce-page .shop_table th,
.woocommerce-page .shop_table td,
.woocommerce-page .order-total,
.woocommerce-page .cart-subtotal {
  color: #ffffff !important;
}

/* Checkout headings */
.woocommerce-checkout h3,
.woocommerce-checkout h4 {
  color: #ffffff !important;
}

.woocommerce-checkout form .wc-block-checkout__order-notes label span{
	color: #ffff00;
}

/* Checkout payment box */
.woocommerce-checkout #payment,
.woocommerce-checkout #payment label {
  color: #ffffff !important;
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
	background-color: #FFF;
}

/* My Account navigation */
.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #ffffff !important;
}

/* My Account content */
.woocommerce-account .woocommerce-MyAccount-content {
  color: #ffffff;
}

/* Product titles & price */
.single-product .price,
.single-product .woocommerce-product-details__short-description {
  color: #ffffff !important;
}

/* Product meta */
.single-product .product_meta {
  color: rgba(255,255,255,0.8);
}

.membership-content .woocommerce-info .wc-memberships-products-grant-access a{
	text-decoration: underline;
	background-image: none !important;
}