/*
Theme Name: turbo
Version: 1.0
Description: A child theme of Divi
Author: turbo
Template: Divi
*/
@import url("../Divi/style.css");

@keyframes preloader-rotationC{
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(-180deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

.preloader-plus .preloader-custom-img{
	animation: preloader-rotationC 500ms linear infinite;
}

.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #FF6B12;
}

.grecaptcha-badge {
	z-index: 999;
	bottom: 84px !important;
}

/*QUOTE POPUP*/
.proContainer{
	display: flex;
	flex-wrap: wrap;
}

.productWrapper{
	flex: 1 1 100%;
	display: flex;
	justify-content:space-between;
}

.productWrapper > div:first-child{
	flex: 0 0 20%;
}

.productWrapper > div:nth-child(2){
	flex: 0 0 60%;
	text-overflow:ellipsis; 
	overflow:hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	white-space: normal;
}

.productWrapper > div:nth-child(3){
	flex: 0 0 5%;
	color: #efefef;
	cursor: pointer;
	height: fit-content;
	transition: color 0.2s ease;
}

.productWrapper > div:nth-child(3):hover{
	color: #FF6B12;
}

.da-close:after{
	content: "\2716";
	color: #efefef;
	visibility: visible;
	transition: color 0.2s ease;
}

.da-close{
	visibility: hidden;
	color: #efefef !important;
	opacity: 1 !important;
	right: 10px !important;
	top: 3px !important;
	font-size: 16px !important;
	font-weight: normal !important;
}

.da-close:hover{	
	transform:scale(1) !important;
}

.da-close:hover:after{
	color: #FF6B12 !important;
}

.contactItem:nth-of-type(3) a:hover, .contactItemNav:nth-of-type(2) a:hover, .contactItemOverlay:nth-of-type(2) a:hover{
	transform: scale(1.2);
}

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

.pFlex{
	flex: 1 1 100%;
	margin-bottom: 15px;
}

.pFlex input{
	padding: 11px;
	padding-left: 18px;
	color: #efefef;
	background-color: transparent !important;
	width: 100%;
	border: 1px solid #FF6B12;
}

.pFlex input:focus{
	color: #efefef;
	border-color: #FF6B12;
}

.pFlex input::placeholder,.pFlex textarea::placeholder{
	font-size: 14px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	color: #efefef;
}

.pFlex textarea{
	padding: 11px;
	padding-left: 18px;
	resize: none;
	color: #efefef;
	background-color: transparent;
	width: 100%;	
	border: 1px solid #FF6B12;
}

.popContainer input[type="submit"]{
	position: absolute;
	right: 1px;
	bottom: 56px;	
	padding: 4px 18px;
	background: #020202;
	color: #efefef;
	cursor: pointer;	
	font-size: 14px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	border: none;
}

#productPopup .wpcf7-response-output{
	border-color:#FF6B12;
	color: #efefef;
}

#proInQuoteContainer{
	display: flex;
	justify-content: space-between;
}

/*24 HOURS*/
.h-24-image img{
	width: 100% !important;
}

.h-24-image > img{
	height:40px !important;
}

.et-db #et-boc .et-l .et_pb_code_0_tb_body.et_pb_module{
	margin-left: 0 !important;
}

.quoteCode.isVisible.et_pb_module{
	margin-left: auto !important;
	margin-right: 25px !important;
}

.popi{
	margin-bottom: 0;
	padding:0;
}

.popi a{
	color: #FF6B12;
	font-size: 14px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

/*NAV SECTION*/
/* #mainHeader .et_pb_image_wrap {
width: 200px;
} */

#mainHeader{
	opacity: 1;
	transition: all 0.4s;
}

#hiddenHeader{
	transition: all 0.4s;
	display: none;
	width: 100%;
}

.hide-header {
	opacity: 0;
	margin-top: -200px !important;
}

.show-header {
	opacity: 1;
	margin-top: 0px !important;
}

#hiddenHeader {
	-webkit-transition: all 0.5s ease !important;
	-moz-transition: all 0.5s ease !important;
	-o-transition: all 0.5s ease !important;
	-ms-transition: all 0.5s ease !important;
	transition: all 0.5s ease !important;
}

#navMenu a{
	opacity: 1 !important;
}

#navMenu .et-menu>li:not(:last-child) {
	padding-right: 25px;
}

#sideMenuContainer{
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s;
}

.sideMenuContainerOpen{
	opacity: 1 !important; 
	visibility: visible !important;
	transition: all 0.7s;
}

.sideMenu{
	transition: translatex 0.7s;
	transform:translatex(100vw);
}

.sideMenu a{		
	transition: color 0.7s;
	color: #020202;
}

.sideMenu a:hover{
	color: #6e6e6e;	
}

.sideMenuOpen{		
	transition: all 0.7s;
	transform: translatex(0);
}

#closeIcon{
	top: 3vh;
}

.burger, #closeIcon > span{
	cursor: pointer;
	top: 2px;
}

.albNew{
	transform: translateY(-10px);
	text-align: center;
}

.albNew img{
	filter: grayscale(1) brightness(0);
	opacity: 0.4;
	width: 115px;
}

