/* stylesheet for thirdmill/clarktanks theme */

/* header */

#thirdmill-top-icon-links li
{
	display: inline-block;
	width: fit-content;
}

header,
nav.navigation,
.nav-sections-item-content
{
	background-color: #304c33;
	color: #fff;
}

#store\.menu.section-item-content.nav-sections-item-content
{
	border-top: 1px solid #666;
}
/*
.section-item-content.nav-sections-item-content:last-of-type
{
	border:none;
}
*/
header.page-header .panel.wrapper
{
	display:none;
}

#try-out-tank-chooser-img
{
	margin-top: -15px;
	float: right;
}

nav.navigation .active
{
	background-color: #1f2b1d !important;
}

nav.navigation li a,
nav.navigation li.active a,
nav.navigation .level0.active > .level-top
{
	color: #fff !important;
	border: none;
}
nav.navigation .level0
{
	margin:0;
}
/*
nav.navigation li+li:before
{
	margin:0;
	padding:0;
	color: #666;
	content: "|";
}
*/

nav.navigation .block-search
{
	margin-right:15px;
}
nav.navigation .block-search .block-content
{
	line-height: 47px;
}
nav.navigation .block-search input
{
	background-color: #000;
	border: none;
	color:#eee;
}

nav.navigation .block-search input[type='text']::-webkit-input-placeholder 
{
	color: #aaa;
}
nav.navigation .block-search input[type='text']:-moz-placeholder 
{
	color: #aaa;
}
nav.navigation .block-search input[type='text']::-moz-placeholder 
{
	color: #aaa;
}
nav.navigation .block-search input[type='text']:-ms-input-placeholder 
{  
	color: #aaa;
}

.page-wrapper .sections.nav-sections
{
	margin-bottom: 0;
}

.page-wrapper .top-container
{
	max-width:100%;
	padding-left: 0;
	padding-right: 0;
}

#homepage-category-ad-images td
{
	/*padding: 8px 10px;*/
	padding-left: 10px;
	vertical-align: inherit;
}

.block-search button.action.search
{
	top: 8px;
}

/* footer */

footer.page-footer
{
	padding-bottom:7px;
	background-color: #304c33;	
}


.footer-container.footer-top
{
	background-color: #7b8f4a;
	color: #fff;
}

.footer-container.footer-middle
{
	background-color: #eaf4eb; 
	color: #000;
}

.footer-container
{
	width: 100%;
}
.footer-container .footer.content
{
	padding:40px 0;
}

.footer-container .footer.content table,
.footer-container .footer.content row
{
	width: 100%;
}
.footer-container .footer.content td
{
	width: 25%;
}

.footer-container .footer.content td img
{
	float:left;
	margin-right:10px;
}

.footer-container .footer.content td div
{
	margin-top:10px;
}

.footer-container .footer.content td p
{
	margin-top:1em;
}

.footer-container .footer.content input[type='text']
{
	margin-bottom: 5px;
}

.footer-container .footer.content input[type='text'].footer-textbox-comments
{
	
}

/*.footer-container .footer.content*/ input[type='text']::-webkit-input-placeholder 
{
   font-style: italic;
}
/*.footer-container .footer.content*/ input[type='text']:-moz-placeholder 
{
   font-style: italic;  
}
/*.footer-container .footer.content*/ input[type='text']::-moz-placeholder 
{
   font-style: italic;  
}
/*.footer-container .footer.content*/ input[type='text']:-ms-input-placeholder 
{  
   font-style: italic; 
}

.footer-container .footer.content input[type='button']
{
	background-color: #304c33;
	color: #fff;
	padding: 10px 15px;
	border:none;
}

.footer-container .footer.content .footer-search-postcode,
.footer-container .footer.content .footer-search-contactus
{
	margin-top:5px;
}

.footer-container .footer.content .footer-search-contactus
{
	float: right;
}

.footer-container .footer.content td a
{
	color: #000;
}

.footer-container.footer-bottom
{
	background-color: #fff;
	
}
.footer-container.footer-bottom .footer.content td
{
	width: 50%;
	height: 70px;
	vertical-align: middle;
}

.footer-container.footer-bottom .footer.content td:nth-child(1) div
{
	margin-top:7px;
}

.footer-container.footer-bottom .footer.content td img
{
	/* margin-top: 15px; */
}

.footer-container.footer-bottom .footer.content td:nth-child(1) img
{
	margin-right: 3px;
}

.footer-container.footer-bottom .footer.content td:nth-child(2) img
{
	float: right;
}

