/*
Theme Name: Rusty Mango Responsive
Theme URI: http:www.rustymangodesign.com.au
Description: Based on HTML5Reset Blank Theme
Author: Greg Provians
Version: 1.0
*/

.chromeframe {position: absolute; top: 0;}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
	font-size: 15px;
	font-family:'Droid Sans', Arial, sans-serif !important;
	}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #222;}

body {
	background-image:url(../../../../template_images/parchment_bg.jpg);
}

a {color: #222;}
a:hover {color: #000;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

img {
max-width:100%;
}


/* Header Styles
-------------------------------------------------------------------------------*/

#head_wrap {
	width: 100%;
	height: 200px;
	background-image:url(../../../../template_images/head_bg.png);
	background-repeat:repeat-x;
}

		#head_position {
			width: 1080px;
			height: 200px;
			margin: 0 auto;
		}
		
		#head {
			width: 1080px;
			height: 200px;
			position:relative;
		}
		
		#mobile_header {
			width: 100%;
		}
		
		#head_menu {
			width: 1080px;
			height:46px;
			position: absolute;
			float: left;
			left:0;
			top: 154px;
			z-index:5;
		}
	
		#shoppingcart {
			width: auto;
			height: 30px;
			position: absolute;
			float:right;
			top: 22px;
			right: 15px;
			z-index:10;
			border: none !important;
			color: #000 !important;
		}
		
		.dropdown-cart-button {
			  background: #006600 url(../../../../template_images/cart.png) no-repeat scroll left top !important;
			  border: none !important;
			  font-weight: normal;
			  margin: 0;
			  min-height: 35px;
			  overflow: visible;
			  padding: 0 0 0 36px;
			  position: relative;
			  text-align: left;
			  z-index: 10 !important;
		}
		
		.dropdown-cart-button .dropdown-total {
			background: #006600 url(../../../../template_images/cart.png) no-repeat scroll right -70px !important;
			color: #fff!important;
		}

/* Slideshow Styles
-------------------------------------------------------------------------------*/

#slidebase {
    height:20px;
    width:100%;
    z-index:0;
    background-color:#C30
}

#headslide {
    width:100%;
    z-index:1;
    position:relative;
}

#headslide2 {
    width:100%;
    z-index:2;
    position:relative;
    height:auto;
	display: block;
}

#slidecover {
    width:100%;
    height:100%;
    z-index:99;
    position:absolute;
    top:0;
	overflow:hidden;
}

#blank {
	width: 1080px;
	height:auto;
	margin: 0 auto;
}

.theme-default .nivoSlider {
    margin-bottom:0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Main Layout Styles
-------------------------------------------------------------------------------*/

#wrapper {
	max-width: 1080px; 
	margin: 0px auto ;
	background-color: #FFF;
	padding-bottom:20px;
	}

#main {
	width: 100%;
	position: relative;
	overflow:hidden;
	padding-top: 20px;
	}

		#content {
			box-sizing: border-box;
			padding: 0 20px;
			width: 100%;
			float:left;
		}
		
		#sidebar {
			box-sizing: border-box;
			padding: 0 12px;
			float:right;
			width: 33%;
			max-width: 333px;
		}
		
		#sidebar-responsive { display: none; }

/* font styles!
-------------------------------------------------------------------------------*/

#content p {
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-weight: normal !important;
	font-size:15px;
	line-height:25px;
	margin: 0 0 24px;
}

h1 {
	font-family: 'Roboto Slab', "Times New Roman", serif;
	font-weight: 300;
	font-size:30px;
	color:#006600;
	padding: 0px 0px 6px 75px;
	margin-bottom: 20px;
	background-image: url(../../../../template_images/title_bg.gif);
	background-repeat: no-repeat;
}

h2 {
	font-family: 'Roboto Slab', "Times New Roman", serif;
	font-weight: 300;
	font-size:24px;
	color:#333;;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Roboto Slab', "Times New Roman", serif;
	font-weight: 300;
	font-size:24px !important;
	color:#006600;
	padding: 0px;
	margin-bottom: 10px;	
}

h5 {
	color: #333;
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-weight: 300 !important;
	font-size:18px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:10px;
	padding: 0px 0px 0px 7px;
	
}

