/*
Theme Name: Barista Child
Theme URI: http://barista.edge-themes.com/
Description: A child theme of Barista Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.2
Template: baristawp
*/

/* HEADER MENU */
.edgtf-menu-area {
	background-color:rgba(255, 255, 255, 0.5) !important;
	border-bottom: 0px solid transparent;
	height: 80px !important;
}
#menu-primary-menu a:hover {
	color: #dea66c;
}

/* HEADER WIDGET MENU ITEMS */
#custom_html-2 {
	display: inline-block;
}
.icon_cart_alt:before {
	font-size: 22px;
}
.menu-my-account, .menu-my-account a {
	color: #000 !important;
}
#custom_html-2 .menu-my-account a:hover, .menu-my-account a:hover {
	color: #dea66c !important;
}

/* CHECKOUT PAGE CREATE ACCOUNT CHECKBOX DISPLAY */
.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row label {
	display: inline !important;
}
.required {
	text-decoration-line: none;
}
.woocommerce-form__label, .woocommerce-form__label-for-checkbox, .checkbox {
    display: inline !important;
}
/* MY ACCOUNT PAGES */
#customer_login.col2-set {
	width: 100% !important;
}
#customer_login h2, .woocommerce-customer-details h2 {
	font-size: 22px !important;
	letter-spacing: .5px !important;
	line-height: 1.22727em !important;
}
.woocommerce-customer-details .woocommerce-columns {
	width: 85% !important;
}
.woocommerce-Addresses {
	width: 100% !important;
}
.woocommerce-Address {
	padding-bottom: 30px;
}
.woocommerce-Button, button {
	background-color: #c7a17a;
	border: 2px solid #c7a17a;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2.5px;
	line-height: 22.1px;
	padding: 8px 25px 8px 25px;
	text-transform: uppercase;
}
.woocommerce-Button:hover, button:hover {
	background-color: #000;
	border: 2px solid #000;
}
.woocommerce-order-details .woocommerce-table tr th, .woocommerce-table tr td {
	text-align: left !important;
}
.woocommerce-order-details .wc-item-meta {
	list-style: none;
}

/*** FOOTER CART, MY ACCOUNT AND SOCIAL MEDIA CUSTOMIZATION  ***/
footer .icon_cart_alt:before {
	color: #fff;
	font-size: 28px;
	padding-bottom: 20px;
}
footer .edgtf-social-icon-widget-holder .edgtf-social-icon-widget {
	font-size: 24px;
	padding-left: 8px;
}
footer #media_image-2 {
	margin-top: 20px;
}

/*** HOMEPAGE CUSTOMIZATION  ***/
.hide-fungifts {
	display: none !important;
}