*{padding: 0; margin: 0; box-sizing: border-box;}
img{border: none; display: block;}
a{outline: none !important; text-decoration: none; transition: all 0.3s ease-in-out;}
a:hover{text-decoration: underline;}
ul{list-style: none !important;}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body{
	font-family: "Barlow", sans-serif !important;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #000 !important;
	background-color: #fff !important;
	overflow: hidden;
}

body::before{width: 100% !important; box-shadow: none !important; position: relative !important;}

.container{max-width: 1240px;}

/*.container-fluid{max-width: 1580px; padding: 0 20px;}
*/
.fancybox-container{z-index: 9999999999 !important;}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20% 0 0;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

/*#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}*/
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #35cb37;
	border-color: #35cb37;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

.aws-search-form{max-width: 600px; margin: 0 auto;}
.aws-search-result{max-width: 600px; margin: 0 auto; right: 0;}

/* Header */
header{position: relative;}
	header p:last-child{margin: 0 !important;}

	.header_top{padding: 15px 0 20px; background-color: #000000;}
		.header_top .logo_cont{}
			.header_top .logo_cont img{display: inline-block;}
		.header_top .header_contact{}
			.header_top .header_contact ul{text-align: right; font-family: "Barlow Condensed", sans-serif; font-size: 16px; line-height: 24px; font-weight: 500; padding: 0; margin: 0; color: #fff;}
				.header_top .header_contact ul > li{display: inline-block; padding: 0 15px; border-left: #fff 1px solid;}
					.header_top .header_contact ul > li:first-child{border: none;}
					.header_top .header_contact ul > li:last-child{padding-right: 0;}
					.header_top .header_contact ul li a{color: #fff; border: none;}
						.header_top .header_contact ul li a strong{display: none;}
					.header_top .header_contact ul li i{font-size: 15px; color: #35cb37; display: inline-block; margin: 0 8px 0 0;}
					.header_top .header_contact ul ul{display: inline-block;}
						.header_top .header_contact ul ul li{display: inline-block; padding: 0 0 0 20px; border: none;}
		nav{padding: 25px 0 0 !important;}
			nav .navigation{padding: 0 !important; margin: 0 !important; font-family: "Barlow Condensed", sans-serif; font-size: 17px; line-height: 24px; font-weight: 600; float: right !important; text-transform: uppercase;}
				nav .navigation li{float: left; position: relative; margin: 0 0 0 40px;}
					nav .navigation li:first-child{margin: 0;}
					nav .navigation li a{color: #fff; display: block;}
						nav .navigation li:hover > a{text-decoration: none; color: #35cb37 !important;}
						nav .navigation li.current-menu-item > a,
						nav .navigation li.current-menu-parent > a{text-decoration: none; color: #35cb37 !important;}
			nav .shop_menu{float: right; padding: 0; margin: 0 0 0 15px;}
				nav .shop_menu li{float: left; margin: 0 0 0 20px;}
					nav .shop_menu li a:hover{opacity: 0.7;}
							
	.banner{position: relative; padding: 110px 0 120px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;}
		.banner .content{}
		.banner h2{font-size: 60px; line-height: 72px; font-weight: 700; color: #fff; margin: 0 0 15px;}
		.banner p{font-size: 20px; line-height: 30px; color: #fff; font-weight: 500; margin: 0 0 40px;}
			.banner p a{display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 15px 45px;}
				.banner p a:hover{text-decoration: none; opacity: 0.7;}
		
 	.inner_banner{padding: 135px 0px; background: url(../images/inner_banner.jpg) 50% 50% no-repeat; background-size: cover; position: relative;}
		.inner_banner h1,
		.inner_banner h2{font-size: 60px; line-height: 70px; font-weight: 700; color: #fff; margin: 0 0 15px;}
		.inner_banner p{font-size: 16px; line-height: 30px; color: #fff;}
			.inner_banner p a{color: #fff;}
			.inner_banner p span{color: #19b419;}
							
		
/* Body */
main{}
	main p:last-child{margin: 0 !important;}

	.home_products{padding: 100px 0 30px;}
		.home_products h2{font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 50px;}
			.home_products h2 strong{font-weight: 700;}
	
	.home_main{padding: 50px 0; background-color: #07080b;}
		.home_main img{margin: 0 auto;}
		.home_main .img_block{position: relative; overflow: hidden;}
			.home_main .img_block .play{width: 110px; height: 110px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto;}
		.home_main .content{}
		.home_main h2{font-size: 46px; line-height: 54px; font-weight: 700; color: #fff; margin: 0 0 40px;}
		.home_main p{font-size: 17px; line-height: 30px; color: #fff; margin: 0 0 35px;}
			.home_main p a{display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 10px 35px;}
				.home_main p a:hover{text-decoration: none; opacity: 0.7;}
			
	.services{padding: 100px 0 0;}
		.services.home{background-color: #f2f2f2; padding: 100px 0;}
		.services.hire{padding: 100px 0 60px;}
		.services h2{font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 50px;}
			.services h2 strong{font-weight: 700;}
		.services .service_block{margin: 0 0 40px;}
			.services .service_block img{width: 100%;
    margin: 0 0 15px;
    height: 249px;
    object-fit: cover;
    /* background-color: green; */
    padding: 10px;
    border: 4px solid #32cd32;
    border-radius: 12px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
			.services .service_block h3{font-size: 20px; line-height: 24px; font-weight: 600; margin: 0; color: #000;}
				.services .service_block.hire h3{margin: 0 0 20px;}
				.services .service_block h3 a{color: #000;}
			.services .service_block a:hover{text-decoration: none; opacity: 0.7;}
			.services .service_block p{font-size: 18px; line-height: 24px; font-weight: 600;}
				.services .service_block p a{color: #19b419;}
		.services .button{display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 10px 35px;}
			.services .button:hover{text-decoration: none; opacity: 0.7;}
	
	.why_choose_us{padding: 70px 0; position: relative;}
		.why_choose_us.inner{margin: 80px 0;}
		/*.why_choose_us:before{width: 45%; height: 100%; position: absolute; left: 0; top: 0; content: ""; background: url(../images/why_choose_img.jpg) 50% 50% no-repeat; background-size: cover;}*/

.why_choose_us:before{width: 45%; height: 100%; position: absolute; left: 0; top: 0; content: ""; background: url(http://nitrotek.com.au/wp-content/uploads/2025/05/574C152A-A738-403E-B984-24A6CDA7B26E.jpg) 50% 50% no-repeat; background-size: cover;}

		.why_choose_us h2{font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 40px;}
			.why_choose_us h2 strong{font-weight: 700;}
		.why_choose_us p{font-size: 17px; line-height: 30px; color: #393939; margin: 0 0 35px;}
			.why_choose_us p a{display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 10px 35px;}
				.why_choose_us p a:hover{text-decoration: none; opacity: 0.7;}

a.green-but {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #0e0e0e;
    border: none !important;
    background-color: #32cd32;
    padding: 10px 35px;
}

	.home_insta{padding: 80px 0 60px;}
		.home_insta h2{font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 50px;}
			.home_insta h2 strong{font-weight: 700;}
		.home_insta img{width: 100%; margin: 0 0 20px;}

	.about_main{padding: 100px 0;}
		.about_main h2{font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 30px;}
			.about_main h2 strong{font-weight: 700;}
		.about_main p{font-size: 16px; line-height: 28px; color: #393939; margin: 0 0 25px;}

	.about_bottom{padding: 0 0 100px;}
		.about_bottom img{margin: 0 0 65px;}
		.about_bottom h2{font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 30px;}
			.about_bottom h2 strong{font-weight: 700;}
		.about_bottom p{font-size: 16px; line-height: 28px; color: #393939; margin: 0 0 25px;}

	.contact_main{padding: 100px 0;}
		.contact_main .contact_form{}
			.contact_main .contact_form h2{font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 30px;}
				.contact_main .contact_form h2 strong{font-weight: 700;}
			.contact_main .contact_form form p{padding: 0;}
			.contact_main .form_cont{}
				.contact_main .form_cont input{width: 100%; height: 50px; border: #b6b6b6 1px solid; font-family: "Barlow", sans-serif !important; font-size: 14px; line-height: 30px; font-weight: 400; color: #434343; padding: 10px 20px; background-color: #fff; margin: 0 0 25px;}
				.contact_main .form_cont select{width: 100%; height: 50px; border: #b6b6b6 1px solid; font-family: "Barlow", sans-serif !important; font-size: 14px; line-height: 30px; font-weight: 400; color: #434343; padding: 10px 20px; background-color: #fff; margin: 0 0 25px;}
				.contact_main .form_cont textarea{width: 100%; height: 160px; border: #b6b6b6 1px solid; font-family: "Barlow", sans-serif !important; font-size: 14px; line-height: 30px; font-weight: 400; color: #434343; padding: 10px 20px; background-color: #fff; margin: 0 0 25px; resize: none;}
					.contact_main .contact_form .form_cont ::-moz-placeholder{color: #434343;}
					.contact_main .contact_form .form_cont :-ms-input-placeholder{color: #434343;}
					.contact_main .contact_form .form_cont :-moz-placeholder{color: #434343;}
				.contact_main input[type="submit"]{display: inline-block; font-size: 18px; line-height: 30px; ont-family: "Barlow", sans-serif !important; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 10px 35px; text-transform: none;}
					.contact_main input[type="submit"]:hover{text-decoration: none; opacity: 0.7;}
		.contact_main .contact_info{padding: 0 0 0 10%;}
			.contact_main .contact_info p{font-size: 20px; line-height: 24px; color: #1a1a1a; font-weight: 500; margin: 0 0 65px; padding: 10px 0 0;}
				.contact_main .contact_info p strong{font-size: 18px; line-height: 24px; color: #19b419; font-weight: 700;}
				.contact_main .contact_info p a{color: #19b419;}
				.contact_main .contact_info p img{float: left; margin: -5px 20px 0 0;}
	
	.google_map_main{padding: 0 0 100px;}
		.google_map{position: relative; padding-bottom: 40%; height: 0; overflow: hidden;}
	  		.google_map iframe{position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important;}

  	.inner_main{padding: 100px 0;}
  		.inner_main .main_image{margin: 0 0 30px;}
  			.inner_main .main_image img{width: 100%;}
  		.inner_main h2{font-size: 46px; line-height: 54px; font-weight: 700; color: #1a1a1a; margin: 0 0 15px;}
		.inner_main p{font-size: 16px; line-height: 28px; color: #393939; margin: 0 0 25px;}
			.inner_main p a{display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 10px 35px;}
				.inner_main p a:hover{text-decoration: none; opacity: 0.7;}
			.woocommerce-account .inner_main p a{color: #32cd32; padding: 0; display: inline; background-color: transparent;}
				.woocommerce-account .inner_main p a:hover{text-decoration: underline;}
		.inner_main .content ul{font-size: 16px; line-height: 26px; color: #393939; margin: 0 0 20px;}
			.inner_main .content ul li{padding: 0 0 10px 30px; background: url(../images/bullet.png) 0 8px no-repeat;}
		.inner_main .serv_nav{padding: 0; margin: 0; font-size: 20px; line-height: 30px;}
			.inner_main .serv_nav li{margin: 0 0 20px;}
				.inner_main .serv_nav li a{display: block; padding: 15px 40px 15px 15px; background-color: #f3f3f3; color: #000; position: relative;}
					.inner_main .serv_nav li a:after{font-family: 'FontAwesome'; content:"\f105"; position: absolute; right: 15px; top: 25%; font-size: 15px;}
					.inner_main .serv_nav li a:hover,
					.inner_main .serv_nav li.current-menu-item a{background-color: #19b419; font-weight: 600; text-decoration: none;}

		.inner_main h1{display: none;}
		.inner_main .entry-summary{padding: 45px 0 0;}
			.inner_main .entry-summary h1{display: block; font-size: 46px; line-height: 54px; font-weight: 700; color: #1a1a1a; margin: 0 0 25px;}
		.woocommerce div.product div.images img{border: #b2b2b2 1px solid;}
		.inner_main .price{font-size: 24px !important; line-height: 30px !important; font-weight: 600 !important; color: #19b419 !important; margin: 0 0 30px;}
		.inner_main .entry-summary p{font-size: 17px; line-height: 30px; color: #393939; margin: 0 0 30px;}
		.inner_main .entry-summary ul{font-size: 17px; line-height: 30px; color: #393939; padding: 0; margin: 0 0 30px; font-weight: 600;}
			.inner_main .entry-summary ul li{margin: 0 0 5px; padding: 0 0 0 25px; background: url(../images/bullet.png) 0 8px no-repeat;}
		.woocommerce .quantity .qty{display: none;}
		.woocommerce div.product form.cart .button{display: inline-block; font-size: 18px; line-height: 30px; ont-family: "Barlow", sans-serif !important; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 10px 35px; text-transform: none; border-radius: 0;}
			.woocommerce div.product form.cart .button:hover{text-decoration: none; opacity: 0.7;}
		/*.woocommerce .product_meta{display: none;}*/

		.wc-tabs{padding: 0 !important; margin: 0 0 45px !important; font-size: 24px; line-height: 34px; font-weight: 700; border: none !important;}
			.wc-tabs:before{display: none !important;}
			.wc-tabs li{border: none !important; padding: 0 !important; margin: 0 !important;}
				.wc-tabs li a{border: none !important; margin: 0; padding: 0 0 15px !important; color: #1a1a1a; position: relative;}
					.wc-tabs li a:before,
					.wc-tabs li a:after{display: none !important;}
					.wc-tabs li.active a{color: #19b419 !important;}
						.wc-tabs li.active a:after{display: block !important; background-color: #19b419 !important; position: absolute !important; left: 0 !important; bottom: 0 !important; width: 100px !important; height: 5px !important; content: "";}

		.woocommerce-Tabs-panel h2{display: none;}
		.woocommerce-Tabs-panel h4{font-size: 18px; line-height: 24px; font-weight: 700; color: #000; margin: 0 0 25px;}
		.woocommerce-Tabs-panel p{font-size: 17px; line-height: 30px; color: #393939; margin: 0 0 40px;}
		.woocommerce-Tabs-panel ul{font-size: 17px; line-height: 30px; color: #393939; padding: 0; margin: 0 0 60px; font-weight: 600;}
			.woocommerce-Tabs-panel ul li{margin: 0 0 5px; padding: 0 0 0 25px; background: url(../images/bullet.png) 0 8px no-repeat;}
		.woocommerce-Tabs-panel table{border: none; background-color: #f2f2f2; padding: 45px; font-size: 18px; line-height: 24px; color: #393939;}
			.woocommerce-Tabs-panel table th{border: none; padding: 10px; font-weight: 700; width: 200px;}
			.woocommerce-Tabs-panel table td{border: none; padding: 10px; font-weight: 600;}
				.woocommerce-Tabs-panel table td:nth-child(2){width: 100px;}

		.woocommerce-result-count{font-size: 16px; line-height: 24px; color: #000;}
		.woocommerce-ordering select{font-size: 16px; line-height: 24px; color: #000; padding: 0; border: none; background-color: #fff;}

		.woocommerce ul.products li{border: #b2b2b2 1px solid; position: relative; text-align: left;}
			.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size: 18px; line-height: 24px; font-weight: 500; color: #1a1a1a; padding: 0 20px 25px !important;}
			.woocommerce ul.products li.product .price{font-size: 18px !important; line-height: 30px !important; font-weight: 600 !important; color: #fff !important; background-color: #000; padding: 8.7px 20px !important; margin: 0 !important;}
			.woocommerce ul.products li.product .button{position: absolute; right: 0; bottom: 0; font-size: 0; line-height: 0; text-indent: -2000px; width: 48px; height: 48px; background: url(../images/cart_button.png) 0 0 no-repeat; border-radius: 0;}

		.related.products{padding-top: 50px;}
		.related.products > h2{text-align: center; font-size: 46px; line-height: 54px; font-weight: 500; color: #1a1a1a; margin: 0 0 30px;}
			.about_bottom h2 strong{font-weight: 700;}

		.woocommerce-MyAccount-navigation{margin: 0 0 30px; padding: 0 !important;}
			.woocommerce-MyAccount-navigation ul{padding: 0; margin: 0; font-size: 20px; line-height: 30px;}
				.woocommerce-MyAccount-navigation ul li{margin: 0 0 20px;}
					.woocommerce-MyAccount-navigation ul li a{display: block; padding: 15px 40px 15px 15px; background-color: #f3f3f3; color: #000; position: relative;}
						.woocommerce-MyAccount-navigation ul li a:hover,
						.woocommerce-MyAccount-navigation ul li.is-active a{background-color: #19b419; font-weight: 600; text-decoration: none;}
		.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
		.woocommerce .woocommerce-form-register .woocommerce-form-register__submit{display: inline-block; font-size: 18px; line-height: 30px; ont-family: "Barlow", sans-serif !important; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32; padding: 10px 35px; text-transform: none; border-radius: 0;}
					.contact_main input[type="submit"]:hover{text-decoration: none; opacity: 0.7;}



/* Footer */
footer{background-color: #19b419;}
	footer p:last-child{margin: 0;}

	.footer_top{padding: 50px 0 65px;}
		.footer_top h3{font-family: "Barlow Condensed", sans-serif; font-size: 24px; line-height: 30px; color: #000; margin: 30px 0 25px; font-weight: 600; text-transform: uppercase;}
		.footer_top .footer_about{padding: 0 15% 30px 0;}
			.footer_top .footer_about p{font-size: 16px; line-height: 28px; color: #000; margin: 0 0 5px;}
		.footer_top .footer_contact{}
			.footer_top .footer_contact p{font-size: 16px; line-height: 24px; color: #000; margin: 0 0 20px;}
				.footer_top .footer_contact p i{display: inline-block; margin: 0 10px 0 0;}
				.footer_top .footer_contact p a{color: #000; border: none;}
			.footer_top .footer_contact ul{padding: 30px 0 0; margin: 0; font-size: 18px; line-height: 24px;}
				.footer_top .footer_contact ul li{float: left; margin: 0 35px 0 0;}
					.footer_top .footer_contact ul li a{color: #000; border: none; width:}
						.footer_top .footer_contact ul li a strong{display: none;}
						.footer_top .footer_contact ul li a:hover{text-decoration: none; opacity: 0.7;}
		.footer_top .footer_menu{padding: 0 0 0 25%;}
			.footer_top .footer_menu.quick{}
			.footer_top .footer_menu ul{font-size: 16px; line-height: 20px; padding: 0; margin: 0;}
				.footer_top .footer_menu li{margin: 0 0 10px;}
					.footer_top .footer_menu li a{color: #000;}
		.footer_top .footer_form{padding: 0 10%;}
			.footer_top .footer_form p{margin: 0;}
			.footer_top .footer_form .form_cont input{width: 100%; height: 40px; border: none; border: #000 1px solid; font-family: "Barlow", sans-serif !important; font-size: 14px; line-height: 20px; font-weight: 400; color: #000; padding: 10px 20px; background-color: transparent; margin: 0 0 20px;}
			.footer_top .footer_form .form_cont textarea{width: 100%; height: 95px; border: none; border: #000 1px solid; font-family: "Barlow", sans-serif !important; font-size: 14px; line-height: 20px; font-weight: 400; color: #000; padding: 10px 20px; background-color: transparent; margin: 0 0 20px; resize: none;}
				.footer_top .footer_form .form_cont ::-moz-placeholder{color: #000;}
				.footer_top .footer_form .form_cont :-ms-input-placeholder{color: #000;}
				.footer_top .footer_form .form_cont :-moz-placeholder{color: #000;}
			.footer_top .footer_form input[type="submit"]{display: inline-block;  font-family: "Barlow", sans-serif !important; font-size: 18px; line-height: 30px; font-weight: 600; color: #fff; border: none !important; background-color: #000; padding: 10px 25px; text-transform: none;}
				.footer_top .footer_form input[type="submit"]:hover{text-decoration: none; opacity: 0.7;}

	.footer_bottom{}
		.footer_bottom .footer_bottom_inner{padding: 30px 0; border-top: #000 1px solid;}
		.footer_bottom p{font-size: 16px; line-height: 24px; color: #0e0e0e; margin: 0; font-weight: 400;}
			.footer_bottom p a{color: #0e0e0e;}
				




.inner_main a.no-btn{ padding: 0; display: inline; background-color: transparent;font-size: 17px;  line-height: 30px; text-transform: normal; text-decoration: underline;  color: #393939;}
.inner_main a.no-btn{text-decoration: underline !important;}

.single-product .woocommerce-Tabs-panel a{ padding: 0; display: inline; background-color: transparent;font-size: 17px;  line-height: 30px; text-transform: normal; text-decoration: underline;  color: #393939;}
.single-product .woocommerce-Tabs-panel a{text-decoration: underline !important;}
.single-product .woocommerce-Tabs-panel a.btn{display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32;text-decoration: none !important; padding: 10px 35px;}
.single-product .woocommerce-Tabs-panel a.btn:hover{text-decoration: none; opacity: 0.7;text-decoration: none !important;}
.single-product	.woocommerce-product-details__short-description{margin-bottom: 35px;}		
.single-product .summary .price{margin: 0;}
.single-product .woocommerce-Tabs-panel p, .single-product .woocommerce-Tabs-panel ul{margin-bottom: 18px;}
.single-product .product_meta {  display: block;}
.single-product .product_meta .posted_in{display: block;}
.single-product .woocommerce-Tabs-panel iframe{width: 100% !important; height: 550px !important;}

.single-product .woocommerce-Tabs-panel table{padding: 0 0 15px 0; width: auto;}
.single-product .woocommerce-Tabs-panel table tr td{width: auto !important; vertical-align: top; text-align: left;font-size: 17px;  line-height: 30px;  color: #393939; font-weight: 400; padding: 5px 10px;}
.single-product .woocommerce-Tabs-panel table tr td:first-child{padding-left: 0;}
.single-product .woocommerce-Tabs-panel ol li{color: #393939; font-weight: 500; font-size: 18px;}
.single-product .woocommerce-Tabs-panel ol{padding-left: 22px;}


.inner_main .brandRow iframe{width: 100%; height: 350px;}
.inner_main .brandRow{padding-bottom: 70px;}
.inner_main .brandRow a{ padding: 0; display: inline; background-color: transparent;font-size: 17px;  line-height: 30px; text-transform: normal; text-decoration: underline;  color: #393939;}
.inner_main .brandRow a{text-decoration: underline !important;}
.inner_main .brandRow a.btn{display: inline-block; font-size: 18px; line-height: 30px; font-weight: 600; color: #0e0e0e; border: none !important; background-color: #32cd32;text-decoration: none !important; padding: 10px 35px;}
.inner_main .brandRow a.btn:hover{text-decoration: none; opacity: 0.7;text-decoration: none !important;}

.brand-responsive-table {  width: 100%;  border-collapse: collapse;  margin-bottom: 30px; }
.brand-responsive-table th,.brand-responsive-table td {  border: 1px solid #ccc;  padding: 8px 12px;  text-align: left;  font-size: 14px;}
.brand-responsive-table th {  background-color: #f2f2f2;}

@media (max-width: 768px) {

  .brand-responsive-table thead {    display: none;  }
  .brand-responsive-table,   .brand-responsive-table tbody,   .brand-responsive-table tr,   .brand-responsive-table td {    display: block;    width: 100%;  }
  .brand-responsive-table tr {    margin-bottom: 15px;    border: 1px solid #ddd;    padding: 10px;    background-color: #fff;  }
  .brand-responsive-table td {    text-align: right;    position: relative;    padding-left: 50%;  }
  .brand-responsive-table td::before {    content: attr(data-label);    position: absolute;    left: 10px;    width: 45%;    padding-left: 10px;    font-weight: bold;    text-align: left;    white-space: nowrap;  }
  
  
}



/* Media Query */
@media screen and (max-width: 1800px) {
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 991px) {
.single-product .woocommerce-Tabs-panel iframe{ height: 450px !important;}
}

@media screen and (max-width: 800px) {
.single-product .woocommerce-Tabs-panel iframe{ height: 380px !important;}
.inner_main .brandRow iframe{ height: 300px;}
}

@media screen and (max-width: 767px) {
#responsive-menu-container{z-index: 99999999 !important;}
.responsive-menu-button{z-index: 9999999 !important;}
	
	.slick-prev, .slick-next{ display:none !important;}

.header_top{}
nav{padding: 20px 0 0 !important;}
.header_top .header_contact{padding: 30px 0 0;}
.header_top .header_contact ul{text-align: center;}
.header_top .header_contact ul > li{display: block; padding: 10px 0; border-left: none; border-top: #fff 1px solid;}

nav .shop_menu{text-align: center; float: none;}
nav .shop_menu li{display: inline-block; margin: 0 10px; float: none;}

.banner{background-position: 0 50%; background-size: cover; padding: 110px 0 70px;}
.banner .banner_inner{padding: 0;}
.banner .content{position: static;}
.banner h2{font-size: 215%; line-height: 1; letter-spacing: 0; margin: 0 0 20px;}
.banner h2 strong{font-size: 90%; line-height: 1; letter-spacing: 0;}
.banner h2::after{left: 89px; top: -3px; width: 183px; height: 90px; background-size: 100%;}
.banner p{font-size: 14px; line-height: 20px;}
.banner p a{margin: 0 0 15px; min-width: 200px; text-align: center;}

.home_main{padding: 100px 0;}
.home_main .content{padding: 50px 0 0 !important;}

.why_choose_us{padding: 350px 0 70px;}
.why_choose_us:before{width: 100%; height: 300px;}

.footer_top .footer_menu,
.footer_top .footer_contact{padding: 0 0 40px;}

.footer_bottom{text-align: center;}
.footer_bottom .footer_social ul{margin: 0 0 20px;}
.footer_bottom .footer_social ul li{float: none; display: inline-block; margin: 0 10px;}
.footer_bottom p{padding: 0; line-height: 20px; text-align: center;}

.inner_banner{padding: 100px 0;}
.inner_banner h1, 
.inner_banner h2{font-size: 35px; line-height: 1; margin: 0 !important;}

.woocommerce-Tabs-panel table{padding: 20px;}
.woocommerce-Tabs-panel table th{width: 40%;}
.woocommerce-Tabs-panel table td:nth-child(2){width: 40px;}

.inner_main .serv_nav{padding: 50px 0 0;}

.about_main .img_block img{margin: 0 0 40px;}

.contact_main .contact_details li{width: 100%; padding: 0 0 30px;}

.contact_main .contact_info{padding: 30px 0 0;}

.google_map{padding-bottom: 100%;}
.single-product .woocommerce-Tabs-panel iframe{ height: 340px !important;}
.inner_main .brandRow iframe{ height: 250px;}
	
}


@media screen and (max-width: 580px) {
.single-product .woocommerce-Tabs-panel iframe{ height: 300px !important;}	
}
@media screen and (max-width: 480px) {
.single-product .woocommerce-Tabs-panel iframe{ height: 260px !important;}	
}
@media screen and (max-width: 420px) {
.single-product .woocommerce-Tabs-panel iframe{ height: 240px !important;}	
}
