/**
* Theme Name: Mayosis Child
* Description: This is a child theme of Mayosis, generated by Merlin WP.
* Author: <a href="https://teconce.com/contact/">Teconce</a>
* Template: mayosis
* Version: 3.1
*/
.back-to-top{
	z-index: 9999!important;
}

#contacts-mariano{
	left:0px;
	bottom:0px;
	height: 45px;
	width: 100%;
	
	display: flex;	
	align-items: center;
	
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);


    /*-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;*/
}

#contacts-mariano.away{
	z-index: 9998;
}
#contacts-mariano #contacts-mariano-wrap{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contacts.btn-group{
	width: 100%;
}

#contacts.btn-group > *{
	line-height: 45px;
	padding: 0;
}

#contacts > .contact-form{
    display: inline-block;
    position: relative;
    flex: 1 1 auto;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px;
	text-align: center;
	background: #7761DF;
	color: #FFFFFF;
	width: 30%;
}

#contacts > .messenger{
	background: #007ff7;
	color: #FFFFFF;
}
#contacts > .whatsapp{
	background: #26D367;
	color: #FFFFFF;
}
#contacts > .close{
	background: #311178;
	color: #FFFFFF;
	flex: .7;
	font-size: 25px;
}

#contacts .contact-form .contacts-mariano-label{
	display: inline-block;
	position: relative;
	top: 0px;
	line-height: 45px;
	padding: 0;
	width: 100%;
	height: 100%;
}

#contacts > .hiddable{
	-webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	top:  0px;
	left: 0px;
}
#contacts > .hiddable.away{
	top: 46px;
	left: 0px;
}




#close-hover{
	position: absolute;
	width: 45px;
	height: 45px;
	right: 0;
	top: 0;
	line-height: 45px;
	text-align: center;
	display:block!important;
}


.contact-form-panel{
	position: absolute;
    background-color: #ffffff;
    line-height: 1;
	
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
	color: #000000;
	text-align: left;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	
	top: unset;
	bottom: 45px;
	right: 0;
min-height: 515px;
	overflow:auto;
	width: 100vw;
	transform: translate(41.5vw, 0);
	height: 65vh;
}

#contacts-mariano-wrap .contact-form-panel.hover {
	visibility: visible;
	opacity: 1;
}

.contact-form-panel input:not([type='checkbox']),
.contact-form-panel textarea{
	background: #FFFFFF;
	border-radius: 5px!important;
    background-color: #fff;
    width: 100%;
    
    min-height: 38px!important;
    
    border: 1px solid #dce2e2;
    font-size: 12px;
    font-family: Poppins;
    color: #000;
    font-weight: 400;
    padding: 0 15px;
    line-height: 1.2;
    max-width: 100%;
}
.contact-form-panel .wpcf7-acceptance label{
	text-align: justify;
	font-size: 12px;
}

.contact-form-panel .wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
	padding: 0 1em;
}
.contact-form-panel textarea{
	border-width: 1px!important;
	background: #FFFFFF!important;
	resize: none;
}

.contact-form-panel input::placeholder ,
.contact-form-panel textarea::placeholder {
	color: black;
	opacity: 1;
}

.contact-form-panel input:-ms-input-placeholder ,
.contact-form-panel textarea:-ms-input-placeholder {
	color: black;
}

.contact-form-panel input::-ms-input-placeholder ,
.contact-form-panel textarea::-ms-input-placeholder {
	color: black;
}


.contact-form-panel input:not([type='checkbox']){
	height: 38px;
}

.contact-form-panel textarea{
	height: 100px;
}

#contacts .btn .hover-label{
	position: absolute;
	right: 45px;
	padding: 0px 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s, opacity 0.5s linear;
}
#contacts .btn.whatsapp .hover-label{
	background: #26D367;
	color: #FFFFFF;
}
#contacts .btn.messenger .hover-label{
	background: #007ff7;
	color: #FFFFFF;
}
#contacts.btn-group > .btn{
	border: 0px;
}
#contacts.btn-group > .btn.close{
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
#contacts.btn-group > .btn.close:after{
	content: "→";
}
#contacts.btn-group > .btn.close.btns-closed:after{
	content: "✉";
}

#contacts-mariano .tasto-invio{
	position: relative;
	margin: 50px auto 0px;
	max-width: 50%;
}
#contacts-mariano form{
	position: relative;
}