.intro_paragraph {
	color: #333;
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-weight: normal !important;
	font-size:20px;
	line-height:30px;
}

/* =Text elements
-------------------------------------------------------------- */

ul,
ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
	margin: 20px 0 !important;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	margin: 0 0 0 24px;
	margin: 0 0 0 1.714285714rem;
	font-size: inherit !important;
}

/* Menu styles!
-------------------------------------------------------------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#cssmenu {
	height: 46px;
	display: block;
	padding: 0;
	margin: 0 0 0 5px;
	width: auto;
}

/*--- Main Menu Bar Color ---*/

#cssmenu,
#cssmenu > ul > li > ul > li a:hover {

}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 14px 25px 13px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 19px;
	font-family: 'Roboto Slab', "Times New Roman", serif;
	color: #ffffff;  
}

/*--- Main Menu Button Hover ---*/

#cssmenu > ul > li > a:hover {
	background: #009B00;
	color: #ffffff;
}

#cssmenu > ul > li > a:after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	right: -2px;
	z-index: 99; 
}

#cssmenu ul li.has-sub:hover > a:after {
	top: 0;
	bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 6px;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 19px;
}

/*--- Button with Sub Menu Under ---*/

#cssmenu ul li.has-sub:hover > a {
	background-color: #009B00;
	padding-bottom: 13px;
	padding-top: 13px;
	top: 0;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	background: #009B00;
}

/*--- Sub Menu Menu ---*/ 

#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 46px;
	background: #009B00;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 100%;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Roboto Slab', "Times New Roman", serif;
	padding: 14px 33px 12px;
}
#cssmenu ul ul a:hover {
	background-color:#008400;
}
#cssmenu > ul > li.has-sub > a:hover:before {
	border-top: 5px solid #ffffff;
}

/* Three Panels on Front Page
-------------------------------------------------------------------------------*/

#threepanels {
	width: 100%;
	max-width:1040px;
	color: #FFF;
	font-size:13px;
	line-height: 18px;
	font-family: 'Droid Sans', Arial, sans-serif !important;
	color: #FFF;
	margin: 20px;
}

#panelone {
	width: 32%;
	max-width:333px;
	height: 265px;
	float: left;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#paneltwo {
	width: 32%;
	max-width:334px;
	height: 265px;
	margin:auto;
	background-color:#EEE;
		border:1px solid #ccc;
	text-align:justify;
}

#panelthree {
	width: 32%;
	max-width:333px;
	height: 265px;
	float:right;
	background-color:#EEE;
	border:1px solid #ccc;
	text-align:justify;
}

/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}


/* =Tables
-------------------------------------------------------------- */

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
tr th {
	color: #636363;
	font-size: 11px;
	font-size: 0.785714286rem;
	font-weight: bold;
	line-height: 2.181818182;
	text-align: left;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ededed !important;
	color: #757575;
	font-size: inherit;
	font-weight: normal;
	padding: 6px 10px 6px 0;
	text-align: left;
}

/* Column Adjustments
-------------------------------------------------------------------------------*/

.column-group {
	width: 100%;
	overflow: hidden;
}

.column {
	float: left;
	margin-right: 2%;
	width: 100%;
}

.column-group > br,
.column-group > p {
	display: none;
}

.column.last {
	margin-right: 0;
}

.columns-2 .column { width: 47.5%; } /* ( 100 - $margin * ( $num_cols - 1 ) ) / $num_cols */
.columns-3 .column { width: 32%; }
.columns-4 .column { width: 21.25%; }

.columns-3 .column-span-2 { width: 65%; } /* $width * $span + $margin * ( $span - 1 ) */
.columns-4 .column-span-2 { width: 47.5%; }
.columns-4 .column-span-3 { width: 73.75%; }


/* Mobile Menu - Responsive Select Plugin Required
-------------------------------------------------------------------------------*/

.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect { 
	height: 40px;
	background-color: #46AFE8;
	color: #fff;
}
	
/* Footer
-------------------------------------------------------------------------------*/

#footer {
	width 100% !important;
	height:200px;
	background-color:#006600;
	color: #000;
}

#footermob {
	width 100% !important;
	height:60px;
	background-color:#006600;
	color: #FFF;
}

#foot {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-bottom: 10px;
	font-family: Muli, "Droid Sans", Arial, sans-serif !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height:28px !important;
}

