/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.header-cart-button .header-cart-total{
margin-left:0.7em !important;
}


/* Issues with CART PAGE*/
@media all and (max-width: 767px) { 

.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
width:100%;
margin-bottom: 10px;

}

.woocommerce-cart button[name="apply_coupon"] {
	float:left !important;
	width:100% !important;
	margin-bottom: 20px !important;
	
	}

}

/* shadow on main header row of site */

header#masthead {
                box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
            }

.content-area {
	margin-top:3em;
}


/* Mobile hamburger icon */

 .mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered {
                border-radius: 5px;
            }

/* Make logo smaller for very small screens */

@media all and (max-width: 350px) { 

    .site-branding a.brand img {
                max-width: 160px;
            }
 }



/* login button styling */
.loginbutton a {
	background:var(--global-palette1) !important;
	color:var(--global-palette8) !important; 


/*	background: green !important; */ 
	border-radius: 100px !important;
	padding: 0.3rem 1rem 0.3rem 1rem !important;

}


/* Password change "eye" - align it and change from grey to white */

/*
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  background-color: white !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 0.3em !important;
}

*/

