/*
Theme Name: Astra Child
Author: Augustin Fartade
Author URI: http://augustincf.github.io/react-me
Description: Child theme per Astra.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


 

.mega-indicator::before {
    content: "▼";  /* freccia giù */
    font-size: 0.4em;
    display: inline-block;
    margin-left: 5px;
}


@font-face {
  
  font-display: swap;  
}
/* Default (desktop large screens > 1024px) */
.SliderRevheight {
  height: 890px;
}

/* Medium screens (1023px – 778px) */
@media (max-width: 1023px) and (min-width: 779px) {
  .SliderRevheight {
    height: 500px;
  }
}

/* Small screens (< 480px) */
@media (max-width: 480px) {
  .SliderRevheight {
    height: 327px;
  }
}


.SliderRevheightDenerElett {
  height: 1100px;
}

/* Medium screens (1023px – 778px) */
@media (max-width: 820px) and (min-width: 780px) {
  .SliderRevheightDenerElett {
    height: 722px;
  }
}

 

/* Small screens (< 480px) */
@media (max-width: 480px) {
  .SliderRevheightDenerElett {
    height: 380px;
  }
}


.SliderRevheightCutliteLaserPiano {
  height: 890px;
}

/* Medium screens (1023px – 778px) */
@media (max-width: 1023px) and (min-width: 779px) {
  .SliderRevheightCutliteLaserPiano {
    height: 500px;
  }
}


/* Small screens (< 480px) */
@media (max-width: 480px) {
  .SliderRevheightCutliteLaserPiano {
    height: 245px;
  }
}




@media (min-width: 768px) {
        .grecaptcha-badge {
            left: 0 !important;
            right: auto !important;
            width: 70px !important;
            overflow: hidden;
            transition: width 0.3s ease;
        }
        .grecaptcha-badge:hover {
            width: 256px !important;
        }
    }

    @media (max-width: 767px) {
        .grecaptcha-badge {
            display: none !important;
        }
    }


@media (max-width: 600px) {
  .button-wrapper {
   
     
		justify-content:center !important;
  }
  
  .menuincategory {
    width: 80%; /* o max-width */
    text-align: center !important;
		font-size:14px !important;
  }
}


.button-wrapper {
  display: flex;          /* mette i bottoni in fila */
  gap: 10px;              /* spazio tra i bottoni */
  flex-wrap: wrap;        /* permette di andare a capo se manca spazio */
	margin-bottom:32px;
}


 

.menuincategory {
  display: inline-block;           /* fa comportare come bottone/link inline */
  margin: 0;
  padding: 0.5em 1.5em;
  font-weight: 700;
  font-size: 18px;
  border-radius: 100px;
  border: 2px solid var(--ast-global-color-0);
  background-color: transparent;  /* #d0d5db00 è trasparente */
  color: #1e293b;
  cursor: pointer;
  text-decoration: none;           /* rimuove sottolineatura link */
  text-align: center;
  line-height: 1.3;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.menuincategory:hover,
.menuincategory:focus {
  background-color: #2e4082;
  color: white;
  outline: none;                  /* optional, per gestire focus */
}



#mega-menu-wrap-secondary_menu #mega-menu-secondary_menu > li.mega-menu-item > a.mega-menu-link:active {
    background-color: #ff9800 !important; /* change to your desired color */
}

form.cart {
  display: flex;
  align-items: normal;
  gap: 10px; /* Spazio tra gli elementi */
}

form.cart .quantity {
  margin-right: 10px;
}

.custom-post-fullwidth {
    max-width: 100% !important;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.cornerEffectSectionRight
  {
    position: relative;
    padding: 50px;
    clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 44%);
}

.cornerEffectSectionLeft
 {
    position: relative;
    padding: 50px;
    clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 44%);
}


/* Tablet column reverse*/
@media (max-width: 820px) {
    .custom-tablet-stack .wp-block-columns {
        display: flex;
        flex-direction: column !important;  
 
    }

    .custom-mobile-stack .wp-block-column {
        width: 100% !important; 
    }

    .custom-mobile-stack .wp-block-column:first-child {
        order: 2; 
    }

    .custom-mobile-stack .wp-block-column:last-child {
        order: 1;  
    }
 
 
}


/* Mobile column reverse*/
@media (max-width: 768px) {
    .custom-mobile-stack .wp-block-columns {
        display: flex;
        flex-direction: column !important;  
 
    }

    .custom-mobile-stack .wp-block-column {
        width: 100% !important; 
    }

    .custom-mobile-stack .wp-block-column:first-child {
        order: 2; 
    }

    .custom-mobile-stack .wp-block-column:last-child {
        order: 1;  
    }

    .custom-mobile-stack .wp-block-buttons {
        margin-top: 15px; 
    }
	
	
	
	
	/* motiv icon hiraulic*/
	.beauty_background
{
 
    background-size: 17% !important;
		background-repeat:no-repeat;
	  background-position: right 100%;
}
	
	.align-center-onMobile
{
	text-align:center !important;
}
}


