/* --------------------------------------------------------------

Theme Name: ABP Group
Theme URI:
Description: Wordpress Custom theme
Version: 1.0
Author: Thirteen Digital
Author URI: http://thirteendigital.com.au/

/* -------------------------------------------------------------- */

html {
	background: #364145;
}

body,
input, textarea {
	font-family: 'Lato', Arial, Helvetica, sans-serif !important;
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}

/* -------------------------------------------------------------- */

.header {
	overflow: visible;
	background: url(images/header.png) 0 0 repeat-x;
	z-index: 19999;
}

.header .grid {
	overflow: visible;
}

.header .content {
	position: relative;
	min-height: 118px;
}

.logo {
	width: 354px;
	height: 56px;
	position: absolute;
	top: 15px;
	left: 0;
}

.signup {
	position: absolute;
	top: 32px;
	right: 3px;
	font-size: 19px;
	font-weight: 600;
	padding: 0 88px 0 0;
	height: 30px;
	line-height: 30px;
	background: url(images/enquire.png) top right no-repeat;
	display: block;
	color: #000;
	text-decoration: none;
}
.signup:hover {
	background: url(images/enquire.png) bottom right no-repeat;
}


/* =Responsive Menu
-------------------------------------------------------------- */

#mobile-nav { display: none; }

/* normal Menu
-------------------------------------------------------------- */

#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
}

#nav li {
	float: left;
	display: inline;
	margin: 0 5px;
	position: relative;
	overflow: visible;
}

#nav li a {
	display: inline-block;
	font-size: 16px !important;
	padding: 0 3px 5px 3px;
	font-size: 20px;
	font-weight: 400;
	color: #9a9a9a;
	letter-spacing: -1px;
	border-bottom: 5px #fff solid;
	text-decoration: none;
}

#nav li a:hover,

.single #nav li.page-item-1711 a,
.category #nav li.page-item-1711 a,
.woocommerce-cart #nav li.page-item-1711 a,
.woocommerce-page #nav li.page-item-1711 a,
#nav li.current_page_parent a,
#nav li.current_page_ancestor a,
#nav li.current_page_item a {
	color: #000;
	border-bottom: 5px #dc001c solid;
}

#nav li.current_page_parent.page-item-6 a,
#nav li.current_page_ancestor.page-item-6 a,
#nav li.current_page_item.page-item-6 a,
#nav li.page-item-6 a:hover { border-bottom: 5px solid #0a479b; }
#nav li.current_page_parent.page-item-8 a,
#nav li.current_page_ancestor.page-item-8 a,
#nav li.current_page_item.page-item-8 a,
#nav li.page-item-8 a:hover { border-bottom: 5px solid #3d6117; }
#nav li.current_page_parent.page-item-7 a,
#nav li.current_page_ancestor.page-item-7 a,
#nav li.current_page_item.page-item-7 a,
#nav li.page-item-7 a:hover { border-bottom: 5px solid #f39016; }

/*####flyout#####*/

ul#nav a:hover,
ul#nav li:hover a,
ul#nav li:hover span,
ul#nav li.iehover a {
	background: transparent;
	color: #000;
	z-index: 29999;
}

ul#nav li:hover ul,
ul#nav li.iehover ul {
	display: block;
	background: #fff;
	color: #000;
	z-index: 39999;
}

ul#nav ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fbfbfb;
	position: absolute;
	top: 26px;
	left: 0;
	width: 200px;
	z-index: 49999;
	border-bottom: 5px solid #dc001c;
}

ul#nav li.page-item-6 ul { border-bottom: 5px solid #0a479b; }

ul#nav li.page-item-8 ul { border-bottom: 5px solid #3d6117; }

ul#nav li.page-item-7 ul { border-bottom: 5px solid #f39016; }

ul#nav li.page-item-6 ul li a,
ul#nav li.page-item-8 ul li a,
ul#nav li.page-item-7 ul li a,
ul#nav ul li a:hover {
	border-bottom: none !important;
}

ul#nav ul li {
	float: none;
	background: none;
	margin: 0;
	padding: 0px;
	font-size: 13px;
	z-index: 59999;
}

ul#nav ul li a,
ul#nav li.on ul li a,
ul#nav li:hover ul li a,
ul#nav li.iehover ul li a {
	background:none;
	display: block;
	width: auto;
	height: 1%;
	line-height: normal;
	padding: 6px 10px;
	float: none;
	color:#9a9a9a;
	z-index: 69999;
	border-bottom: none;
}

ul#nav ul li a:hover,
ul#nav li.on ul li a:hover,
ul#nav li:hover ul li a:hover,
ul#nav li.iehover ul li a:hover {
	background: #fbfbfb;
	color:#000;
	z-index: 79999;
}