.sideMenu .productMenuItem > .et_pb_text_inner:after,.sideMenuFooter .productMenuItem > .et_pb_text_inner:after{
	border: solid #FF6B12;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 2px;
	right: -30px;
	margin-left: 12px;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: transform 0.3s;
}

.sideMenu .productMenuItem.open > .et_pb_text_inner:after,.sideMenuFooter .productMenuItem.open > .et_pb_text_inner:after
{
	border: solid #FF6B12;
	border-width: 0 3px 0px 0;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 2px;
	right: -30px;
	margin-left: 12px;
	content: "";	 
	transform: rotate(90deg);  
	-webkit-transform: rotate(90deg);
}
.sideMenu .productMenuItem,.sideMenuFooter .productMenuItem{
	cursor: pointer;
}

.dropdownMenu{
	transition: all 0.7s;
	font-weight: 400!important;
}

.dropdownMenu a:hover{
	color: #a6a6a6;
}

.dropdownOpen{
	max-height: 400px !important;
	transition: all 0.7s;
}

.searchMod form input.et_pb_searchsubmit {
	text-indent: -9999px;
	background: url(https://turboprojects.co.za/wp-content/uploads/2022/09/Search-Icon.svg) center center no-repeat;
	background-size: 20px;
	padding: 0 10px;
	width: 30px;
	height: 37px;
	background-color: transparent !important;
}

#sideMenuContainerFooter{		
	transition: all 0.7s;		
	transform:translatex(100vw);
}

/*SUPER NAV SECTION*/
.productContainer{
	width: 200px;
	height: 200px;
	background-color: #020202;
	padding: 15px 31px 7px 15px;
	position: relative;
	margin-right: 1vw;
	display: flex;
	flex-direction:column;
	justify-content:flex-end;
	cursor: pointer;
	opacity:0;
	transition: box-shadow 0.5s;
	margin-top: 1vw;
}

#superNavProductCol .productRow:first-of-type .productContainer{
	margin-top: 0;
}

.scrollTopHide{
	display: none;
}

div.productDetailsWrapper p {
	line-height: 1em;
	padding-bottom: 7px !important;
	font-weight: 400;
}

#superNavMobile{
	overflow: auto !important;
}

#superNavMobile .productMainContainer{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	justify-content: flex-end;
}

#superNavMobile .productContainer{
	float: left;
	opacity: 1 !important;
}

.productContainer:hover{	
	box-shadow: 13px 12px 28px 0px rgba(0,0,0,0.51);
	-webkit-box-shadow: 13px 12px 28px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 13px 12px 28px 0px rgba(0,0,0,0.51);
}

.hiddenProduct:hover{
	box-shadow: none;
	cursor: default;
}

.imageOverlay{
	background-image: url("https://test.openform.online/staging/Turbo/wp-content/uploads/2022/09/Test-Image.jpg");
	background-size: contain;
	opacity: 0;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left:0;
	z-index: 2;
	transition: opacity 0.7s;
}

.productContainer:hover .imageOverlay{
	opacity: 1;
}

.productRow{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-end;
}

.productContainer:after{
	font-family: 'Font Awesome\ 5 Free';
	content: "\f054";
	width: 30px;
	height: 30px;
	color: #FF6B12;
	background-color: #efefef;
	position: absolute;
	right: 0px;
	bottom: 10px;
	text-align: center;
	font-weight: bold;
	display: flex;
	font-size: 12px;
	z-index: 3;
	justify-content: center;
	align-items: center;
}

.productDetailsWrapper{
	color: #efefef;
	font-size: 15px;
	text-transform: uppercase;
	z-index:3;
	height: 40%;
	display: flex;
	align-items:end;
	margin-top: 5px;
}

.productImageWraper{
	width: 100%;
}

.productImageWraper > div{
	width: 100%;
}

#superNavRow .productRow:nth-of-type(1)  a:nth-child(1) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(1) .productContainer .productImageWraper > div{
	max-width: 90px;

}

#superNavRow .productRow:nth-of-type(1)  a:nth-child(2) .productContainer:nth-child(1) .productImageWraper > div,#superNavMobile .productMainContainer a:nth-child(2) .productContainer .productImageWraper > div{
	max-width: 73px;

}

#superNavRow .productRow:nth-of-type(1)  a:nth-child(3) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(3) .productContainer .productImageWraper > div{
	max-width: 73px;

}

#superNavRow .productRow:nth-of-type(1)  a:nth-child(4) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(4) .productContainer .productImageWraper > div{
	max-width: 100px;

}

#superNavRow .productRow:nth-of-type(1)  a:nth-child(5) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(5) .productContainer .productImageWraper > div{
	max-width: 94px;

}

#superNavRow .productRow:nth-of-type(2)  a:nth-child(1) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(6) .productContainer .productImageWraper > div{
	max-width: 90px;

}

#superNavRow .productRow:nth-of-type(2)  a:nth-child(2) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(7) .productContainer .productImageWraper > div{
	max-width: 85px;

}

#superNavRow .productRow:nth-of-type(2)  a:nth-child(3) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(8) .productContainer .productImageWraper > div{
	max-width: 60px;

}

