/** Stylesheet to manage single product shortcodes style **/
.single-product{
    overflow-x: hidden;
}
.component-title{
    font-size: 24px !important;
	line-height: 1.2em;
}
.component-content-container *,.component-content-container{
	line-height: 1.2em;
}
.components-container .swiper-button-next:after, .components-container .swiper-button-prev:after{
    color: #333 !important;
}
.components{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 45px;
}
.pro-content-container *,.pro-content-container{
    font-size: 14px;
    line-height: 1.3em;
}
.components-intro h3,.features-intro h3{
    font-size: 2.5em;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.dipl_arrows_bottom_center .owl-nav,
.dipl_arrows_outside .owl-nav{
    justify-content: center;
    display: flex;
}
.accessories-container .swiper-button-next,
.accessories-container .swiper-button-prev{
    color: #FFFFFF!important;
    font-size: 24px;
    border-width: 0px;
}
.components-container .swiper-button-next::after, .components-container .swiper-button-prev::after,
.accessories-container .swiper-button-next::after, .accessories-container .swiper-button-prev::after{
    display: flex;
    align-items: center;
    height: 100%;
    font-family: "ETmodules";
    font-size: 40px;
}
.components-container .swiper-button-next::after, .accessories-container .swiper-button-next::after{
    content: attr(data-next_slide_arrow);
}
.components-container .swiper-button-prev::after, .accessories-container .swiper-button-prev::after {
    content: attr(data-previous_slide_arrow);
}
.pros-intro h3{
    text-align: center;
    font-size: 2.25em;
    color: #fff !important;
    margin-bottom: 30px;
}
.pros{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    grid-column-gap: 40px;
    margin-top: 60px;
}
.pros img{
    height: 65px;
}
.pro-inner{
    margin-bottom: 40px;
}
.pro-title{
    color: #fff !important;
    font-size: 24px;
}
.pro-content{
    padding: 15px 0;
}
.features-container ol{
    list-style: none;
    counter-reset: saccardo-counter;
    margin-right: 10px;
}
.features-container li{
    padding: 10px 15px;
    font-size: 1.15em;
    color: #333;
    counter-increment: saccardo-counter;
    position: relative;
    margin: 25px 0 25px 25px;
    background-color: #F0F0F0;
}
.features-container li::before{
    background-color: #333;
    position: absolute;
    top: -4px;
    content: counter(saccardo-counter);
    color: #333;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -25px;
}
.ext-border{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1024px) {
    .sector-row{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5%;
    }
    .sector-list{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 30px;
    }
    .ext-border{
        border-left: 1px solid #8C8C8C;
        border-right: 1px solid #8C8C8C;
        align-items: center;
        padding-right: 2%;
        padding-left: 2%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.sector-name h5{
    text-transform: uppercase;
    color: #FFFFFF!important;
    text-align: center;
    font-size: 18px !important;
    margin-top: 20px;
}
.sectors-section, .accessories-section{
    padding: 60px 0;
    border-top: 1px solid #8C8C8C;
    border-bottom: 1px solid #8C8C8C;
    background-color: #141413!important;
}
.machinery-pros{
    border-bottom: 1px solid #8C8C8C;
    padding: 60px 0;
    background-color: #141413!important;
}
.sector-inner h3{
    font-size: 2.25em;
    color: #FFFFFF!important;
    line-height: 1.3;
}
.accessories-section .acc-link{
    display: inline-block;
    padding: 0.3em 1em!important;
    border-width: 1px!important;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    box-shadow: 0px 12px 18px -8px rgba(0,0,0,0.3);
    text-align: center;
}
.accessories-section .acc-link:after{
    content: '' !important;
    display: none !important;
}
.acc-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.accessories-intro h3{
    margin-bottom: 40px;
}
.accessories-container .owl-nav{
    margin-top: 25px;
}
.contacts-section{
    border-bottom: 1px solid #8C8C8C;
    padding: 60px 0;
}
.contact-cta h3{
    font-size: 2em;
    text-align: center;
}
.contact-cta h5{
    color: #a3a3a3;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
}
.contacts-section .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.contacts-section input:not([type="checkbox"]):not([type="submit"]),
.contacts-section textarea, .contacts-section select{
    width: 100%;
    background-color: transparent;
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
    border-style: solid;
    border-color: RGBA(255,255,255,0) RGBA(255,255,255,0) #8C8C8C RGBA(255,255,255,0)!important;
    border-bottom-width: 1px!important;
}
.contacts-section .tfs-row label,.contacts-section .tfs-row .wpcf7-list-item-label, .tfs-row .wpcf7-list-item-label a{
    color: #333 !important;
}
.contacts-section .tfs-row{
    margin-bottom: 15px;
}
.contacts-section .wpcf7-submit{
    background-color: #141413!important;
    padding-top: 1%!important;
    padding-bottom: 1%!important;
    margin: 30px auto!important;
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 16px;
    min-width: 250px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}
.product-navbar{
	position: sticky;
	top: 88px;
	z-index: 10;
}
@media screen and (max-width: 768px){
	.product-navbar{
		display: none !important;
	}
}
.features-container h3{
	margin-bottom: 40px;
}
@media screen and (min-width: 1024px){
	.features-container ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
		padding-left: 0 !important;
	}
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}
.download-datasheet-popup {
    display: none;
    position: fixed;
    background: #fff;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    padding: 20px;
}
@media screen and (max-width: 768px){
    .download-datasheet-popup{
        width: 90% !important;
		height: 80vh;
    	overflow: hidden;
    }
	.datasheet-popup-container{
		height: 100%;
    	overflow-y: auto;
	}
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.datasheet-bubble-container{
	position: fixed;
    right: 20px;
    bottom: 5%;
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 9999;
}
.datasheet-bubble{
    width: 50px;
    height: 50px;
    background-color: #000!important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.datasheet-bubble::before{
    display: block;
    width: 25px;
    height: 25px;
    content: ' ';
    background-image: url(/wp-content/themes/indaweb-child/assets/download.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.datasheet-popup-container h3{
    color: #000;
    text-align: center;
    margin: 20px 0;
}
span.close-button{
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.datasheet-cta{
	transition: width 0.6s;
	font-size: 1rem!important;
	color: #fff;
	background-color: #000;
	height: 50px;
    align-items: center;
	display: flex;
	align-items: center;
	white-space: nowrap;
    font-weight: 700;
	text-transform: uppercase;
	opacity: 1;
	margin-left: -1px;
	padding-right: 15px;
}
.machine-popup-form .form-fields input{
	margin-bottom: 15px;
}
.machine-popup-form .form-fields input,
.machine-popup-form .form-fields select{
	width: 100%;
    background-color: transparent;
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
    border-style: solid;
    border-color: RGBA(255,255,255,0) RGBA(255,255,255,0) #8C8C8C RGBA(255,255,255,0)!important;
    border-bottom-width: 1px!important;
}
.machine-popup-form .wpcf7-list-item-label{
	color: #333 !important;
	line-height: 1;
}
.machine-popup-form .wpcf7-acceptance{
	margin: 20px 0;
	display: block;
}
.machine-popup-form .wpcf7-submit{
	background-color: #141413!important;
    padding-top: 1%!important;
    padding-bottom: 1%!important;
    margin: 30px auto!important;
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 16px;
    min-width: 250px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
	border-radius: 0 !important;
}
.service-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.service-accordion-heading {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.plus-minus-icon{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
}
.plus-minus-icon::after {
    content: '+';
    display: inline-block;
    margin-right: 5px;
}
.active .plus-minus-icon::after {
    content: '-';
}
.service-row-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 60px;
}
.service-heading{
    font-size: 1.65em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}
.service-accordion.active .service-accordion-heading{
    margin-bottom: 15px;
}
.woocommerce-product-attributes-item__value a{
    pointer-events: none !important;
    color: #000000;
}