#foot a:link, #foot a:visited{
	color: #fff;
	text-decoration: none;
}

#foot a:hover {
	color: #ffff00 !important;
	text-decoration:underline;
}

#foot_left {
	float:left;
	margin:30px 0 0 20px;
	width: 50%;
	max-width: 600px;
	text-align:left;
}

#foot_right {
	float:right;
	width:33%;
	max-width: 333px;
	text-align:left;
	margin:30px 20px 0 0;
}

.foot_highlights {
	color: #ffff00 !important;
}

#foot_left p {
	margin: 0px;
	line-height:28px;
}

#footermob {
	width 100% !important;
	height:60px;
	background-color:#006600;
	color: #FFF;
}

#footmob {
	max-width: 1080px; 
	width:100%;
	margin:0px auto;
	text-align: center;
	padding-top: 10px;
	font-family:"Droid Sans", Arial, sans-serif !important;
	color: #FFF !important;
	font-size: 13px !important;
	line-height:22px !important;
}

#footmob a:link, #footmob a:visited{
	color: #fff;
	text-decoration: none;
}

#footmob a:hover {
	color: #ffff00 !important;
	text-decoration:underline;
}

/* Contact Form
-------------------------------------------------------------------------------*/

.wpcf7-form{
	border: none;
	padding:0;
	-webkit-border-radius: 10px;   
    border-radius: 10px;
	width: 100%;
	margin-bottom:21px;
}

.email_terms {
	font-size:13px !important;
	color: #444 !important;
}
	

#two-column{
	width: 100%;
}

#two-column #left{
	width: 35%;
	float: left;
}

#two-column #left p {
    line-height: 25px !important;
    margin-bottom: 15px !important;
    margin-top: 3px !important;
}

#two-column #right{
	width: 65%;
	float: right;
}
#two-column p{
margin: 0px !important;
}

#two-column input[type="text"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:15px;
	width: 100%;
}

#two-column input[type="email"]{
	border:none;
	border:1px solid #DDD;
	font-size :14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	margin-bottom:5px;
	width: 100%;
}
#two-column #right input[type="text"], #two-column #left input[type="text"]{
}

#two-column textarea {
    position: relative;
    padding: 5px;
    border:1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width: 100%;
}

#two-column input[type="submit"]{
	padding:6px 15px;
	background:#f1f1f1;
	color:#666;
	border: 1px solid #DDD;
	float:right;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0px 0px 0px;
}
#two-column input[type="text"]:focus, #two-column textarea:focus, #two-column input[type="email"]:focus{
	background: #F1F1F1;
}
#two-column input[type="submit"]:hover{
	background:#fff;
	color:#222;
	border: 1px solid #DDD;
}

.wpcf7-mail-sent-ok {
	border: 2px solid #016894 !important;
}

.wpcf7-mail-sent-ng {
	border: 2px solid #016894 !important;
}

.wpcf7-spam-blocked {
	border: 2px solid #FF0000 !important;
}

.wpcf7-validation-errors {
	border: 2px solid #FF0000 !important;
}

/*--- Contact Us Page CSS ---*/

#contactdetails {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: left;
	margin-bottom:20px;
	padding-right:20px;
}

#contactform {
	width: 50%;
	max-width:520px;
	min-height:100px;
	float: right;
	margin-bottom:20px;
	padding-left: 20px;
	line-height: 30px;
	border-left: 1px solid #ddd;
}

#mapwrap {
	width: 100%;
	min-height:100px;
	float: left;
	margin-bottom:20px;
}
.mapp-layout {
    margin: 0px !important;
	border: 1px solid #DDD !important;
}

#contactdetails td {
	color: #000 !important;
	padding: 1px 10px 1px 0 !important;
}


