
.hide { display: none; }

/* MAIN MENU */
header.site-header.sticky-header.sticky-always { top: 0 !important; }
/*header.site-header, header.site-header a { color: #000; font-weight: bold; }*/
body.home.botiga-at-top header.site-header {
	background-color: transparent;
}


/* MAIN MENU > SUB MENU: sub-menu items hidden by default */
header.site-header .menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  padding: 10px;
  font-size: 1.3em;
  line-height: 1.1em;
}
body.home.botiga-at-top header.site-header .menu-item-has-children > .sub-menu,
body.home.botiga-at-top header.site-header .menu-item-has-children > .sub-menu li.menu-item { background-color: transparent !important; }
header.site-header:not(.mobile-header) .menu-item-has-children:hover > .sub-menu { display: block; }
header.site-header .botiga-dropdown .nav-menu .sub-menu { width: 300px; }





main#primary {
	width: 100%;
	margin: 0 auto;
	max-width: var(--botiga_content_width, 1140px);
}
/*.botiga-site-layout-default .container, .botiga-site-layout-boxed .container, .botiga-site-layout-padded .container {
  margin: 20px;
}*/
@media screen and (min-width: 991px) {
	.shop-columns-tablet-3 ul.products { grid-template-columns: repeat(3, 1fr); }
}
ul.products li.product img { margin: 0 auto; }

footer .botiga-credits { font-size: 0.8em; }


h1.page-title.woocommerce-products-header__title { line-height: initial; }
.woocommerce-page-header .term-description {
	max-width: 100%;
}


