/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builderwrapper-downloads row. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1701265475
Updated: 2023-11-29 14:44:35

*/


/*---------------------------------------------------------------------------------------------

   SINGLE PRODUCT ACCORDION ----- DOWNLOADS

---------------------------------------------------------------------------------------------*/

.title_cont{
	background-color: #ffd700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
	margin-bottom: 10px;
}

.table-downloads{
  margin-bottom: 30px;
}
.table-downloads h4{
  font-size: 19px;
}
.wrapper-downloads.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
	margin: 15px 0;
}
.column-download.column-title-download {
  width: 35%;
	min-width: 160px;
 /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/

}

.column-download.column-type-download {
  width: 20%;
}



.column-download.column-version-download {
  width: 30%;
}



.column-download.label-download {
  width: 20%;
  text-transform: uppercase;
  font-size: 13px;
  color: #222222;
  font-weight: 500;
}

.column-download.column-button-download .link{
  height: 30px;
  line-height: 30px;
  background: #FFD700;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
  cursor: pointer;
  height: 100%;
  display: inline-block;
}
.column-download.column-button-download.private .link{
  background-color: #f1f1f1;
  cursor: default;
  opacity: 0.5;
}
.column-private-download{
  width: 30px;
}
.column-private-download.private .icona{
  background: url(assets/icons/alberici-lock.svg) no-repeat center center;
  background-size: 30px;
  background-size: 11px;
  width: 80px;
  height: 40px;
	position: relative;
	-o-transition:all .5s;
  	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	transition: all .5s;
   	-webkit-font-smoothing: antialiased;
}

.column-private-download.private .icona:hover{
	background: url(assets/icons/alberici-lock-red.svg) no-repeat center center;
	background-size: 30px;
 	background-size: 11px;
}
.column-private-download.private .icona span {
  color:#666;
  position:absolute;
  font-family:sans-serif;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px 15px;
  z-index:1;
  font-size:14px;
  border-radius:2px;
  background:#fff;
  visibility:hidden;
  opacity:0;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	font-weight: 600;
}
.column-private-download.private .icona span:before {
  content:'';
  width: 0; 
  height: 0; 
  position:absolute;
  bottom:-5px;
  left:40px;
}


.column-private-download.private .icona:hover span {
  bottom:50px;
  visibility:visible;
  opacity:1;
	background-color: rgb(255, 214, 5);
	border-radius: 5px;
}

@media screen and (max-width:768px){
  .column-download.column-type-download {
    display: none;
  }
}
@media screen and (max-width:680px){
  .column-download.column-version-download {
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;

  }
  .column-download.column-title-download {
    	font-size: 13px;
  }
  .column-download.column-button-download .link{
    color: #222222;
    background: #FFD700 url(assets/icons/_alberici-arrow-next.svg) no-repeat center center;
    background-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    transform: rotate(90deg);
    display: inline-block;
    padding: 0;

    }
}
/*---------------------------------------------------------------------------------------------

   SINGLE PRODUCT -- SIDEBAR CATEGORIE

---------------------------------------------------------------------------------------------*/

.single-product .accordion-sidebar-cat.accordionItem:first-child{
  border-top: 1px solid lightgray;
}
.single-product .accordion-sidebar-cat.accordionItem{
  border-top: 0px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.single-product .accordion-sidebar-cat.accordionItem.active .accordionItem_title{
  border-bottom: 1px solid lightgray;
}

.accordion-sidebar-cat .accordionItem_title{
  padding: 0 10px;

}
.accordion-sidebar-cat .accordionItem_title{
  padding: 0 10px;
}

.accordion-sidebar-cat .accordion-content ul{
  padding: 25px 20px;
}
.accordion-sidebar-cat .accordion-content ul li.active a{
  font-weight: bold;
}
.accordion-sidebar-cat .accordionItem_title h6{
  font-size: 20px;
}
.accordion-sidebar-cat .accordionItem_title .accordionItem_control.btn-round .ion{
  border: 1px solid #222222;
}
.accordion-sidebar-cat.accordionItem.active .accordionItem_title {
  opacity: 1;
}
.accordion-sidebar-cat.accordionItem .accordionItem_title {
  opacity: 0.5;
}

/* Download generici assistenza */

.assistenza_download .column-download.column-title-download{
	width: 50%;
}

/* Tooltip download */

.assistenza_download .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.assistenza_download  .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.assistenza_download  .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.assistenza_download  .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.prodotti_tooltip_download .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.prodotti_tooltip_download  .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.prodotti_tooltip_download  .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.prodotti_tooltip_download  .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

button.cc-btn{
	color: #000 !important;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*
button:not(.btn-outline):not(.btn-flat):not(.btn-link):not(.wc-forward):not(.single_add_to_wishlist):not(.feedback):not(.search-submit){
	color: #000 !important;
}
*/

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#btn_newsletter_footer div.elementor-widget-container div.elementor-button-wrapper a:hover{
	color: #fff !important;
}

div.breadcrumbs div.page-container{
	z-index: -1;
}

/* conferma form footer */
form.elementor-form div.elementor-message{
	color: #fff !important;
}

.my_min_height{
	min-height: 90vh;	
}

.txt_show_password{
	font-weight: 600 !important;
}


body.archive div.clb-page-headline{
	height: 280px !important;
}


.title_cont{
	background-color: #ffd700;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
	margin-bottom: 10px;
}
.clb-page-headline .bg-image{
	background-size: cover !important;
}

.accordion_single_product ul{
	list-style: disc !important;
}





#search_foreign_lang{
	position: fixed;
	width: 56px;
	height: 56px;
	background-color: #ffd700;
	bottom: 7.5vh;
	left: 4.5vh;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	cursor: pointer;
}
#search_foreign_lang:hover i{
	color: black;
}
#search_foreign_lang i{
	font-size: 24px;
	font-weight: 400;
}