#superNavRow .productRow:nth-of-type(2)  a:nth-child(4) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(9) .productContainer .productImageWraper > div{
	max-width: 80px;

}

#superNavRow .productRow:nth-of-type(2)  a:nth-child(5) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(10) .productContainer .productImageWraper > div{
	max-width: 85px;

}

#superNavRow .productRow:last-of-type  a:nth-child(2) .productContainer:nth-child(1) .productImageWraper > div , #superNavMobile .productMainContainer a:nth-child(12) .productContainer .productImageWraper > div{
	max-width: 80px;

}

#superNavRow .productRow:last-of-type  a:nth-child(3) .productContainer:nth-child(1) .productImageWraper > div,#superNavMobile .productMainContainer a:nth-child(13) .productContainer .productImageWraper > div{
	max-width: 90px;

}


#superNavRow .productRow:last-of-type  a:nth-child(4) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(14) .productContainer .productImageWraper > div{
	max-width: 90px;

}


#superNavRow .productRow:last-of-type  a:nth-child(5) .productContainer:nth-child(1) .productImageWraper > div, #superNavMobile .productMainContainer a:nth-child(15) .productContainer .productImageWraper > div{
	max-width: 90px;

}

.hiddenProduct{
	background-color: transparent;
}

.hiddenProduct:after{
	display: none;
}

.moveBottom{
	bottom: 0 !important;
	top: auto !important;
	transition: all 0.5s;
}

/*BANNER SECTION*/
#mainBanner .et_pb_slide_description{
	text-align: left;
	padding-bottom: 20px;
	padding-left: 20px;
}

#mainBanner .et_pb_slide_description h2{
	width: 50%;
	margin-bottom: 80px;
}

#mainBanner .et-pb-controllers {
	width: 3%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	right: 0;
	left: auto;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeRight;
	animation-name: fadeRight;
}

#mainBanner .et-pb-controllers a{
	margin-bottom: 25px;
	background-color: #EFEFEF;
	border-radius: 0;
}

#mainBanner .et-pb-controllers .et-pb-active-control{
	background-color: #FF6B12!important;
}

/*ABOUT SECTION*/
.aboutUsMainImage{
	background-image: url("https://turboprojects.co.za/wp-content/uploads/2022/09/Orange-Doors.jpg");
	height: 630px;
	background-size: cover;
	background-position: right;
}

.relIconContainer{
	display: flex;
	align-items: baseline;
}

.relIconWrapper:first-child{
	flex: 0 1 250px;
	margin-right: 50px;
}

.relIconWrapper{
	flex: 0 1 165px;
	opacity: 0;
}

/*SERVICE SECTION*/
.serviceContainer{
	display: flex;
	flex-wrap: wrap;
}

.serviceRow{
	display: flex;
}

.serviceRow:nth-child(2){
	margin-top: 60px;
}

.serviceRow > div{
	flex: 0 1 175px;	
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	opacity: 0;
}

.serviceRow > div:first-child{
	margin-right: 60px;
}

.serviceRow h3{
	color: #202020;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.serviceRow hr{
	width: 66px;
	border: 2px solid #FF6B12;
	margin-left: 0;
	background-color: #FF6B12;
}

.serviceRow a {
	display: block;
	color: #a6a6a6;
	text-decoration: underline;
	font-size: 12px;
	transition: color 0.2s ease;
}

.serviceRow a:hover{
	color: #020202;
}

