/*!
	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.1
	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
-------------------------------------------------------------- */

.woocommerce ul.products:not(.woo-archive-btn-button) li:where(:not(.woo-archive-btn-button)) .button:not(.kb-button), .add_to_cart_button{
	background-color: #ef9245 !important;
	border-radius: 5px !important;
	padding: 10px 15px !important;
	color:white !important;
}
.woocommerce div.product form.cart .button{
	background-color: #ef9245 !important;
	border-radius: 5px !important;
	
}
a.login-to-read {
	color:#ef9245 !important;
}
.header-navigation .header-menu-container ul ul li.menu-item > a{
	width:60px !important;
}
.header-navigation .header-menu-container ul ul.sub-menu{
	background-color:#f7f7f7 !important;
}
.header-navigation ul ul.sub-menu{
	margin-left:5px !important;
}