/* Woocommerce Optimisation
-------------------------------------------------------------------------------*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 50px 2.992em 0 !important;
    padding: 0;
    position: relative;
    width: 40% !important;
}

form.woocommerce-ordering {
display: none;
}

p.woocommerce-result-count {
display: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
	float: right;
}

.wc-proceed-to-checkout {
	float:right;
	right:10px !important;
	margin-right:10px !important;
}

.wc-proceed-to-checkout a {
	color: #515151 !important;
	background-color: #ebe9eb !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ebe9eb !important;
}

.woocommerce .product-quantity {
	display: inline-block !important;
}

table.shop_table_responsive.quantity {
	float: right !important;
}

.woocommerce .product_name {
	-webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

.payment_method_paypal img {
	display:none !important;
}

.single_add_to_cart_button.button.alt {
    padding:10px; 
    border:1px solid #ccc;
	width: auto;
	text-align:center;
	text-transform:uppercase;
	font-size: 14px;
}

.single_add_to_cart_button.button.alt:hover {
    padding:10px; 
    border:1px solid #ccc;
	width: auto;
	text-align:center;
	text-transform:uppercase;
	font-size: 14px;
	background-color:#ccc;
}

.cart {margin:30px 0px;}

.woocommerce-message {
	margin-bottom:20px;
	display:inline-block;
}

.wc-tabs li {
	height: 42px;
	width: 200px;
	border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;	
	margin: 0 !important;
	padding: 10px 0 15px 11px !important;
	color: #444;
	background-color: #eee;
	
}


#content .wc-tabs a:link, #content .wc-tabs a:visited {
    color: #444 !important;
    text-decoration: none;
}

.wc-tabs li:hover {
    color: #444 !important;
    text-decoration: none;
	background-color: #ccc;
}

.wc-tabs {
	border-bottom: 2px solid #ddd !important;
	padding-left: 10px;
	margin-bottom: 20px;
}

.wc-tabs li{
	list-style:none !important;
}

div.wc-tabs-wrapper {
	padding: 20px 0 !important;
}

.woocommerce div.product form.cart .variations select {
	padding: 5px !important;
}

.woocommerce div.product form.cart .button {
    margin-left: 10px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 5px !important;
}

.woocommerce .quantity .qty {
	height: 27px !important;
}

.woocommerce h1 {
	font-size:25px !important;
	margin:10px 0 !important;
	display: block !important;
}


.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	padding: 20px !important;
	border: 1px solid #ddd;
	background-color: #EfEfEf;
}

.woocommerce .price {
	color: #FF0000 !important;
}

.woocommerce .product_meta {
	display: none !important;
}

.woocommerce table.shop_attributes th {
	display: none !important;
}

.woocommerce table.shop_attributes td {
    font-style: normal !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #AAA !important;
}

.woocommerce div.product .stock {
    color: #908052 !important;
}

.woocommerce div.product form.cart .reset_variations {
	color: #FF0000 !important;
}

.woocommerce a:link {
	text-decoration:none !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left !important;
    width: 100% !important;
}

.woocommerce-cart table.cart img {
    width: 96px !important;
}

.woocommerce .product-name a:link {
	font-weight: bold !important;
	colour: #908052 !important;
}

.woocommerce .product-name a {
	colour: #908052 !important;
}

.woocommerce .product-name a:link, .woocommerce .product-name a:visited{
			color: #000 !important;
			text-decoration: none;
		}

.woocommerce .product-name a:hover {
			color: #000 !important;
			text-decoration:underline;
			font-weight: bold;
		}
		
.woocommerce .variation-Size p {
    line-height: 1.71429;
    margin: 2px 0 0 10px !important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 110px !important;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	padding: 9px !important;
	font-size: 14px !important;
	border: 1px solid #CCC !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #222 !important;
}

.woocommerce .woocommerce-shipping-fields input[type="checkbox"] {
    vertical-align: middle !important;
	margin: 0 0 2px 10px !important;
}

.woocommerce .shipping p {
	margin: 0 !important;
}

li.product .price {
	font-weight:bold !important;
	font-size:24px !important;
	color: #222 !important;
	margin-bottom:20px !important;
	display: block;
}

.entry-summary .price {
	font-weight:bold !important;
	font-size:20px !important;
	color: #222 !important;
	margin:0px 10px 10px 0px !important;
	display: block;
}

.amount a:link, .amount a:visited{
	color: #222 !important;
	text-decoration: underline;
}

.product_meta {
	display: none !important;
}

#tab-additional_information {
	display: none !important;
}

.related.products {
display: none !important;
}

.amount a:hover {
	color: #222 !important;
	text-decoration:underline;
	font-weight:bold;
}

.woocommerce .woocommerce-info {
    border-top-color: #908052 !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	font-size: 14px !important;
}


ul.products.list li.product .gridlist-buttonwrap {
    margin-bottom: 1.5em;
	text-align: right !important;
}

.woocommerce {
	margin-bottom: 40px !important;
}

.woocommerce .woocommerce-message::before {
    color: #006600 !important;
}

.woocommerce .woocommerce-message {
    border-top-color: #FFF !important;
	width: 100% !important;
	background-color:#eee !important;
	vertical-align: middle !important;
}

.woocommerce .products ul {
	vertical-align: bottom !important;

}	

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
}

.woocommerce ul.products li.product .price {
    color: #006600;
    display: block;
    font-size: 20px !important;
    font-weight: 400;
    margin-bottom: 0.5em;
	text-align: right !important;
}

.woocommerce td.product-quantity {
  min-width: 80px;
  width: 100% !important;
  padding: 40px 12px !important;
}

.woocommerce ul.products li.product h3 {
  font-size: 1em;
  margin: 0;
  padding: 0.5em 0 0 0 !important;
}

.woocommerce .tabs {
	display: none !important;
}

.woocommerce #content div.product div.summary h1 {
  padding: 0px 0px 6px 75px !important;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
  margin-bottom: 0 !important;
}

input[type=button] {
    padding:2px; 
    border:1px solid #ccc;
	width: 40px;
}

input[type=button]:hover {
	background-color:#ccc;
}

input[type=number] {
    padding:1px; 
    border:1px solid #ccc;
	width: 60px;
	text-align:center;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.single_add_to_cart_button.button.alt {
    padding:10px; 
    border:1px solid #ccc;
	width: auto;
	text-align:center;
	text-transform:uppercase;
	font-size: 14px;
}

.single_add_to_cart_button.button.alt:hover {
    padding:10px; 
    border:1px solid #ccc;
	width: auto;
	text-align:center;
	text-transform:uppercase;
	font-size: 14px;
	background-color:#ccc;
}

.cart {margin-top:30px}


/* Nextgen Gallery Styles
-------------------------------------------------------------------------------*/