/*INDUSTRIES SECTION*/
.indContainer{
	display: flex;
	flex-wrap: wrap;
	width: 65%;		
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

.indRow:first-child{
	margin-bottom: 55px;
}

.indRow:not(:first-child){
	display: flex;
	width: 100%;
	padding: 25px 0px;
	position:relative;
	background-image: linear-gradient(#6e6e6e, #6e6e6e);
	background-size: 0% 3px;
	background-repeat: no-repeat;
	transition: background-size 0.3s;
	margin: 5px 0;
	background-position: 0 calc(100% - 0px);
}

.indRow > div {
	flex: 1 1 100%;
	opacity: 0;
}

.indRow h2{
	color: #cfcfcf;
	font-size: 2vw;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	opacity: 0;
}

.indRow > div > img{
	filter: grayscale(100%);
	transition: all 0.4s;
}

.indRow > div > img:hover{
	filter: grayscale(0);
}

/*CONTACT FORM STYLES*/
.cRow{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.cRow input{		
	border: 1px solid transparent;	
}

.cRow input::placeholder{
	font-size: 14px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	color: #020202;
}

.cLeft{
	flex: 1 1 310px;
	margin-right: 30px;
}

.cRight{
	flex: 1 1 310px;			
}

.cLeft input{
	padding: 11px;
	margin-bottom: 15px;
	padding-left: 18px;
	color: #020202;
}

.cLeft input[type="text"],.cLeft input[type="email"],.cLeft input[type="tel"]{
	width: 100%;
}

.cLeft .wpcf7-tel{
	margin-bottom: 50px;
}

input[type='checkbox']{
	width: 20px;
	height: 20px;
}

input[type='checkbox']:before{
	width: 20px;
	height: 20px;
}

input[type='checkbox']:after{
	top: -20px;
	width: 16px;
	height: 16px;
}

.cLeft label{
	color: #020202;
}

.cRight .popiContainer{
	display: none;
}

.popiContainer p{
	margin-left: 50px;
	color: #020202;
	font-size: 10px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-style:italic;
	line-height: 14px;
	margin-bottom: 30px;
	font-weight: normal;
}

.popiContainer p:first-of-type{
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.popiContainer .wpcf7-list-item{
	margin: 0;
}

.popiContainer span{
	position: relative;
	top: -4px;
	font-weight: bold;	
	font-size: 14px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

.cRight textarea{	
	padding: 11px;
	padding-left: 18px;
	margin-bottom: 15px;
	width: 100%;
	resize: none;
	color: #020202;
	border: none;
	height: 300px;
}

.cRight input[type="submit"]{
	position: absolute;
	right: 0px;
	bottom: 55px;	
	padding: 4px 18px;
	background: #020202;
	color: #fff;
	cursor: pointer;	
	font-size: 14px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

.cRight textarea::placeholder{
	font-size: 14px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	color: #020202;
}

.wpcf7-not-valid-tip {
	color: #020202;
	font-weight: bold;
	margin-left: 15px;
}

form label,form p{
	color: #020202;	
}

/*ABOUT PAGE STYLES*/
#aboutPageMainImage{		
	background-image: url("https://turboprojects.co.za/wp-content/uploads/2022/10/aboutus_01.jpg");
	height: 630px;
	background-size: cover;
	background-position: right;
}

.aboutSubImgContainer{
	display: flex;
	align-items: flex-end;
}

.aboutUsText{
	margin-right: 6.5vw;
	font-size: 18px;	
}

.aboutUsText a{
	color: #FF6B12;
	display: block;
	min-width: 150px;
}

.spanBlack{
	color: #020202 !important;
}

.aboutUsSubImg:nth-child(2){
	margin-right: 80px;
}

.proListHeading{
	font-weight: bold;
	font-style:italic;
}

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

.clientContainer > div:first-child{
	margin-right: 80px;
}

.clientContainer ul{
	list-style: none;
	font-size: 15px;
	line-height: 20px;
	padding: 0;
	color: #707070;
}

.clientContainer li:before{
	content: ">";
	color: #FF6B12;
	font-size: 15px;
	display:inline-block;
	margin-right: 5px;
	font-weight: 500;
}

.customeAHover{
	transition: color 0.2s ease;
}

.customeAHover:hover{
	color: #a6a6a6;
}

/*SERVICE PAGE STYLES*/
#servicePageServicesContainer .serviceRow{
	justify-content: space-between;
}

#servicePageServicesContainer .serviceRow > div{
	margin: 30px;
	margin-left: 0;
	flex: 0 1 200px;
	opacity: 1;
}

/*IND PAGE STYLES*/
.indPageServedContainer{
	max-width: 981px;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(250px, auto));
	gap: 80px;
}

.indPageServedContainer .indImageWraper{
	max-width: 65px;
}

.indPageServedContainer h4{
	font-size: 15px;
	color: #FF6B12;
	margin-top: 20px;
	padding-bottom: 0;
}

.indPageServedContainer p{
	color: #020202;
	font-weight: 400 !important;
	line-height: 19px;
}

/*CONTACT PAGE STYLES*/
.contactFormGrey input:not([type="submit"]), .contactFormGrey textarea{
	background-color: #e6e6e6;
}

.contactFormGrey textarea{
	height: 250px !important;
}

#map{
	height: 650px;
}

.contactInfoContainer, .flexBox{
	display: flex;
	flex-wrap: wrap;
}

.contactInfoWrapper{
	flex: 0 1 250px;
	margin-top: 20px;
	margin-right: auto;
	padding: 20px;
	transition: background 0.7s ease;
}

.contactInfoWrapper.selected{
	background-color: #e6e6e6;
}

.contactInfoWrapper h3{
	padding: 0 0 2px 0;
	font-weight: 900;
	text-transform: uppercase;
	color: #202020;
	font-size: 18px;
}

.contactInfoWrapper h3:not(:first-child){
	color:#FF6B12;
}

.contactInfoWrapper a,.contactInfoWrapper ul{
	color: #707070;
	transition: all 0.3s ease;
}

.contactInfoWrapper a:hover{
	color: #FF6B12;
}

.contactInfoWrapper ul{
	list-style:none;
	padding: 22px 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.contactInfoWrapper img{
	width: 28px;
}

.outlineImg{
	display: inline-block;
	margin-right: 15px;
	line-height: 0;
	position: relative;
}

.outlineImg:hover{
	transform:scale(1.2);
}

/*PRODUCTS PAGE STYLES*/
#productsPageCatCode .productMainContainer{
	margin-top: -1vw;
	margin-right:-1vw;
	padding-right: 3vw;
}

#proBread a{
	color: #020202;
}

.rowTemplate{
	padding-left: 6vw !important;
}

.catTitle{	 
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 300;
	font-size: clamp(52px, 3.005vw, 58px);
	color: #FF6B12!important;	    
	padding-bottom: 10px;
	line-height: 1em;
	text-transform: uppercase;
}

.font400{
	font-weight: 500 !important;
}

