/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Simple.Biz
Template: Avada
*/

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { display: inline !important; }
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 2em 0 !important;
}

html,
body,
#wrapper,
.fusion-body,
.fusion-main-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* Adjust the overall cart link styling */
.wpmenucart-contents {
	color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 6px; 
}

.wpmenucart-contents:hover {
	color: #5AABD6;
}

.wpmenucart-contents a {
	font-size: 15px;
}

/* Adjust the shopping cart icon size */
.wpmenucart-contents i {
	font-size: 18px;
	line-height: 1;
}

/* Optional: tweak item count and amount text separately */
.wpmenucart-contents .cartcontents,
.wpmenucart-contents .amount {
	font-size: 15px;
}

.eael-posted-on, .eael-posted-on time {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.eael-posted-on::before {
	color: #1172C1 !important;
}

#FAQ a, #FAQ a:visited, #FAQ a:active, #FAQ a:hover {
	color: #000 !important;
}