/*
Theme Name: Sydney Mustang Parts
Author: Netwizard Design & Hosting
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/reset.css');
@import url('css/slicknav.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Lato', sans-serif;
	color: #333;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-size:32px;
	margin:0 0 30px 0;
	line-height:50px;
	font-weight:700;
}
h2 {
	font-size:26px;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:32px;
}
h3 {
	font-size:20px;
	font-weight:700;
	margin:0 0 15px 0;
	line-height:26px;
}
p {
	font-size:16px;
	margin:0 0 15px 0;
	line-height:24px;
}
ul, ol {
	margin:0 0 20px 25px;
}
a {
	text-decoration:none;
	color:#0587b8;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
	margin:0 auto;
	position:relative;
}
#topbar {
	background:#222;
	padding:10px 0;
	color:#fff;
	font-size:14px;
	font-weight:300;
}
#topbar a {
	color:#fff;
}
.address {
	float:left;
}
.email {
	float:left;
	margin:0 0 0 30px;
}
.phone {
	float:right;
	margin:0 10px;
}
.mobile {
	float:right;
	margin:0 10px;
}
.facebook {
	float:right;
	color:#fff;
	margin:0 0 0 20px;
}
#header {
	width:100%;
	position:relative;
}
#header .container {
	position:relative;
}
.logo {
	float:left;
	margin:20px 0;
}
.menu {
	list-style-type:none;
	margin:100px 0 0 0;
	float:right;
}
.menu li {
	display:inline;
	margin:0 0 0 20px;
}
.menu li a {
	color:#454545;
	text-decoration:none;
	font-size:18px;
	transition:all .5s;
	font-weight:300;
}
.menu li.current-menu-item a {
	font-weight:700;
}
.slicknav_menu {
	display:none;
}
#minicart {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 300px;
    color: #444;
    font-size: 16px;
    background: #fff;
    width: 200px;
    padding: 0 0 0 30px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
	background:#eee;
}
#minicart i {
    float: left;
    font-size: 30px;
    position: relative;
    color: #fff;
    background: #3c5a99;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    left: -30px;
}
#minicart a {
	color:#333;
}
.dgwt-wcas-search-wrapp {
   width: 260px !important;
   position:absolute !important;
   top:38px !important;
   right:0 !important;
}

.dgwt-wcas-search-wrapp {
    position: relative;
    display: block;
    color: #444;
    min-width: 230px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#searchform {
    position: absolute;
    top: 30px;
    right: -50px;
}
#searchform input[type="text"] {
    position: relative;
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    z-index: 400;
    width: 220px;
    color: #444;
    background: #eee;
    border: none;
    padding: 15px 10px;
    font-size: 16px;
}
#searchform input[type="submit"] {
    background: #3c5a99 url(images/search.png) no-repeat center center;
    text-indent: -9999px;
    position: relative;
    left: -50px;
    z-index: 500;
    border: none;
    width: 50px;
    height: 50px;
    top: -1px;
}
#slider {
	width:100%;
	position:relative;
	height:550px;
	overflow:hidden;
	background:#b51136 url(images/slider.jpg) no-repeat center center fixed;
	background-size:cover;
}
.cycle-slideshow {
	width:100%;
	position:relative;
	z-index:0;
}
.cycle-slideshow img {
	width:100%;
}
#banner {
	background:#1e346c;
	color:#fff;
	padding:20px 0;
	font-size:24px;
	font-weight:700;
	text-align:center;
}
.square {
	width:15px;
	height:15px;
	margin:0 30px;
	background:#c42044;
	display:inline-block;
}
#banner a {
	color:#fff;
}
#welcome {
	padding:50px 0;
	text-align:center;
}
#featured {
	padding:50px 0;
	background:#eee;
}
#featured h3 {
	font-size:32px;
	color:#333;
	text-align:center;
	margin:0 0 50px 0;
}
#specials {
	padding:50px 0;
	background:#c42044;
}
#specials h3 {
	font-size:32px;
	color:#fff;
	text-align:center;
	margin:0 0 50px 0;
}
.wp-post-image {
	float:right;
	margin:0 0 50px 50px;
}
#inner {
	width:100%;
	height:100px;
	padding:75px 0 0 0;
	position:relative;
	z-index:0;
	background:url(images/inner.jpg) no-repeat center center;
	background-size:cover;
}
#inner .container {
	position:relative;
}
#inner h1 {
	display:inline-block;
	padding:0;
	width:100%;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	text-align:center;
}
#inner-short {
	width:100%;
	height:100px;
	padding:0;
	position:relative;
	z-index:0;
	background:url(images/inner.jpg) no-repeat center center;
	background-size:cover;
}
#content {
	padding:50px 0;
	position:relative;
}
.wp-post-image, .alignright {
	float:right;
	max-width:100%;
	height:auto;
	margin:0 0 50px 50px;
}
.alignleft {
	float:left;
	max-width:100%;
	height:auto;
	margin:0 50px 50px 0;
}
.result {
	width:23%;
	margin: 0 2% 25px 0 !important;
   	float:left;
	background:#fff;
	text-align:center !important;
	min-height:350px;
}
.result img {
	width:100%;
	position:relative;
	display:block;
	height:auto;
}
.result h2 {
	width:100%;
	display:block;
	font-size:16px;
	line-height:24px;
	margin:0 0 10px 0;	
}
#inner p, #inner p a {
	color:#fff;
}
.result a {
	color:#333;
}
/*
	Woocommerce
*/
.optional {
    display:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2% 25px 0 !important;
    padding: 20px 2% !important;
    width: 19% !important;
	background:#fff;
	text-align:center !important;
	box-shadow:0 0 1px rgba(0,0,0,0.75);
}
.woocommerce ul.products li.product .button {
   margin:0 !important;
   width:100% !important;
   padding:0 !important;
   text-align:center !important;
   height:40px !important;
   line-height:40px !important;
	color:#fff !important;
}
.woocommerce ul.products li.product .woocommerce-Price-amount {
	font-weight:700;
	font-size:16px;
}
#featured .woocommerce ul.products li.product .button  {
	background:#c42044 !important;
	color:#fff !important;
	font-weight:400;
}
#specials .woocommerce ul.products li.product .button  {
	background:#1e346c !important;
	color:#fff !important;
	font-weight:400;
}