.font-401{
	font-weight: 400 !important;
}

.catBread a:first-child{
	color: #FF6B12;
}

.catBread{
	margin-bottom: 50px !important;
}

#productSubCatContainer .woocommerce ul.products::before{
	display: none;
}
#productSubCatContainer .products {
	display: grid;
	grid-template-columns: repeat(3, minmax(200px,200px));
	gap: 35px 35px;
}

#productSubCatContainer .product-category a:after{
	font-family: 'Font Awesome\ 5 Free';
	content: "\f054";
	width: 30px;
	height: 30px;
	color: #FF6B12;
	background-color: #efefef;
	position: absolute;
	right: 0px;
	bottom: 18px;
	text-align: center;
	font-weight: bold;
	display: flex;
	font-size: 12px;
	z-index: 3;
	justify-content: center;
	align-items: center;
}

#productSubCatContainer .product-category{
	padding-bottom: 0;
	margin-bottom: 0px !important;
	max-width: 200px;
	min-width: 200px;
	width: 100%;
	margin-right: 0 !important;
}

#productSubCatContainer .product-category > a{
	display: block;
	position: relative;
	background-color: rgba(0,0,0,0.5);
}
#productSubCatContainer .product-category > a img,#productSubCatContainer .product-category > a{		
	transition: all 0.5s ease;
	margin-bottom: 0 !important
}

#productSubCatContainer .product-category > a:hover{		
	background-color: #FF6B12;	
}

#productSubCatContainer .product-category > a img{
	mix-blend-mode: multiply;
	filter: grayscale(1);
}

#productSubCatContainer .product-category > a > .woocommerce-loop-category__title{
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 16px !important;
	padding: 15px 31px 15px 15px;
	z-index: 21;
	max-width: 195px;
}



#proContainer .woocommerce-loop-product__title:after{
	content: " SPECIFICATIONS";		
	color: #FF6B12;
	font-size: 14px;
	font-weight:bold;		
	display:block;
	position:absolute;
	bottom:-30px;
	left: 20px;
	transition: color 0.2s ease;
}

#proContainer ul:before{
	display: none;
}

#proContainer ul {
	display: grid;
	grid-template-columns: repeat(3,minmax(200px,200px));
	gap: 50px;
}

#proContainer ul .product{
	width: 100%;
}

#proContainer ul .product span{
	background-color:rgba(0,0,0,0.05);
}

#proContainer ul .product span img{
	mix-blend-mode: multiply;
}

#proContainer .woocommerce-loop-product__title:before{
	font-family: 'Font Awesome\ 5 Free';
	content: "\f054";
	color: #FF6B12;
	font-size:12px;		
	font-weight:bold;	
	position:absolute;
	bottom: -30px;
	left: 0px;
	transition: color 0.2s ease;
}

#proContainer .product:hover .woocommerce-loop-product__title:after,#proContainer .product:hover .woocommerce-loop-product__title:before{
	color: #a6a6a6;
}

.zoomImg{
	display: none !important;
}

.woocommerce-product-gallery__wrapper > div{
	background-color:rgba(0,0,0,0.05);
}

.woocommerce-product-gallery__wrapper > div img{
	mix-blend-mode: multiply;
}

#quoteContainer a:before{
	font-family: 'Font Awesome\ 5 Free';
	content: "\f054";
	color: #FF6B12;
	font-size:12px;		
	font-weight:bold;
	position: relative;
	top: 0px;
	margin-right: 10px;
	transition: color 0.2s ease;
}

#quoteContainer a:hover:before{
	color: #a6a6a6;
}

.productIntro{
	margin-bottom: 20px;
	display: inline-block;
	font-size: 16px;
}

.iconPopup{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 107, 18, 0.9);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity:0;
	position: absolute;
	left: 155px;
	top: 50%;
	transform: translateY(0%);
	transition: all 0.4s ease;
}

.quoteCode{
	cursor: pointer;
}

.quoteCode{
	opacity: 0;
	transform:translatey(-100vh);
	transition: all 0.7s ease;
	color: #FF6B12;
}

.quoteCode a{
	color:#FF6B12;
}

.quoteIcon{
	margin-left: auto;
	display: flex;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border: 1px solid #a6a6a6;
	transition: all 0.4s;
}

.quoteIcon.pop{
	transform:scale(1.2);
}

.quoteCode.isVisible{
	opacity: 1;
	transform:translatey(0);
}

.iconFade{
	opacity: 1;	   
	transform: translateY(-50%);
}

.iconPopup > i{
	color: #020202;
}

#subjectField{
	display: none;
}

/*FOOTER SECTION*/
#footerSection.openFooter{
	background-image:url("https://turboprojects.co.za/wp-content/uploads/2022/09/Sliding-Door.jpg");
}

#contactFormHeading{
	padding-bottom: 70px;
}

#sideMenuContainerFooter a{
	transition: color 0.7s;
	color: #fff;
}

#sideMenuContainerFooter a:hover{
	color: #a6a6a6;
}

#backTopArrow{
	cursor: pointer;
}

#contactDetailsFooter .footerIcon{
	transition: all 0.5s;
	cursor: pointer;
}

