/*
Theme Name: Elysium Child
Description: Elysium Child Theme
Theme URI: http://wordpress.mountainthemes.dev/elysium
Author: Mountain-Themes
Author URI: https://themeforest.net/user/mountain-themes
Template: elysium
Version: 1.0.0
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Text Domain: elysium-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, featured-images, full-width-template, theme-options, translation-ready
*/


/* Copy any classes from parent theme here. They will override the parent's version. */

.grecaptcha-badge { visibility: hidden; }

.sub-menu {
  display: flex;
  flex-direction: row;
}
ul.sub-menu {
	width: auto !important;
}

.sub-menu li.menu-item {
 border-bottom-width: 0 !important;
}
.hfe-sub-menu-item {
  font-size: 12px !important;
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
}

.woocommerce a.button {
	background-color: white!important;
	color: #000 !important;
}
.woocommerce a.button:hover {
	background-color: #000 !important;
	color: white !important;
}

header {
	margin-top: unset !important;
}

#menu-item-2301 {
  display: none !important;	
}

@media screen and (max-width: 992px) {
   .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
      position: fixed;
      top: 8rem;
      left: 0;
      z-index: 1000;
      padding: 10px;
	  overflow: hidden;
	}
	.sub-menu {
      display: block;
    }
	h.fe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
		width: 100% !important;
	}
	
	#menu-item-2301 {
		display: block !important;
	}

	.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown:not(.menu-is-active) {
		width: 0 !important;
		visibility: hidden !important;
	}
	
	.woocommerce-MyAccount-content {
		margin-top: 50px;
	}
}
/*
@media only screen and (min-width: 1024px) {
.woo_first_image.woo_single_image img, .woo_first_image.woo_second_image img{
		max-height: 340px !important;
	}
}
*/

.woo_add_to_cart_arcvhive {
	display: none;
}
.woo_product-details {
	min-height: 6rem !important;
}

.woocommerce-ordering {
	display: none;
}
.woocommerce-shop .page-title {
	display: none;
}
.woocommerce-result-count {
	display: none;
}
.woo_product-title a {
	font-size: 13px !important;
}
.woo_product-details .price {
	font-size: 13px !important;
}
.container {
	max-width: 98% !important;
	
}


@media screen and (max-width: 560px) {

  .shopContainer.columns-4         .product {
	   width: 48%!important;
  }
	.woo_product-title {
     overflow: hidden;
     display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
	}
}
}

/*
@media screen and (max-width: 560px) {
	.shopContainer {    
		display: grid!important;
		grid-template-columns: 1fr 1fr!important;
		column-gap: 0.5rem;
		height: auto !important;
  }
	
	article {
		position: unset !important;
		top: unset !important;
		left: unset !important;
	}
}*/

body.archive .container {
	max-width: 95% !important;
}
.woo_first_image img,
.woo_single_image img {
	height: auto !important;
}*/

/*nascondere privacy iubenda*/
/***************************************/
.iub__us-widget.left {
  display: none!important	
}
.iub__us-widget .left {
	position: absolute !important;
  top: -50px !important;
}
.iub__us-widget.left {
  display: none!important	
}/*
button.iubenda-tp-btn.iubenda-cs-preferences-link {
  display: none!important;
  visibility: hidden !important
}
#iubenda_legal_widget-1 {
	display: none!important;
}
**************************************/


/* titolo prodotto uppercase*/
.woo_product-title {
	text-transform: uppercase;
}
/* eliminazione titolo categorie */
body.archive .page-title {
	display: none;
}

#page {
	justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
}


/*tabella shipping cost*/
table.greyGridTable {
  border: 2px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.greyGridTable td, table.greyGridTable th {
  border: 1px solid #FFFFFF;
  padding: 3px 4px;
}
table.greyGridTable tbody td {
  font-size: 13px;
}
table.greyGridTable td:nth-child(even) {
  background: #EBEBEB;
}
table.greyGridTable thead {
  background: #FFFFFF;
  border-bottom: 4px solid #333333;
}
table.greyGridTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-left: 2px solid #333333;
}
table.greyGridTable thead th:first-child {
  border-left: none;
}

table.greyGridTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-top: 4px solid #333333;
}
table.greyGridTable tfoot td {
  font-size: 14px;
}

.wc-block-cart__submit-container {
	border: 1px solid;
	border-radius: 4px;
}

/* fix select size*/
#pa_size {
	padding: 10px;
}
/* fix menu mobile */
@media only screen and (max-width: 1036px) {
    header nav {
        display: block !important;
    }
}
/* fix footer menu */
@media screen and (max-width: 992px) {
	footer .hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
		position: unset !important;
		padding: 0px !important;
	}
}

/* my-account */
.woocommerce-account .container {
	min-width: 80%!important;
}
.woocommerce-Address-title .edit {
	border: 1px solid lightgray;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.woocommerce-account .entry-header {
	margin-bottom: 50px
}
.woocommerce-notices-wrapper + p {
	margin-top: -30px;
	margin-bottom: 30px;
}

/* sfondo bianco sullo zoom image */
.pswp--zoom-allowed .pswp__bg {
	background: white !important;
	opacity: 0.95 !important;
}

/*pagina di ricerca*/
.col-md-9 article.product {
	display: flex; 
	flex: row; 
	padding: 20px;
}
.customize-support:not(.page-template):not(.page-template-default) .col-md-9 {
	display: flex;
	flex-wrap: wrap;
}


body.woocommerce-cart .col-md-9 {
	display: block !important;
	flex-wrap: unset;
}

@media screen and (max-width: 992px) {
    .col-md-9 article.product {
	  display: flex; 
	  flex: row; 
	  padding: 0;
	  margin-top: 10px;
	  max-width: 50%;
    }
	.col-md-9 article.product img {
		max-width: 92%;
	}
	.col-md-9 article.product .post-info p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	h2.entry-title {
		font-size: 14px;
	}
	body.customize-support p:first-child {
		display: none!important;
	}
}
/*bottone add-to-cart sempre nero*/
.woocommerce div.product form.cart .button .disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled
{
	background-color: black !important;
    opacity: 1;
	color: white !important;
}

select {
	color: black !important;
}
select option:not(:checked) { background: white; }
select option:hover { background: black !important; }
select option:checked { background: black; color: white; }

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter='0']:before {
	display: none !important;
}


.no-results.not-found form {
	display: none!important;
}
.wp-block-contact-form-7-contact-form-selector form.wpcf7-form input,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	background: unset !important;
	border: 1px solid !important;
}

/*Nasconde new in store nel carrello vuoto */
.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
	display: none !important;
}
.wp-block-woocommerce-empty-cart-block h2:nth-child(3) {
	display: none !important;
}
.container:has(.wp-block-woocommerce-empty-cart-block) {
	flex: 1;
}
/* Nasconde la barra di notifica della currency */
.woocommerce-store-notice, p.demo_store{
  display: none !important;
}
.woocommerce-store-notice:has(a[href*=”currency”]) {
  display: none !important;
}
.elementor-element.elementor-element-12f6cf7.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
	z-index: -1;
}
h3 {
	text-transform: uppercase !important;
}


.product_meta {
	display: none;
	}