/*
Theme Name: responsive
*/
@media only screen and (max-width: 1600px) {

}


/* Note: Design for a width of 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1215px) {
	
}
/* =Responsiveness: Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}



/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.logo {
		float: none;
		padding-top: 25px;
		text-align: center;
	}	
	.logo {
		float: none;
		width: 100%;
	}
	
	.fittingdownloads input[type="submit"] {
		margin-top: 5px;
		width: 100%;
	}
	.fittingdownloads select {
		margin-right: 0px;
		width: 100%;
	}
	table {
		text-align: left;
		font-size: 13px;
	}
	.advert {
		float: none;
		width: 100%;
		padding-bottom: 20px;
		padding-top: 25px;
	}
	.towbarfinder .content-area {
		margin: 0 auto;
		display: block;
		float: none;
		width: 100% !important;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100% !important;
	}
	body {
		text-align: center;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100% !important;
	}
	.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
		text-align: center;
	}
	.addonholder h3 {
		font-size: 16px;
		text-align: center;
	}
	.tabs.wc-tabs {
		text-align: left;
	}
	h2 {
		font-size: 30px;
	}
}

/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}