/* roboto-mono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-mono-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-mono-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-mono-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#main {
    background: #f5f5f5;
    padding-top: 15px;
}


#breadcrumbs.cp {
    text-align: left;
    color: #000;
    padding: 10px 0 0;
    margin-bottom: 0
}

#breadcrumbs.cp a {
    color: #707070;
	text-decoration: none;
}

#breadcrumbs.cp a:hover {
    color: #000
}


.btn {
	display: inline-block;
	font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	touch-action: manipulation;
    cursor: pointer;
	user-select: none;
	border-radius: 4px;
}

.prod-img {
    width: 100%;
	max-width: 500px;
	margin:0 auto;
}

.prod-img-cont {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.prod-img-cont img {
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 4%;
    width: 92%;
    height: 92%;
    object-fit: cover;
}

.prod-desc {
    width: 100%;
}



.prod-desc .prodCodes {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 15px;
}

.prod-desc .prodCodes p {
    background: #fff;
    color: #333;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 2px;
    margin: 1px 10px 10px 0;
    letter-spacing: .2px;
    font-size: 15.5px;
    font-family: 'Roboto Mono','Courier New',monospace
}



.prod-desc .btns {
    display: flex;
    align-items: center;
}

.prod-desc .btns .img-area {
    width: 36px;
    height: 36px;
    background: #121212;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
	position: relative;
}
.prod-desc .btns .img-area img {
    top: 4px;
    position: relative;
}

.prod-desc .btns a {
    display: inline-block;
    background-color: var(--the7-accent-color);	
    color: #333;
    border-radius: 50%;
    width: 35px;
    height: 33px;
    line-height: 35px;
    border-bottom: 3px solid #d9ab02;
    text-align: center;
    margin-right: 12px;
    margin-left: 12px;
    transition: all 0.1s ease-out!important;
    text-decoration: none;
}
.prod-desc .btns a:hover {
    border-bottom: none;
    color: #d9ab02;
    transform: translateY(2px);
	/*background-color: var(--the7-btn-hover-bg-color);*/
}
.prod-desc .btns a i {
	line-height: inherit;
}




@media(min-width: 992px){
    .prod-info {
        display: flex;
    }
    .prod-img {
        width: 40%;
    }
    .prod-desc {
        width: 60%;
        padding-left: 30px;
    }
}


.page-content .titolo-blocco {
    margin-bottom: 20px;
    display: block;
}
.page-content .titolo-blocco i {
    display: inline-block!important;
    background: var(--the7-accent-color);
    border-radius: 50%;
    /* filter: drop-shadow(1px 1px #efb810); */
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 20px!important;
    text-align: center;
    margin-left: 15px;
}


/*========= FEATURES =========*/
#carProd {
    margin-top: 40px;
    margin-bottom: 50px;
}
#carProd ul {
    border: 2px solid #e0e0e0;
    list-style: none;
    margin: 0;
}
#carProd ul li {
    line-height: 1.4;
    padding: 10px 5px 10px 15px;
    display: flex;
	flex-direction: column;
}
#carProd ul li:nth-child(odd) {
    background: #e0e0e0;
}
#carProd li > span:not(.el) {
    color: #000;
    font-weight: 500;
	margin-bottom: 8px;
}
@media (min-width: 992px){
	#carProd ul li {
		flex-direction: row;
	}
	#carProd li > span:not(.el){
		width: 35%;
		margin-bottom:0;
	}
	#carProd li > span.el {
		border-left: 1px solid #ccc;
		margin-left: 1%;
		padding-left: 10px;
	}
}


/*schemi elettrici solo cam switches*/
.schemaType { margin-bottom: 50px; }
/*.schemaType:not(:last-child) {border-bottom: 1px solid var(--the7-divider-color);}*/

.schemaTypeGallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /*in tutte le direzioni*/
    margin-top: 20px;
}

.schemaTypeGallery a img  {
    cursor: zoom-in;
    width: 100%;
}

@media (min-width:481px){			
    .schemaTypeGallery {
        gap: 30px;
    }
    .schemaTypeGallery a  {
        width: calc((100% - 30px)/2);
    }
}
@media (min-width:768px){			
    .schemaTypeGallery a  {
        width: calc((100% - 60px)/3);
    }
}
@media (min-width:1025px){			
    .schemaTypeGallery a  {
        width: calc((100% - 90px)/4);
    } 
}
@media (min-width:1200px){			
    .schemaTypeGallery a  {
        width: calc((100% - 120px)/5);
    } 
}