.woocommerce-LoopProduct-link {
	color:#333;
}
.woocommerce-loop-product__title {
	color:#333;
	font-weight:400;
	font-size:16px;
	line-height:20px;
}
.woocommerce-ordering {
	display:block;
	padding:0 0 20px 0;
	width:100%;
	position:relative;
	text-align:right;
}
.orderby {
	background:#eee;
	padding:10px;
	position:absolute;
	top:-35px;
	right:0;
}
.term-description {
	display:none;
}
li.product a img {
    margin: 15px 0 10px 0 !important;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
   min-height:260px !important;
}
.cart .single_add_to_cart_button {
	width:150px;
	height:40px;
}
.main {
	width:70%;
	float:left;
}
.sidebar {
	width:25%;
	float:right;
	background:#eee;
}
.sidebar h2 {
	background: #c42044;
	color:#fff;
	padding:15px 5%;
	width:90%;
}
.bars {
	display:none;
}
.sidebar ul {
	padding:0 10px;
    margin: 0 0 5px 0;
	list-style-type:none;
	transition:all .5s;
}
.sidebar ul li {
	position:relative;
	transition:all .5s;
	width:100%;
	padding:5px 0;
	border-bottom:1px solid #ccc;
}
.sidebar ul li ul {
	display:none;
	margin:0 0 0 10px;
	padding:0 0 15px 5px;	
}
.sidebar li:hover ul {
	display:block;
}
.sidebar ul li a {
	color:#333;
	padding:5px 2%;
	width:96%;
	display:block;
	transition:all .5s;
}
.sidebar ul li ul li {
	border:none;
	padding:0;
}
.sidebar ul li ul li a {
	color:#0587b8 !important;
	padding:1px 0 !important;
	width:100% !important;
	display:block !important;
	border:none !important;
	transition:all .5s !important;
}
.sidebar ul li ul li a:hover {
	text-decoration:underline !important;
}
ul.products {
	margin:0 0 0 0 !important;
}
li.product {
    width: 30.33% !important;
    float: left !important;
    clear: none !important;
    margin: 0 3% 30px 0 !important;
    padding: 0 !important;
    transition: all .5s;
    text-align: center !important;
	box-shadow:0 0 1px rgba(0,0,0,0.5);
	position:relative;
	height:250px;
	overflow:hidden;
}
li.product img {
	width:auto !important;
    height: 100px !important;
	transition:all .5s;
	position:relative;
	z-index:50;
	margin:15px 0 10px 0 !important;
	display:inline-block !important;
}
li.product:hover img {
    opacity:0.75;
}
li.product a {
    text-decoration: none !important;
    color: #333 !important;
	width:100%;
}
li.product h2 {
	line-height:1.5em !important;
    font-size: 14px !important;
    font-weight: 400;
    transition: all .5s;
    color: #333;
	margin:15px 0 10px 0;
	padding:0 15px;
	display:block;
	min-height:50px;
}
li.product .price {
	color:#333;
	font-size:14px;
	display:block;
	color:green;
	font-weight:700;
	margin:0 0 10px 0;
}
li.product .button {
	display:none;
}
.page-numbers {
	margin:0 0 20px 0;
}
.page-numbers li {
	padding:10px;
	font-size:14px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	float:left;
	margin:0 5px 0 0;
}
.related {
	display:none;
}
#crumbs {
    background: #eee;
    padding: 15px 0;
}
.woocommerce-MyAccount-navigation {
	width:20%;
	float:left;
	margin:0 5% 50px 0;
}
.woocommerce-MyAccount-content {
	width:70%;
	float:left;
}
fieldset {
	margin:0 0 30px 0 !important;
}
.woocommerce-form-login {
	width:300px !important;
	position:relative !important;
	margin:0 !important;
}
.center {
	text-align:center;
}
.woocommerce input[type=text],
.woocommerce input[type=tel],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce select {
    padding: 10px 5px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    color: #666;
    font-size: 16px
}
.wc_payment_method .input-text {
	padding: 10px 5px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    color: #666;
    font-size: 16px;
}
.woocommerce-Button, .woocommerce-button, .button {
    background:#3c5a99 !important;
    border: none;
    width: 160px;
    height: 50px;
    color: #fff !important;
	font-weight:400;
	font-size:14px;	
	display:inline-block;
	margin:10px 0 0 0;
	text-align:center;
	text-decoration:none;
	line-height: 40px !important;
}
.lost_password {
	font-size:14px;
}
.woocommerce fieldset {
	display:block;
	margin:0 0 40px 0;
}
input[type="checkbox"] {
	margin-left:15px;
}
.woocommerce-MyAccount-navigation {
	width:30%;
	float:left;
}
.woocommerce-MyAccount-navigation ul {
	margin:0;
	list-style-type:none;
	width:100%;
}
.woocommerce-MyAccount-navigation ul li {
	margin:0;
	display:block;
	width:100%;	
}
.woocommerce-MyAccount-navigation ul li a {
	width:90%;
	padding:10px 5%;
	color:#333;
	background:#eee;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #ccc;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background:#3c5a99;
	color:#fff;
}
.product-thumbnail img {
	width:75px;
	height:auto;
}
.woocommerce-MyAccount-content {
	width:65%;
	float:right;
}
.woocommerce-MyAccount-content a {
	text-decoration:none;
	color:#1f85cd;
}
.input-text {
	width:50px;
	padding:0 10px;
	line-height:37px;
	height:37px;
	float:left;
	margin:0 10px 0 0;
}
.posted_in, .tabs  {
	display:none;
}
.sku_wrapper {
	padding:0 0 10px 0;
	display:block;
}
.woocommerce-Tabs-panel {
	clear:both;
	padding:25px 0;
}
.summary .woocommerce-Price-amount {
	font-size:20px;
	font-weight:700;
	font-weight:700;
	color:green;
}