/* breadcrumbs */
.breadcrumbs
{
	margin-top: 3px;
}

/* product/Attributes */

table.attribute-tank-types,
table.attribute-region-tank-specifications 
{
	border: 1px solid #aaa;
}

table.attribute-tank-types tr:nth-child(1),
table.attribute-region-tank-specifications tr:nth-child(1)
{
	background-color: #304C33;
	color: #fff;
}

table.attribute-tank-types tr:nth-child(n+2),
table.attribute-region-tank-specifications tr:nth-child(n+2)
{
	border-top: 1px solid #aaa;
}

table.attribute-tank-types tr:nth-child(1) td,
table.attribute-region-tank-specifications tr:nth-child(1) td
{
	border: 1px solid #000;
}

table.attribute-tank-types tr:nth-child(n+2) td:nth-child(1),
table.attribute-region-tank-specifications tr:nth-child(n+2) td:nth-child(1)
{
	background-color: #EBF6EE;
}

table.attribute-tank-types tr:nth-child(n+2) td,
table.attribute-region-tank-specifications tr:nth-child(n+2) td
{
	border-right: 1px solid #aaa;
}

table.accessories
{
	text-align: left;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}

table.accessories td
{
	border: 0px solid #aaa;
	width: 80px;
	text-align: center;
}

table.accessories a label
{
	width: 100%;
	text-align: center;
	display: block;
}

/* product page */

.main .product-info-main .product-add-form
{
	padding-top: 0px;
}


.fieldset > .field.qty,
.fieldset > .actions
{
	display:inline-block;
}

.box-tocart .fieldset > .actions button.action.tocart
{
	width: 100%;
	margin-top: 10px;
	margin-left: 15px;
}

.fieldset > .field.qty
{
	float:left;
}

ul.green-ticked
{
	list-style: none !important;
}

ul.green-ticked li
{
	margin-left: -25px;
	padding: 0 0 0 25px;
    background: url(../images/green-checked.png) no-repeat scroll 0 1px;
    background-image: url(../images/green-checked.png);
    background-position-x: 0px;
    background-position-y: 1px;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}


/* Enter Postcode */

#localized-product-prices input:focus
{
	outline-width: 0;
	outline: none;
}


/* don't distribute to your area */
#dont-distribute-to-your-area table
{
	background-color: #fff; 
	margin:20px auto; 
	width: 60%; 
	min-width: 340px;
}

#dont-distribute-to-your-area table a
{
	background-color:#1f384e; 
	color:#fff; 
	width:100%; 
	display:block; 
	padding:7px 0;
	text-decoration: none;
}

#dont-distribute-to-your-area table.details
{
	background-color: #f4f6f5;
	width: 100%;
	text-align: left;
	font-size: 14px;
}

#dont-distribute-to-your-area table.details td:nth-child(1)
{
	width: 10px;
}

#dont-distribute-to-your-area table.details td.phoneNo
{
	font-size: 16px;
}

div.do-next
{
	text-align: center; 
	position: absolute; 
	bottom:0; 
	width:100%; 
	display:block;
	margin-bottom: 15px;
}

/* checkout */
#checkout .authentication-wrapper button.action.action-auth-toggle
{
	color: #fff;
}

/* checkout - progress bar */
.opc-progress-bar-item._active
{
	text-align: left;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before,
.opc-progress-bar-item._active > span:after
{
	display:none;
}

/* compare products */
body.catalog-product-compare-index .action.email
{
	float: right;
	margin: 0;
}

/* buttons */
section.our-section-page.contact-us #enquiry-form button,
#frmProductEnquiry input[type='button'].action.primary,
button.action.primary,
button.action.update,
#localized-product-prices #pac-card > input[type='submit'],
#discount-form button.action.action-apply
{
	background-color: #304c33;
	color: #fff;
	padding: 10px 15px;
	border:none;
}

section.our-section-page.contact-us #enquiry-form button:hover,
section.our-section-page.contact-us #enquiry-form button:focus,
#frmProductEnquiry input[type='button'].action.primary:hover,
#frmProductEnquiry input[type='button'].action.primary:focus,
button.action.primary:hover,
button.action.primary:focus,
button.action.update:hover,
button.action.update:focus,
#discount-form button.action.action-apply:hover,
#discount-form button.action.action-apply:focus
{
	background-color: #304c33;
	border: 1px solid #304c33;
}


/**
 ** FAQ
 **/

#page-faq.our-section-page h1 { color: #1F2B1D; }
#page-faq.our-section-page h2 {	color: #304C33; }