#contactDetailsFooter .footerIcon:hover{
	transform: scale(1.2);
}

/*CUSTOM CHECK TEST*/
.form-with-custom-checkboxes-radios [type="checkbox"] {
	position: absolute;
	left: -9999px;
}
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
	position: relative;
	padding-left: 50px;
	line-height: 20px;
}

.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}

.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before {
	top: -4px;
	left: 0px;
	width: 25px;
	height: 25px;
	border: 1px solid #020202;
}

.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
	top: 1px;
	left: 5px;
	width: 15px;
	height: 15px;
	background: #020202;
	transition: all 0.2s;
}

.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
	opacity: 0;
	transform: scale(0.01);
}

.form-with-custom-checkboxes-radios [type="checkbox"]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
	transform: scale(1);
}
span .wpcf7-not-valid {
	border: 1px solid #020202 !important;
}
span.wpcf7-not-valid-tip {
	display: none;
}
span .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-not-valid{
	border: none !important;
}
.wpcf7-response-output{
	position:absolute;
	width: 100%;
	text-align: center;
	color: #020202;
	border-color: #020202;
	margin: 0 !important;
}

.slideOpen{
	transform:translatex(0px) !important;
}

#contactDetailsFooter h4{
	padding-bottom: 2px;
}

.et-db #et-boc .et-l .et_pb_code_1_tb_body.et_pb_module.quoteCode{
	margin: 0 !important;
}

.et-db #et-boc .et-l .et_pb_icon_0_tb_body.burger{
	margin: 0 !important;
}

/*RESPONSIVE*/
@media(max-width: 1740px){	
	#superNavTitleCol h2{
		font-size:48px;
	}



}

@media(max-width: 1680px){	
	#superNavRow{
		padding-left: 3vw !important;
	}

	#superNavProductCol{
		padding-right: 0;
	}

	#superNavContactRow{
		padding-right: 1vw !important;
	}
}

@media(max-width:1600px){
	.productContainer{
		width: 175px;
		height: 175px;
		padding-right: 26px;
	}

	.productContainer:after{
		width: 25px;
		height: 25px;
	}
	#superNavTitleCol h2{
		font-size:42px;
	}

	.productImageWraper > div{	
		width: 50%;
	}
	.productDetailsWrapper{
		height: 50%;
	}
	.cLeft,.cRight{
		flex: 1 1 100%;
		margin-right: 0px;
	}
	.cLeft .popiContainer{
		display: none;
	}
	.cRight .popiContainer{
		display: block;
	}
	.cLeft .wpcf7-tel{
		margin-bottom:15px;
	}
	.cRight input[type="submit"]{
		bottom: 136px;
	}
	#footerSection{
		overflow-y: scroll;
	}
	.mainHeading h2{
		font-size: 48px !important;
	}
}

@media(max-width: 1440px){
	#aboutSubImgCode{
		margin-top: -170px !important;
	}

	.aboutUsSubImg:nth-child(2){
		margin-right: 40px;
	}

	.et_pb_module.et_pb_code.quoteCode{
		margin-right: 20px !important;
	}
}

@media(max-width:1360px){		
	.productContainer{
		width: 155px;
		height: 155px;
		padding-right: 15px;
	}	
	.productDetailsWrapper{
		font-size: 12px;
	}		
	.productContainer:after{
		width: 20px;
		height: 20px;
		font-size: 10px;
	}
}

@media(max-width: 1250px){	
	/*SUPER NAV*/
	#superNavTitleCol, #superNavTitleColMobile{
		justify-content: flex-start;
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	#superNavTitleCol .et_pb_module:first-child, #superNavTitleColMobile .et_pb_module:first-child{
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
	#superNavProductCol,#superNavProductColMobile{
		width: 100% !important;		
	}	
	#superNavMobile .productMainContainer{
		justify-content: flex-start;
		max-width: 900px;
	}
	.hiddenProduct{
		display: none;
	}
	.productRow{
		justify-content: flex-start;
	}	
	/*ABOUT SECTION*/
	.aboutUsMainImage{
		height: 570px;		
		background-position: top;
	}
	/*PRODUCT PAGE*/
	#subCatRow,.rowTemplate{
		flex-wrap:wrap;
	}
	#subCatRow .colTemplate{
		width: 100% !important;
		padding-left: 0 !important;
	}

	#subCatRow .c2{
		padding-right: 0 !important;
	}	
	.mainHeading h2{
		font-size: 35px !important;
	}
}

@media(max-width: 1220px){
	/*NAV SECTION*/
	#navSearch,#navMenu{
		display:none;
	}

	#hiddenHeader > div:first-child .et_pb_column:last-child{
		margin-left: auto;
	}

	#hiddenHeader .et_pb_column:nth-child(1){
		margin-bottom: 0 !important;
	}

	#hiddenHeader .et_pb_column:nth-child(2){
		display: none;
	}

	.sideMenu{
		max-width: 100vw !important;
	}

	.sideMenu:nth-child(2) .et_pb_image{
		display: none;
	}

	/*ABOUT SECTION*/
	#aboutOverlayImageRow{
		margin-top: -100px !important;
	}

	/*SERVICE SECTION*/
	#serviceRow .et_pb_column{
		width: 45%;
	}
	#serviceRow .et_pb_column_empty{
		display: none;
	}
	#serviceRow {
		background-size: 55% auto;
		background-position: left -240px top 40% !important;
		background-image: none;
	}

	/*INDUSTRIES SECTION*/
	.indContainer{
		width: 75%;
	}
}