.woocommerce span.onsale {
    z-index: 900 !important;
}
#footer {
	padding:25px 0;
	color:#999;
	background:#222;
}
#footer .copy {
	margin:0;
	float:left;
	font-size:12px;
}
#footer .designer {
	margin:0;
	float:right;
	font-size:12px;
}
#footer .designer a {
	color:#999;
	text-decoration:none;
}
#form {
	width:50%;
	float:left;
	margin:0 0 0 0;
}
#details {
	width:45%;
	float:right;
	margin:25px 0 0 0;
}
.map {
	width:100% !important;
	height:300px;
	margin:0 0 0 0;
	border:1px solid #ccc !important;
}
.wpcf7 {
    width: 100%;
	margin:0 0 0 0;
}
.wpcf7 input,
.wpcf7 textarea {
    width: 90%;
    margin: 0 0 0 0;
}
.wpcf7 select {
    width: 96%;
}
.wpcf7 textarea {
    height: 160px;
}
.wpcf7 p {
    color: #333;
    font-size: 14px;
	text-align:left !important;
}
.wpcf7 .req {
    color: red;
	font-weight:bold;
	font-size:1.5em;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    background: #f9f9f9;
    border: 1px solid #ccc;
    color: #555;
    padding: 10px;
    font-size: 14px;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 40px;
    padding: 0;
    width: 120px;
    position: relative;
    float: left;
    left: 0px;
	transition:all .5s;
	border:1px solid #fff;
	border-radius:0;
	text-decoration:none;
	color:#fff;
	background:#3c5a99;
	padding:20px 40px;
	font-size:15px;
	display:inline-block;
	margin:30px 0 30px 0;
}
.wpcf7 input[type="submit"]:hover {
    background:#3c5a99;
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
	#header {
		background-image:none;
		margin:0;
		width:100%;
		left:0;
	}
	#welcome .wp-post-image {
		margin-top:0;
	}
}
@media only screen and (max-width: 1024px) {
	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block !important;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
		background:#000;
	}
	#topbar {
		background:#fff;
		padding:70px 0 0 0;
		color:#333;
		text-align:center;
		max-width:100%;
		overflow:hidden;
	}
	.address, .email {
		display:none;
	}
	.phone, .mobile {
		
		float: none;
		margin: 0 10px;
		max-width:100%;
		overflow:hidden;
	}
	#header {
		text-align:center;
		
		margin:0 0 10px 0;
		height:auto;
		padding:0 0 15px 0;
	}
	.logo {
		float:none;
		max-width:300px;
		margin:10px 0;
	}
	#footer .copy, #footer .designer {
		float:none;
		text-align:center;
	}
	#footer span {
		display:none;
	}
	#form, #details {
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.wp-post-image, .alignright, .alignleft {
		max-width:100%;
		height:auto;
		float:none;
		margin:0 0 30px 0;
	}
	#welcome, #content, #inner {
		text-align:center;
	}
	
	#slider {
		width:100%;
		margin:0;
		left:0%;
		height:auto;
	}
	#minicart {
		
		max-width:100%;
		overflow:hidden;
		position: relative;
		left:50%;
		top: 0;
		font-size: 14px;
		width: 220px;
		padding: 0 25px 0 0;
		margin:0 0 20px -122px;
		height: 30px;
		line-height: 30px;
	}
	#minicart i {
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		left: 0;
	}
	.dgwt-wcas-search-wrapp {
   		width: 260px !important;
   		position:relative !important;
  		top:0px !important;
   		right:0 !important;
		left:0;
	}
	#searchform {
		width:300px;
		position: relative;
		top: 0;
		right: 0;
		left:50%;
		margin:10px 0 0 -125px;
		overflow:hidden;
	}
	#searchform input[type="text"] {
		position: relative;
		box-shadow: 0 0 1px rgba(0,0,0,0.5);
		z-index: 400;
		width: 230px;
		color: #444;
		background: #eee;
		border: none;
		padding: 0 10px;
		height:40px;
		font-size: 14px;
	}
	#searchform input[type="submit"] {
		background: #3c5a99 url(images/search.png) no-repeat center center;
		text-indent: -9999px;
		position: relative;
		left: -40px;
		z-index: 500;
		border: none;
		width: 40px;
		height: 40px;
		top: -1px;
	}
	.main {
		width:100%;
		float:none;
	}
	.sidebar {
		width:100%;
		float:none;
		background:#fff;
		margin:0 0 40px 0;
	}
	.hidecat {
		display:none;
	}
	.sidebar h2 {
		padding: 10px 5%;
		text-align:left;
		position:relative;
		cursor:pointer;
	}
	.bars {
		display:block;
		position:absolute;
		top:15px;
		right:16px;
		color:#fff;
		font-size:20px;
	}
	h1 {
		font-size: 32px;
		margin: 0 0 20px 0;
		line-height: 40px;
		font-weight: 700;
	}
	#banner {
		padding: 15px 0;
		font-size: 18px;
	}
	.square {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}
	.input-text {
		float: none;
	}
}
@media only screen and (max-width: 700px) {
	li.product {
		width: 46% !important;
		margin: 0 2% 30px 2% !important;
		height:220px;
	}
	.woocommerce-ordering {
		text-align: center;
	}
	.orderby {
		background: #eee;
		padding: 10px;
		position: relative;
		top: 0;
		right: 0;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		margin: 0 2% 25px 2% !important;
		padding: 20px 2% !important;
		width: 42% !important;
		background:#fff;
		text-align:center !important;
		box-shadow:0 0 1px rgba(0,0,0,0.75);
	}
}
@media only screen and (max-width: 600px) {
	
	
}
@media only screen and (max-width: 500px) {
	li.product {
		width: 96% !important;
		margin: 0 2% 30px 2% !important;
		height:220px;
	}
}