/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* WooCommerce show-password toggle icon */
button.show-password-input{
  position: relative;
  width: 2.25em;
  height: 1.25em;
  padding: 0;
  border: 0;
  background: #ffffff;
  cursor: pointer;
  margin-top:4px;
}

button.show-password-input::after{
  font-family: dashicons;
  content: "\f177";          /* Dashicons “visibility” glyph */
  font-size: 20px;
  line-height: 1;
  display: inline-block;
}


.select2-container .select2-selection--single {
    color: #616161; /* Replace with your preferred color */
}

.select2-container .select2-results__option {
    color: #616161; /* Replace with your preferred color */
}

.select2-container .select2-selection--single:hover {
    color: #616161; /* Font color on hover */
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    color: #616161; /* Font color of the highlighted option */
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {

    background-color: #333!important;
}

.aws_result_item.aws_no_result {color:#222222!important;}

.woocommerce-message a.button.wc-forward:before,
a.button.wc-forward,
.woocommerce-cart .cart-collaterals .cart_totals,
.order-total th
{
	color:#222222;
}
.cart-subtotal, 
.woocommerce-checkout-payment .wc_payment_method label 
{color:#f7f7f7!important;}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {display:none;}

#customer_login .u-column2.col-2 { display:block!important;}

.postid-28746 .woocommerce div.product form.cart {display:none!important;}