@media(max-width: 981px){
	/*SUPER NAV SECTION*/
	#superNavMobile{
		overflow-y: scroll;
		display:block;
	}
	.productContainer{
		float: left;
	}
	.imageOverlay{
		display: none;
	}
	/*BANNER SECTION*/
	#mainBanner .et_pb_slide_description h2{
		width: 100%;
		margin-bottom: 40px;
	}
	/*ABOUT SECTION*/
	#aboutRow{
		display: flex;
		flex-wrap: wrap;
		padding: 0 !important;
	}
	#aboutRow > div:first-child{
		order: 2;
		padding: 50px 6vw 0 6vw;
	}
	.relIconContainer{
		flex-wrap: wrap;
	}
	/*SERVICE SECTION*/
	#serviceRow > div{
		width: 100% !important;
	}
	.serviceRow{
		flex-wrap: wrap;
	}
	.serviceRow > div:first-child{
		margin-bottom: 60px;
	}	
	.serviceRow > div{
		flex: 1 1 175px !important;
	}	
	.contactItem:nth-of-type(2) a{
		line-height: 20px !important;
	}
	.contactItem{
		flex: 1 1 100% !important;
		margin-bottom: 10px;
	}
	.contactItem:nth-of-type(3){
		flex: 0 1 70px !important;
	}
	.contactRowOverlay{
		background-color:#fff;
		padding: 15px 0px 0px;

	}
	/* 	.quoteCode{
	right: -30px !important;
} */
}

@media(max-width: 780px){
	#productSubCatContainer .products{
		grid-template-columns: repeat(2, minmax(200px,320px));
	}
	#productSubCatContainer .product-category{
		max-width: unset;
		min-width: unset;
		width: 100% !important;
	}
}

@media(max-width: 600px){
	#proContainer .products{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#proContainer .product{
		width: 100% !important;
		margin-right: 0 !important;
	}
}

@media(max-width: 425px){
	h2{
		font-size: 42px !important;
	}

	#superNavMobile .productMainContainer{
		justify-content:space-between;
		padding-right:1.5vw;
	}

	.productContainer{		 
		width: 175px;
		height: 175px;
		padding-right: 25px;
		margin-bottom: 20px;
	}	
	#superNavMobile	.productDetailsWrapper{
		height: 30%;
	}
	#superNavMobile	.productDetailsWrapper p{
		line-height: 16px;
	}
	#superNavMobile .productContainer:nth-child(2n){
		float: right;
		margin-right: 3vw;
	}
	.relIconContainer{
		justify-content:center;
	}
	.relIconWrapper:first-child {
		margin-right: 0px;
	}
	.contactItemOverlay:nth-of-type(1){
		margin-right: 0 !important;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.contactItemOverlay:nth-of-type(2){
		margin-left: 30px;
		margin-bottom: 20px;
	}		
	.cRight input[type="submit"] {
		bottom: 135px;
	}
	#productSubCatContainer .products{		  
		grid-template-columns: repeat(2, minmax(170px,230px));
	}

}

@media(max-width: 390px){
	.contactRowOverlay{
		justify-content: center !important;
		align-items: center !important;
	}
	.contactItemOverlay:nth-of-type(1){
		width: 50%;
		flex-wrap: wrap;
	}
	.contactItemOverlay:nth-of-type(1) a:last-child{
		margin-top: 25px;
	}
	.contactItemOverlay:nth-of-type(2){
		width: 30%;
	}
	.contactItemOverlay:nth-child(1) a:first-child:after{
		display: none;
	}		
	#productSubCatContainer .products{		  
		grid-template-columns: repeat(1, minmax(170px,100%));
	}
	#productSubCatContainer .product-category{
		width: 80% !important;
		margin: 0 auto !important;
	}
}


@media(max-width: 375px){
	#superNavRow{
		padding-right: 6vw !important;
	}

	#superNavMobile .productMainContainer{
		padding-right: 0;	
	}

	.productContainer{		 
		width: 155px;
		height: 155px;				
		margin: 10px auto;
		margin-bottom: 25px;
		padding-right: 40px;
		float: none !important;
	}
	#superNavMobile .productDetailsWrapper{
		font-size: 13px;
		margin-top: 15px;				
		font-size: 13px;
		height: 45%;
	}

	.productContainer:after{
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	#mainBanner .et_pb_slide_description h2{
		margin-bottom: 20px;
	}	

	#superNavMobile .productContainer:nth-child(2n){
		margin-right: auto;
	}
	.productImageWraper{
		width: 100%;
	}
	#superNavRow{
		padding-left: 6vw !important;
	}
	#superNavTitleColMobile > div{
		margin-top: 0 !important;
	}
	#superNavTitleColMobile h2{
		font-size: 42px;
	}
	.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
		position: relative;
		padding-left: 35px;
		line-height: 20px;
		font-size: 12px;
	}
	form p {
		margin-left: 35px;
	}
}

