/* Super Reponsive Style */

 @media only screen and (max-width: 976px) { 
 	.breadcrumbs .inner {
 		width: 100%;
 	}
 }


 @media only screen and (max-width: 768px) {
 	ul.topnav ul { width: 100%; }
 	ul.topnav ul li { clear: both; }
 	ul.topnav li a { width: 100%; }
 	ul.topnav li { clear: both; }
	.sub_c td { display: block; }
 }

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

	nav {display: none;}

.sub_c td { display: block; }

.sub_c td:nth-child(2) { text-align: center; }

 	.test_cont .col-1 { 
 		width: 100%; 
 		/* background-position: inherit !important; */

 	}
 	.test_text { width: 94% !important; }

 	.top-logo { padding-top: 15px; }

 	.phone {
 		width: 100% !important;
 		margin: 0 auto !important;;
 	}
 	.phone-box{
 		display: block !important;;
	    margin: 0 auto !important;;
	    width: 245px !important;;
	    float: none !important;;
	    margin-bottom: 12px !important;;
 	}
 	.hero { display: none; }

 	.sticky form .icon, .sticky form .submit_1 {
    	top: 12px;
	}

	.product-options dl { width: 50%; float: left; }
	.product-options dl:last-child { width: 50%; float: right; }
	.product-options dl select { width: 98% !important; }
	.top-links #australian-made { display: none; }


	#aitgroupedoptions-options-wrapper td {
	    padding: 0px 10px;
	    width: 90% !important;
	    display: block;
	    margin: 5px auto;
	}


	.product_contactform {
		float: none;
		width: 100%;
		margin: 0;

	}

 }

@media only screen and (max-width: 567px) {
	#menu .toggle, form .icon, form .submit_1 { margin-top: 6px; }
	form #search1 { margin-top: 7px; }
	.sticky { height: 50px; }
	.sticky form .icon, .sticky form .submit_1 { top: 2px; }
}


 @media only screen and (max-width: 479px) { 
 	.test_cont .col-1 { min-height: 220px; background-position: inherit !important; } 

 	.add-to-cart .pull-left { margin-bottom: 12px; }
 	.top-cart-contain { padding: 0px 15px 0px 0px; }
	
	.retail-kiosks td { display: block; }
	.retail-kiosks td.col-img { text-align: center; }
	.retail-kiosks td.col-button { text-align: center; }
	
 }

 @media only screen and (max-width: 977px) and (min-width: 768px){
	
	header { height: 90px !important; }
	#nav .level0-wrapper, #nav.classic ul.level0, #nav li.drop-menu ul {
		z-index: 1;
	}
	.category.offer-banner-section.offers .offer-inner .col.over-effect {
		height: 200px;
	}
}

@media only screen and (max-width: 1079px) {
	.profile-pressreleases-read .image_test { width: 100%; float: none; margin: 0 auto; }
	.profile-pressreleases-read .text_test { width: 95%; float: none; padding-top: 14px; margin: 0 auto; margin-top: 14px; clear: both; }
}

@media only screen and (max-width: 1169px) and (min-width: 978px){

	header { height: 90px !important; }
	header.sticky { height: 120px !important; }
	#nav .level0-wrapper, #nav.classic ul.level0, #nav li.drop-menu ul {
		z-index: 1;
	}
	.col2-left-layout .col-main { width: 78%; }
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
	.category.offer-banner-section.offers .offer-inner .col.over-effect {
		width: 370px;
		margin:0 auto;
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 567px) and (min-width: 480px) {
	.category.offer-banner-section.offers .offer-inner .col.over-effect {
		width: 370px;
		height: 245px;
		margin:0 auto;
		margin-bottom: 15px !important;
	}
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
		.category.offer-banner-section.offers .offer-inner .col.over-effect {
		width: 280px;
		height: 240px;
		margin:0 auto;
		margin-bottom: 15px !important;
	}
}