/* Subnav
 * -------------------------------------------------------------- */

.subnav-icon {
	display: none;
}

#subnav {
	width: 185px;
	padding: 66px 0 0 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}

#subnav li {
	border-bottom: 1px #9a9a9a solid;
}

#subnav li.current-cat { border-bottom: 2px #dc001c solid; }

#subnav li a {
	color: #9a9a9a;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

#subnav li.current-cat a,
#subnav li.current_page_ancestor a,
#subnav li.current_page_item a,
#subnav li a:hover {
	color: #000;
}

#subnav ul {
	list-style: none;
	display: none;
}

#subnav li.current_page_ancestor ul,
#subnav li.current_page_item ul {
	display: block;
}


#subnav ul li {
	border-bottom: none;
}

#subnav li.current-cat li a,
#subnav li.current_page_ancestor li a,
#subnav li.current_page_item li a,
#subnav li ul li a {
	color: #9a9a9a;
}

#subnav ul li.current-cat a,
#subnav ul li.current_page_ancestor a,
#subnav ul li.current_page_item a,
#subnav ul ul li a:hover {
	color: #000;
}

/* HOME
 * -------------------------------------------------------------- */

.slider {
	overflow: hidden;
	text-align: center;
}

.slider .grid {
	position: relative;
	overflow: visible;
}

.mask {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	background: url(images/mask.png) bottom right no-repeat;
	width: 53px;
	height: 59px;
}

.over-text {
	background: url(images/over-text.png) 0 0 no-repeat;
	width: 309px;
	height: 110px;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 9999;
}

.over-text h2 {
	color: #fff;
	font-size: 22px;
	text-align: right;
	text-transform: uppercase;
	margin: .75em .9em .75em 0;
}

.slider .cycle {
	height: 320px;
	position: relative;
	overflow: hidden;
}

.cycle img {
	width: 100%;
	height: 100%;
}

.controls {
	display: block;
	width: 47px;
	height: 37px;
	position: absolute;
	top: 44%;
	z-index: 999;
}

#next {
	background: url(images/controls.png) top right no-repeat;
	right: -10px;
}
#prev {
	background: url(images/controls.png) top left no-repeat;
	left: -10px;
}

#next:hover { background: url(images/controls.png) bottom right no-repeat; }
#prev:hover { background: url(images/controls.png) bottom left no-repeat; }

.pods {
	text-align: center;
	margin: 20px 0;
}


.pods .col-3-12 .content,
.pods .col-4-12 .content {
	padding: 0 0 0 10px;
	margin: 0 0 0 9px;
	border-left: 1px solid #a9adae;
}
.pods .col-3-12 .one,
.pods .col-4-12 .one {
	border-left: none;
}

.pods h2 {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	margin: 0;
	padding: 0 15px 0 0;
	text-align: right;
	letter-spacing: -1px;
	line-height: 28px;
}

.pods .underline {
	border-bottom: 5px #dc001c solid;
}

.pods img {
	margin: 0 0 8px 0;
}

.pods p {
	text-align: center;
	text-transform: uppercase;
	color: #293235;
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 10px 0;
}
.pods .col-3-12 p a,
.pods .col-3-12 p {
	font-size: 10px;
	line-height: 13px;
}

.pods a {
	color: #293235;
	font-size: 11px;
	text-decoration: none;
}
.pods a:hover {
	color: #000000;
	opacity: 0.8;
}