@media(max-width: 320px){
	#superNavMobile .productContainer{
		width: 200px;
		height: 200px;
	}		
	#superNavMobile .productDetailsWrapper{
		font-size: 16px;
	}
}

@media(max-width:1600px) and (max-height: 750px){
	#footerSection{
		overflow-y: scroll;
	}
	#superNavRow{
		padding-top:0;
	}
	#superNav > div:first-child{
		transform:translate(0,0) !important;
		padding-bottom: 15px;
	}
	#superNav .productContainer{
		height: 170px;
	}
	#sideMenuContainer .et_pb_text{
		padding-bottom: 20px !important;
	}
	#sideMenuContainer .dropdownMenu{
		padding-bottom: 0 !important;
	}
	#sideMenuContainer .productMenuItem{
		padding-bottom: 5px !important;
	}
	.aboutUsMainImage{
		height: 570px;
	}
}



/*CONTACT OVERLAY v2*/
.contactRow{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: baseline;
}

.contactItem,.contactItemNav,.contactItemOverlay{
	display: flex;		
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;		
	color: #020202;
}

.contactItem:nth-of-type(1){
	flex: 1 1 100px;
	font-size: 22px;
	font-weight:bold;			
}

.contactItem:nth-of-type(2){
	flex: 1 1 250px;
	flex-wrap: wrap;
	font-weight: 400;
}

.contactRowNav{		
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
	align-items: baseline;
	opacity: 0;
}

.contactRowOverlay{		
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
	align-items: baseline;
	padding-right: 3vw;
}

.contactItemNav:nth-of-type(1),.contactItemOverlay:nth-of-type(1){
	margin-right: 100px;
}

.contactItem:nth-of-type(3),.contactItemNav:nth-of-type(2),.contactItemOverlay:nth-of-type(2){
	flex: 0 1 70px;
	justify-content:space-between;
	line-height: 0 !important;

}
.contactItem:nth-of-type(3){
	margin-left: 1px;
}

.contactItem img,.contactItemNav img,.contactItemOverlay img{
	width: 28px;
}

.contactItemNav img{		
	filter: brightness(5%);
}

.contactItemOverlay img{
	filter: brightness(100%);
}

.contactItem:nth-of-type(3) a:before,.contactItemOverlay:nth-of-type(2) a:before,.contactItemNav:nth-of-type(2) a:before,.outlineImg:before{
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	padding-left: 1px;
	width: 100%;
	height: 100%;
	border-top: 1px solid #6e6e6e;
	border-left: 1px solid #6e6e6e;
	visibility: hidden;	
	animation: topleft 0.5s ease-in-out forwards;	  
	animation-delay: 4s;
}

.contactItemNav:nth-of-type(2) a:before{	 
	border-top: 1px solid #020202;	
	border-left: 1px solid #020202;	 
	animation-delay: 0s;
}

.contactItem:nth-of-type(3) a:before,.contactItemOverlay:nth-of-type(2) a:after,.contactItemNav:nth-of-type(2) a:after, .outlineImg:after{
	content: "";
	position: absolute;
	bottom: -1px;
	padding-right: 1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
	visibility: hidden;
	animation: bottomright 0.5s ease-in-out forwards;	  
	animation-delay: 4s;
}

.contactItemNav:nth-of-type(2) a:after {	
	border-bottom: 1px solid #020202;
	border-right: 1px solid #020202;  
	animation-delay: 0s;
}

.contactItem a,.contactItemOverlay a,.contactItemNav a{		
	line-height: 0 !important;		
	position:relative;
	transition: all 0.5s;
}

.contactItem a{
	color: #020202;
}

.contactItemOverlay a{
	color: #a6a6a6;
}

.contactItemOverlay a:hover{
	color: #6e6e6e;
}

.contactItemNav a{
	color: #020202;
}

.contactItemNav a:hover{
	color: #6e6e6e;
}

.contactItem:nth-child(2) a:first-child:after,.contactItemNav:nth-child(1) a:first-child:after,.contactItemOverlay:nth-child(1) a:first-child:after{
	content: "|";
	margin-left: 3px;
	margin-right: 5px;
}

.contactItem:nth-child(2) a:first-child:after,.contactItemNav:nth-child(1) a:first-child:after{
	color: #020202;   
}

.contactItemOverlay:nth-child(1) a:first-child:after{	  
	color: #a6a6a6;
}

/*BORDER DRAW TEST*/
@keyframes bottomright {
	0% {
		width: 0;
		height: 0;
		padding-top: 0;
		visibility: visible;
	}
	25% {
		width: 100%;
		height: 0;
		padding-top: 0;
		visibility: visible;
	}
	50% {
		height: 100%;
		width: 100%;
		visibility: visible;
	}
	75% {
		visibility: visible;
	}
	100% {
		visibility: visible;
	}
}

@keyframes topleft {
	0% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}
	25% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}
	50% {
		width: 0;
		height: 0;
		padding-bottom: 0;
		visibility: hidden;
	}
	75% {
		width: 100%;
		height: 0;
		padding-bottom: 0;
		visibility: visible;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 1;
		visibility: visible;
	}
}