/*lightbox*/
div.dark_square .pp_arrow_next {
    background-position-x: -20px;
    background-position-y: -69px;
}
div.dark_square .pp_arrow_previous {
    background-position-y: -69px;
}
.pp_social {display:none;}


/*Marcature per actuators*/
.tipo-marcature {
	margin-bottom: 45px; 
	float: left; 
	width: 100%;
}
.tipo-marcature>.tipo {
	width: 100%; 
	display: block; 
	float: left; 
	margin-bottom: 20px;
}
.tipo-marcature ul {
	list-style-type:none; 
	padding:0;
	margin:0;
}
.tipo-marcature ul li {
	float:left; 
	margin-right:20px;
}
.tipo-marcature img {
	max-width: 100px;
}




/*============ DOCUMENTI =============*/
.documenti {
	background: #fff; 
	padding-top:50px; 
	padding-bottom:50px; 
	box-shadow: -250px 0 0 #fff, 250px 0 0 #fff;	
    display: block;
    float: left;
    width: 100%;
}
.documenti #attach {
	margin-bottom:30px;
}

.certificati {
    display: flex;
    flex-wrap: wrap;
}

.certificato, 
.allegato {
    margin-bottom: 10px;
    margin-left: 15px;
}
.allegato {
    margin-bottom: 15px;
}

.certificato > *, 
.allegato > * {
    vertical-align: middle;
    color: #666;
	text-decoration: none;
}

.allegato a::after, 
.certificato a::after {
    content: "\f063";
    margin-left: 7px;
    font-family: 'FontAwesome';
    font-size: 15px;
}

.allegato.btn {
    margin-left: 0;
    background: #e0e0e0;
    border-bottom: 3px solid #d2d2d2;
    padding: 0;
}
.allegato.btn a {
    padding: 7.5px 14px;
    font-size: 15px;
    display: inline-block;
}
.allegato.btn a::after {
    content: "\f15c"!important;
    font-family: 'FontAwesome';
    position: relative;
    top: 0;
    color: #666;
    font-size: 16px;
    line-height: 1;
}



.certificato img {
    max-height: 38px;
    width: auto;
    margin-right: 6px;
    border: 1px solid #999;
}


@media(min-width:576px){	
	.certificato {
		float: left;
		width: calc(50% - 15px);
       display: flex;
       flex-wrap: wrap;
       align-items: center;
       gap: 5px;
	}
}
@media(min-width:768px){
	.documenti {
		display: flex;
	}
	.documenti #attach {
		width: 35%;
		margin-bottom:0;
	}
	.documenti #cert {
		width: 65%;
      padding-left: 30px;
	}
}
@media(min-width:992px){	
	.documenti {
		box-shadow: -500px 0 0 #fff, 500px 0 0 #fff;
	}
	.certificato {
       width: calc(33% - 15px);
   }
}


/*========== PRODOTTI ASSOCIATI ===========*/
ul.associati {
    position: relative;
    display: inline;
    width: 100%;
    list-style-type: none;
    padding: 10px 0
}

ul.associati li {
    display: block;
    width: 15%;
    float: left;
    list-style: none;
    margin: 0 1.5% 1.5% 0;
    text-align: center;
    background: #fff
}

ul.associati img {
    width: 100%
}

ul.associati span {
    width: 100%;
    display: block;
    background-color: #ffcf00
}

hr {
    border-top: 1px solid #777;
    clear: both
}

@media (max-width: 480px) {
    ul.associati li {
        width:45%;
        margin: 0 5% 5% 0
    }
}


/*========== RICHIESTA INFORMAZIONI ==========*/
#infoProdMod {
    padding-top: 50px;
	float: left;
}

#infoProdMod input[type=text], 
#infoProdMod input[type=email],
#infoProdMod input[type=tel],
#infoProdMod select {
	background-color: #fff;
	width: 100%;
}

#infoProdMod input[type="submit"] {
	width: 100%;
}

.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 3px solid #ffb900
}

.wpcf7-form-control-wrap.area-geo select {
    min-height: 46px;
    margin-bottom: 16px
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-acceptance label {
    display: flex;
    gap: 10px;
    line-height: 1.3;
    align-items: center;
}
[class*="vc_col-"] {
	float: left;
	width:100%;
}
@media(min-width:768px){
	[class*="vc_col-"] {
		padding-right: 15px;
	}
	
	.vc_col-sm-6 {
		width: calc(50% - 15px);
	}
	.vc_col-sm-12 {
		width: calc(100% - 15px);
	}
}
@media(min-width:992px){
	.vc_col-md-4 {
		width: calc(33.33% - 15px);
	} 
	.vc_col-md-8 {
		width: calc(66.66% - 15px);
	} 
}

