/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Custom font size sidebar menu */
.widget.widget_product_categories ul.product-categories > li.cat-item > a {
	font-size: 11pt !important;
	background: none !important;
	padding: 0px !important;
}


/* Scrollable mega menu dropdown */
#header .avia_mega_div {
    overflow: auto!important;
    max-height: calc(100vh - 200px);
}

/* Full width mega menu */
#top #header .avia_mega_div {
	position: fixed;
	width: 96vw;
	left: 1.5vw !important;    /*=== because of the scrollbar  not 2vw ===*/
	top: 118px;
}

/* more space around mega menu titles */
.mega_menu_title {
	height: 40px;
}

/* smaller spaces around menu-items in mega menu */
#top #header .avia_mega_div > .sub-menu {
	padding: 2px 40px !important;
	border-top-width: 0;
}

/* Hide free shipping */
.wc-block-components-totals-shipping .wc-block-components-totals-item__value,
.wc-block-components-shipping-rates-control__package .wc-block-checkout__shipping-option--free {
	display: none;
}

/* Hide guest checkout */
.wc-block-checkout__guest-checkout-notice {
	display: none;
}