/*.entry-content h4, h4*/
.no-entry-content{
	margin-bottom:0px;
}

/*
 *   background-color: #213b9d63;
 * */


.HoverEffectOnCol{
	height:fit-content;
}
.HoverEffectOnCol:hover {
  
   box-shadow: 0 0 40px 18px rgb(0 54 255);
    transition: box-shadow 0.3s ease-in-out;  
}
 
.HoverEffectOnColToltip
{
	   background-color: #213b9d63;
  box-shadow: 0 0 40px 18px rgb(0 54 255) !important;
    transition: box-shadow 0.3s ease-in-out; 
	
}

/**/
.title_option{
	 margin-top: -5px !important;
		border-radius: 0px  0px  11px 11px !important;
	
	    background-color: #3d3dcd7a !important; 
}


.title_option{
	 margin-top: -5px !important;
		border-radius: 0px  0px  11px 11px !important;
	
	    background-color: #3d3dcd7a !important; 
}

 .title_option_white{
	 margin-top: -5px !important;
		border-radius: 0px  0px  11px 11px !important;
	
	    background-color: #1b2c6a !important; 
	 margin-bottom:0px !important;
}

/**/


.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
	padding-left:0px;
		padding-right:0px;
}
.footer_email_subscribe_element 
{
height: 65px;
}

.footer_email_element 
{
height: 65px !important;
background-color:transparent !important;
color: white !important;
}

/* repsosive col equip */
@media (min-width: 1560px) {
	.colresponsive{
		max-width:15% !important;
	}
}

 @media (min-width: 550px) and (max-width: 1024px) 
 {
	   .colresponsive{
		max-width:45% !important;
}
}

/*breadcrumb*/
.breadcrumb-trail
{
	display:none !important
}
 

.woocommerce-js .woocommerce-ordering select {
    padding: 0em;
	    padding-right: 23px !important;
}

/* popup modal on mobile*/

@media (max-width: 768px) {
.uagb-modal-popup.active{
	left:12px;
	right:24px;
	background: none !important;
}
	
.uagb-modal-popup-close {
   
    background: #4769e3 none !important;
    fill: white none !important;
    border-radius: 24px none !important;
}
}


@media (max-width: 550px) {
		.contact_button
	{
		width:100% !important;
	}
}
	.contact_button
	{
		width:70% !important;
	}
 

/*footer  */
.icon_footer{
	fill:white;
}

.footer_menu_link
{
	color:#fff;
}

/*footer mobile*/
@media (max-width: 1230px) {
.footer_resp_mobile 
{
	margin-left:10px !important;
	margin-right:10px !important;
}
.wp-elements-2d69ffa0b0b611e2b3c5545c29e2c14a{
		margin-left:10px !important;
	margin-right:10px !important;
}
	
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
        display: block;
        margin-bottom: 0px;
    }
}
}

.cutlite_icon
{
	margin-bottom:10px !important;
}


.uagb-block-a0ae0623 .spectra-image-gallery__layout--carousel .spectra-image-gallery__media-wrapper
 {
	 padding-left: 30px !important;
	  padding-right: 30px !important;
}
   .cmplz-cookiebanner{    
		 z-index: 9999 !important;
}
 
/* Pulsante filtra del plugin*/
	@media (max-width: 544px) {
		.woocommerce-ordering, .woocommerce-ordering {
			float: right !important;
		 
		}
	}


@media (max-width: 768px) {
  .woocommerce-ordering {
    position: fixed !important;
    bottom: 35px !important;
    left: 20px !important;
    z-index: 9999 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px !important;
  }

  .woocommerce-ordering .wpfFloatingSwitcher {
    font-size: 16px;
    padding: 12px 16px;
    background-color: #081544db;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
  }
}

	/*shop*/
	
 .product-attributes {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.attribute-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.attribute-name {
    font-weight: bold;
}

.attribute-value {
    text-align: right;
    color: #555;
}

	
	.hide_me{
		display:none !important;
	}
	


/* from code snipped*/
/** nascondi add to cart in cateogire e shop */
.archive .add_to_cart_button, 
.woocommerce .add_to_cart_button {
    display: none !important;
}
.visualizza-prodotto {
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: #0073aa;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
}
.visualizza-prodotto:hover {
    background-color: #005177;
}
/**/

.categoria-brand-wrapper {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 40px 0;
  position: relative;
}

.categoria-brand-wrapper h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.categoria-brand-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.brand-logo img {
  display: block;
  max-height: 80px;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.brand-logo img:hover {
  filter: grayscale(100%);
}

.swiper-wrapper
	{
		 
	align-items: center !important;
	}
.swiper-slide {
  display: flex;
		 justify-content: center !important;
	align-items: center !important;
 
}

 
/* Frecce navigazione */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
  top: 35%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #000;
}

/* Modifica le frecce per mobile, evitando la sovrapposizione */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;  /* Nasconde le frecce su mobile */
  }
}