.pods .col-3-12 .one p,
.pods .col-4-12 .one p { border-bottom: 5px solid #0a479b; }
.pods .col-3-12 .two p,
.pods .col-4-12 .two p { border-bottom: 5px solid #f39016; }
.pods .col-3-12 .three p,
.pods .col-4-12 .three p { border-bottom: 5px solid #3d6117; }
.pods .col-3-12 .four p { border-bottom: 5px solid #81c43c; }

/* Pages
 * -------------------------------------------------------------- */

.banner {
	z-index: 1;
}

.banner .cycle {
	min-height: auto;
	position: relative;
	overflow: hidden;
	height: 210px;
	z-index: 0;
}

#breadcrumbs {
	color: #9a9a9a;
	margin: 22px 0;
}

#breadcrumbs a {
	color: #9a9a9a;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #dc001c;
}

.pages {
	padding: 0 0 40px 0;
	background-color: #f9f9f9;
}

.text-panel h1 {
	font-size: 23px;
	color: #000;
	letter-spacing: -1px;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.text-panel h2 {
	border-top: 1px solid #9a9a9a;
	padding: 15px 0;
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #dc001c;
	font-weight: 700;
}

.text-panel h2.first {
	border-top: none;
	margin: 0;
}

.text-panel h3 {
	font-size: 16px;
	color: #000;
	letter-spacing: -1px;
	font-weight: 700;
}

.woocommerce .text-panel h3,
.woocommerce-page .text-panel h3 {
	letter-spacing: 0;
}

.text-panel h4 {
	font-size: 15px;
	color: #000;
	font-weight: 700;
}

.text-panel ul,
.text-panel ol,
.text-panel p {
	color: #000;
	line-height: 150%;
}

.text-panel ul {
	list-style: none;
	padding-left: 1.0em;
}

.text-panel ul li {
	background: url(images/li.png) 0 7px no-repeat;
	padding: 0 0 0 12px;
}
.woocommerce .text-panel ul li {
	background: none;
	padding: 0 ;
}

.text-panel a { color: #dc001c; }

.text-panel a:hover { color: #9a9a9a; }


.text-panel table {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.text-panel table td {
	border-bottom: 1px solid #ccc;
	background: #f6f6f6;
}

.text-panel table,
.text-panel table table td {
	border-bottom: none;
	background: none;
	border-top: none;
	padding: 6px;
}

.text-panel table h2 {
	margin: 10px 0 0 0;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	border-top: none;
	padding: 0;
}

hr {
	background: #9a9a9a;
	margin: 15px 0 0 0;
}

.text-panel strong {
	color: #dc001c;
}

.promo-banner {
	display: block;
	margin: 0 0 15px 0;
}

/* Forms
-------------------------------------------------------------- */

#gform_confirmation_wrapper_1,
#gform_wrapper_1 {
	float: right;
	display: inline;
	position: relative;
	width: 50%;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: #ddd 1px solid;
	overflow: hidden;
}

.text-panel .gform_wrapper li {
	background: none;
}

.text-panel .gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}

.text-panel .gform_wrapper input[type="text"],
.text-panel .gform_wrapper input[type="url"],
.text-panel .gform_wrapper input[type="email"],
.text-panel .gform_wrapper input[type="tel"],
.text-panel .gform_wrapper input[type="number"],
.text-panel .gform_wrapper input[type="password"],
.text-panel .gform_wrapper textarea {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
	font-weight: 300;
}

.text-panel .gform_wrapper input[type="text"]:focus,
.text-panel .gform_wrapper input[type="url"]:focus,
.text-panel .gform_wrapper input[type="email"]:focus,
.text-panel .gform_wrapper input[type="tel"]:focus,
.text-panel .gform_wrapper input[type="number"]:focus,
.text-panel .gform_wrapper input[type="password"]:focus,
.text-panel .gform_wrapper textarea:focus  {
	border: 1px solid #6cf;
}

.text-panel .gform_wrapper .gform_footer {
	padding: 0 0 10px 0;
	margin: 0;
}

.text-panel .gform_wrapper div.validation_error {
	color: #d65455;
	font-size: 1em;
	font-weight: normal;
}

.text-panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.text-panel .gform_wrapper li.gfield.gfield_error, .text-panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-top: none;
	border-bottom: none;
}

.text-panel .gform_wrapper .gfield_error .gfield_label {
	color: #d65455;
}

.text-panel .gform_wrapper li.gfield_error input[type=text], .text-panel .gform_wrapper li.gfield_error input[type=url], .text-panel .gform_wrapper li.gfield_error input[type=email], .text-panel .gform_wrapper li.gfield_error input[type=tel], .text-panel .gform_wrapper li.gfield_error input[type=number], .text-panel .gform_wrapper li.gfield_error input[type=password], .text-panel .gform_wrapper li.gfield_error textarea {
	border: 1px solid #d65455;
}

.text-panel .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
	margin: 5px 0 0 0;
	font-weight: bold;
}

.text-panel .gform_wrapper .ginput_container + .gfield_description.validation_message {
	margin-top: 0;
}

.text-panel .gform_wrapper .top_label .gfield_description.validation_message, .text-panel .gform_wrapper .gfield_description.validation_message {
	padding: 0 !important;
}

.text-panel .gform_wrapper div.validation_error {
	margin-bottom: 0;
}

.text-panel .gform_button {
	float: right;
}

.button {

    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);

    background-color:#fe1a00;

    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;

    border:1px solid #d83526;

    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;

    text-shadow:0px 1px 0px #b23e35;

}
.button:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
    background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);

    background-color:#ce0100;
}
.button:active {
    position:relative;
    top:1px;
}


/* Gallery
 * -------------------------------------------------------------- */

#slider {
	margin: 30px 0 10px 0;
}
#carousel li {

}