.wpcf7 form .wpcf7-response-output{
	border: 0px;
    position: absolute;
    bottom: 50px;
    font-weight: bold;
    width: 100%;
    box-sizing: content-box;
    padding: 0!important;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #46b450;
}
#contacts-mariano .tasto-invio .wpcf7-submit{
	text-align: center;
	color: #000!important;
	font-size: 18px;
	height: 38px;
}

#contacts-mariano .wpcf7-spinner{
	position: absolute;
	right: 10px;
    top: 0;
	margin: 7px;
}


@media (min-width: 768px) {
	#contacts-mariano{
		left: unset;
		right:0px;
		width: unset;
		height: 266px;
		
		top:55vh;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#contacts-mariano #contacts-mariano-wrap{
		width: unset;
	}
	
	#contacts > .contact-form{
		padding-bottom: 51px;
		padding-top: 48px;
		height: auto;
		position: relative;
	}
	#contacts.btn-group{
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width:45px;
	}
	
	#contacts.btn-group > *{
		position: relative;
		flex: 1 1 auto;
		margin: 0;
		width: 100%;
	}
	#contacts.btn-group > .btn{
		width: 45px;
		height: 45px;
		padding: 0;
	}

	#contacts.btn-group > .btn.close{
		height: 32px;
		line-height: 32px;
		border-top-left-radius: 10px;
	}

	#contacts.btn-group > .btn.close.btns-closed{
		border-bottom-left-radius: 10px;
	}
	#contacts.btn-group .contact-form .contacts-mariano-label{
		display: block;
		width: 144px;
		height: 45px;
		-webkit-transform-origin: 48px 48px 0;
		-moz-transform-origin: 48px 48px 0;
		transform-origin: 48px 48px 0;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		padding: 0px;
		line-height: 45px;
	}
	
	
	.contact-form-panel{
		position: absolute;
		background-color: #ffffff;
		border-radius: 10px;
		box-shadow: 0 0 6px rgb(0 0 0 / 16%);
		color: #000000;
		text-align: left;
		padding: 10px;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s, opacity 0.5s linear;
		top: -10vh;
		bottom: unset;
		right: 45px;
		width: 500px;
		
		height: 57vh;
		transform: translate(0,-32px);
	}
	#contacts > .hiddable{
		-webkit-transition: all .5s ease 0s;
		-moz-transition: all .5s ease 0s;
		transition: all .5s ease 0s;
		top: 0px;
		left: 0px;
	}
	#contacts > .hiddable.away{
		top: 0px;
		left:46px;		
	}
	
	#contacts > .messenger{
		border-bottom-left-radius: 10px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
}






@media(hover: hover) {
	#contacts .btn:hover .hover-label{
		opacity: 1;
		visibility: visible;
	}
	
	#contacts > .messenger:hover {
		border-bottom-left-radius: 0px;
	}
}


.grecaptcha-badge { 
    visibility: hidden;
}
.product_hover_demo_button,
.list-preview-button{
	display: none!important;
}
.vector-background,
.product-archive-breadcrumb{
	background-image: url(https://lalicenza.it/wp-content/uploads/sfondo-home.svg)!important;
	background-position: center!important;
	background-size: cover!important;
}



.my-account-menu span.dropdown-label {
	color: #311178;
	cursor: pointer;
}
.my-account-menu span.dropdown-label:hover {
	color: #f7b500;
}
.my-account-menu .span.dropdown-label i {
    padding-right: 6px;
}

.menu-img-windows11pro > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    font-family: inherit;
    position: relative;
}

.menu-img-windows11pro > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://a94ae9b4.delivery.rocketcdn.me/wp-content/uploads/2024/03/office-sfumato-256px.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    transition: background-image 0.3s ease;
}

/* Mantieni l'immagine anche su hover */
.menu-img-windows11pro > a:hover::before {
    background-image: url('https://a94ae9b4.delivery.rocketcdn.me/wp-content/uploads/2024/03/office-sfumato-256px.png');
}


.menu-img-office2021hb > a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    font-family: inherit;
    position: relative;
}

.menu-img-office2021hb > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://licensefree.it/wp-content/uploads/2025/07/microsoft_office_publisher_logo_icon_145717.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    transition: background-image 0.3s ease;
}

/* Mantieni l'immagine anche su hover */
.menu-img-office2021hb > a:hover::before {
    background-image: url('https://licensefree.it/wp-content/uploads/2025/07/microsoft_office_publisher_logo_icon_145717.svg');
}




.menu-img-windows11home a {
    background-image: url('https://licensefree.it/wp-content/uploads/2025/07/icons8-microsoft.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    padding-left: 30px;
}