.ngg-gallery-thumbnail {
  border: none !important;
  margin: 0px !important;
}

.ngg-gallery-thumbnail a {
  margin: 0px 0px 20px 20px !important;
}

.ngg-galleryoverview {
  margin-top: 0px !important;
  margin-left: -20px !important;
  width: calc(100% + 20px) !important;
}

/* Media queries!
-------------------------------------------------------------------------------*/

/* Always do mobile-first, and consider using em units: http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw

@media screen and (min-width: 480px) {

} */

@media (max-width: 800px) {
    #sidebar {
        display:none !important;
    }
	#threepanels {
        display:none !important;
    }
	#footermob {
		display: block !important;
	}
	

#head_wrap {
	display: none !important;
}

#footer {
		display:none;
	}
	
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto !important;
	display:block !important;
}

#contactdetails {
  float: none !important;
  margin: none !important;
  max-width: none !important;
  min-height: none !important;
  padding: 0px !important ;
  width: 100% !important;
}

#contactform {
  float: none !important;
  margin: none !important;
  max-width: none !important;
  min-height: none !important;
  padding: 10px !important ;
  width: 100% !important;
  border: none !important;
}

h1 {
	font-size:24px !important;
	padding: 0px !important;
	margin-bottom: 10px;
	background-image: none !important;
}

.columns-3 .column {
  width: 100% !important;
  display: block !important;
}


.alignright {
	float: none !important;
	display: block !important;
	margin: 0 auto !important;
	
}
	

.column {
  float: none !important;
  margin-right:  0 !important;;
}

#shopnow {
	width: 100%;
	height: 46px;
	background-color: #006600;
}

#mobilesitebar {
	width: 100%;
	height: 20px;
	background-color: #006600;
}

#blank {
	display: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
  float: none !important;
  margin: 0 0 110px 0!important;
  width: 100% !important;
  display: block !important;
}

}

@media (min-width: 800px) {
	
	#footermob {
		display: none !important;
	}
	
	#mobilesitebar {
		display: none !important;
	}
	
	#shopnow {
		display: none !important;
	}
	
	#mobile_header {
	display: none !important;
	}

	#shiftnav-toggle-main {
	display: none !important;
	}

}