#slider ul,
#carousel ul,
#slider li,
#carousel li {
	margin: 0 !important;
	padding: 0 !important;
	background: 0 !important;
	padding-left: 0 !important;
}



/* Shop
 * -------------------------------------------------------------- */

.filter {
	background: #dcdcdc;
	padding: 8px 13px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 0 1em;
}

.woocommerce .filter  .woocommerce-ordering, .woocommerce-page .filter  .woocommerce-ordering, .woocommerce .filter  .woocommerce-result-count, .woocommerce-page .filter  .woocommerce-result-count {
	margin: 0 !important;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	font-size: 12px !important;
	margin: 0;
	line-height: 1em;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	overflow: visible;
	padding: 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	left: auto;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	border: 1px solid #dc001c;
	background: #dc001c !important;
	background: -webkit-gradient(linear,left top,left bottom,from(#dc001c),to(#c60019));
	background: -webkit-linear-gradient(#dc001c,#c60019);
	background: -moz-linear-gradient(center top,#dc001c 0%,#c60019 100%);
	background: -moz-gradient(center top,#dc001c 0%,#c60019 100%);
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
}

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	background: #c60019;
	background: -webkit-gradient(linear,left top,left bottom,from(#c60019),to(#66000d));
	background: -webkit-linear-gradient(#c60019,#66000d);
	background: -moz-linear-gradient(center top,#c60019 0%,#66000d 100%);
	background: -moz-gradient(center top,#c60019 0%,#66000d 100%);
	text-decoration: none;
}

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	color: #dc001c;
	font-size: 23px;
}

.woocommerce div.product .stock, .woocommerce #content div.product .stock, .woocommerce-page div.product .stock, .woocommerce-page #content div.product .stock {
	color: #dc001c;
}
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
	font-size: 23px;
	color: #000;
	letter-spacing: -1px;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.woocommerce ul.products li.product .added_to_cart {
	display: block !important;
}

.products h3 {
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 700;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
	color: #dc001c;
	display: block;
	font-weight: 700;
	margin-bottom: .5em;
	font-size: 18px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border-bottom: #a8a8a8 1px solid;
	padding-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	background: #dc001c;
	color: #fff;
	padding: 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
}

.woocommerce nav.woocommerce-pagination ul li {
	background: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span {
	background: #a8a8a8;
	color: #000;
	padding: 8px 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 400;
}

.variations .amount {
	font-size: 25px;
	font-weight: 700;
}

.woocommerce .woocommerce-tabs {
	display: none !important;
}

.woocommerce  .variations th,
.woocommerce  .variations td {
	padding: 8px !important;
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
	background: none;
}

.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
	margin-top: 2.857em;
}

.woocommerce div.product div.images div.thumbnails a,
.woocommerce-page div.product div.images div.thumbnails a,
.woocommerce #content div.product div.images div.thumbnails a,
.woocommerce-page #content div.product div.images div.thumbnails a {
	margin-bottom: 3.8%;
}

.securepay_card_ccv_description {
	font-size: 11px !important;
}

.single-product .product_meta,
.single-product .related {
	display: none !important;
}

.single-product a i {
	margin: 0 5px 0 0px;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
	text-indent: 10px;
	background: none;
}

.cart_totals table td {
	padding: 6px 12px !important;
}

.includes_tax {
	display: block;
	margin: 6px 0;
}

.order_details li { background: none !important; }

img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
	margin: 0;
}

.product-type-variable .summary .price {
	display: none;
}
.product-type-variable .single_variation .price {
	display: block;
}
.woocommerce-zeroprice {
	font-size: 15px;
	font-weight: 600;
}

/* Footer
 * -------------------------------------------------------------- */

.footer {
	background: #364145 url(images/footer.jpg) 0 0 repeat-x;
	color: #fff;
	padding: 46px 0 20px  0;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #dc001c;
}


.footer .footernav {
	padding: 0 40px 0 0;
}

.footernav li a {
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid #4c5153;
	padding: 5px 0 6px 0;
	text-decoration: none;
	display: block;
}

.footer .deets {
	margin: 0 0 20px 0;
}

.deets li {
	font-size: 13px;
	color: #fff;
	padding: 8px 0 8px 40px;
	display: block;
	height: 20px;
	font-weight: 700;
}

.phone {
	background: url(images/icon-phone.png) 0 0 no-repeat;
}

.address {
	background: url(images/icon-address.png) 0 0 no-repeat;
}

.email {
	background: url(images/icon-mail.png) 0 0 no-repeat;
}

.right {
	text-align: right;
	font-size: 11px;
}

.right img {
	margin: 0 0 20px 0;
}

.right a {
	text-decoration: none;
}

