﻿#main a {
	color: #3A4C23;
	text-decoration: none;
}

#main a:hover, #main a:focus, #wrap a:hover {
	color: #222d15;
	text-decoration: underline;
}

.LatoReg {
    font-family: LatoReg;
}
.LatoBold {
    font-family: LatoBold;
}
.bgGreen{
    background-color:#3A4C23;
}
.bgGrey{
    background-color:#F0F0F0;
}
.bgOrange{
    background-color: #E27C0D;
}
.marginBNav{
    margin-bottom: 28px;
}
#wrap {
    font-family: 'Lato', sans-serif;
}
#main {
    padding-left: 25px;
}
#horonav {
	float: left;
	margin-left: 0;
	overflow: hidden;
	padding-left: 6px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#horonav li {
	float: left;
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 12px;
	border-left: 1px dashed #6E8056;
}
#horonav li a {
	color: white;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
    font-family: 'Lato', sans-serif;

}
#horonav li.first {
	border-left: none;
}
#horonav li.first a {
	padding-left: 0;
}
#horonav li:hover a {
	color: #E27C0D;
    text-decoration: none;

}
#horonav li.first{
	padding-left: 0px;

}
.sidenav {
    padding: 5px;
    border: 1px solid #CCCCCC
}
.navHeader {
    color:white;
    font-size: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 14px;
}
.navHeader i{
    float:right;
    margin-right: 10px;
}
.sidenav ul {
    background-color: #F9F9F9;
}
.sidenav ul li {
    border-top: 1px solid #EFEFEF;
}
.sidenav ul li a:after{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
    float:right;
    color: #999999;
    font-size: 20px;
    line-height: 12px;
    padding-right: 10px;

}
.sidenav ul li a  {
    font-size: 18px;
    padding-top:14px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    font-family: 'Lato', sans-serif;

}
.sidenav ul li a i {
    font-size: 10px;
    color: #E27C0D;
    vertical-align: 1px;
    padding-right: 14px;
}
#main .hpHeader {
        color:white;
    font-size: 19px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 14px;
    margin-bottom: 26px;
}
.hpCatDisplay .catholder {
    position: relative;
    margin-bottom: 26px;
}
.catholder.paddingright {
    padding-right: 13px;
}
.catholder.paddingleft {
    padding-left: 13px;
}
.catImage {
    height: 266px;
    width: 100%;
    max-width: 100%;
}
.hpCatDisplay .catholder .catImage img{
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
}
.hpCatDisplay .catholder .catName {
	position: absolute;
	z-index: 10;
	top: 100px;
	width: 100%;
	text-align: center;
    font-size: 26px;
    color:white;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.headerSearch {
    padding-top: 42px;
}
.headerSearch INPUT {
	border: 1px solid #999999;
	padding: 20px;
	font-size: 14px;
	width: 89%;
	float: left;
}
.headerSearch BUTTON {
	border: none;
	/* padding: 10px; */
	font-size: 33px;
	background-color: #E27C0D;
	color: white;
	vertical-align: -8px;
	height: 60px;
	margin-left: -1px;
	width: 50px;
}
.headerAccount{
    padding-top: 53px;
    font-size: 16px;
}
.headerAccount a{
    color: black;
}
.headerAccount a:hover{
    color: #222d15;
}
.headerAccount .signIn{
    font-weight: 600;
    display:block;
    padding-left: 14px;
}
.headerAccount .myAccount{
    display:block;
    padding-left: 14px;
}
.headerLogo img{
    padding-top:15px;
    padding-bottom: 15px;
}
.headerCart {
    position: relative;
}
.headerCart .cartDisplay {
	font-size: 45px;
	color: #506731;
	margin-top: 36px;
	position: relative;
    display:inline-block;
    float:left;
}
.headerCart .cartCount {
	border-radius: 50%;
	width: 22px;
	height: 22px;
	font-size: 10px;
	color: black;
	background-color: #E27C0D;
	text-align: center;
	padding-top: 4px;
	padding-left: 1px;
	position: absolute;
	top: 7px;
	left: 33px;
}
.headerCart .cartTotal {
	display: inline-block;
	float: left;
	font-size: 15px;
	margin-bottom: 3px;
    margin-left:10px;
}
.headerCart .inlineDisplay{
    display: inline-block;
}
.footerContainer {
    margin-top:10px;
}
.footerContainer, .footerContainer p {
    color: white;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}
.footerContainer .holder {
    padding-right: 15px;
}
.footerContainer h4 {
	color: white;
	text-transform: uppercase;
	margin-top: 51px;
	border-bottom: 1px solid #2F3F1C;
	padding-bottom: 17px;
}
.footerContainer .container {
    padding-bottom: 50px;
}
.copyright, .cc{
    	color: white;
        font-size: 14px;
        padding-top: 23px;
        padding-bottom: 23px;
}
.cc {
    text-align: right;
}
.footerContainer a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.footerContainer a:hover {
    color: #E27C0D;
}
.footerContainer .quickLinks {
	margin-left: 0;
	padding-left: 0px;
    list-style: none;
    
}
.footerContainer .quickLinks li {
    padding-bottom: 18px;
}
.quickLinks li::before {content: "\f111"; color: #E27C0D;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footerContainer .quickLinks li a {
    padding-left: 13px;
}
.breadcrumb, .breadcrumb a {
color: #3A4C23;
}
#sdpProductDisplay  {
    padding: 5px;
	border: 1px solid #CCCCCC;
    overflow: hidden;
    margin-bottom: 5px;
}
#sdpProductDisplay #kalyximage {
    max-height: 110px;
    min-height: 110px;
    margin-bottom: 5px;
}
#sdpProductDisplay #kalyximage IMG{
max-height:100px;
}
#sdpProductDisplay .sdpproductinfo {
	min-height: 80px;
	text-align: center;
    background-color: #F9F9F9;
    vertical-align: center;
    font-size: 14px;
    padding-top:3px;
    padding-left: 3px;
    padding-right: 3px;
}
#sdpProductDisplay .sdpproductbuy {
    min-height: 50px;
}
#main .sdpHeader {
	color: white;
	font-size: 19px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 14px;
	margin-bottom: 26px;
}
#main .breadcrumb {
    	float: right;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 3px;
    color: #7e7e7e;
}
#main .sdpHeader .breadcrumb {
	float: right;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 3px;
    color: beige;
}
#main .sdpHeader .breadcrumb a{
	color: #efefef;
}
#main .submitbtn, .submitbtnIE {
    background-color: #506731;
    padding: 5px;
    color: white;
    border: none;
    border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
#main .exdHeader {
	color: white;
	font-size: 19px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 14px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 23px;
}
#shopexd .productSummary {
	font-size: 16px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height: 25px;
}
#shopexd .productSummary .inside {
    background-color:#F9F9F9;
    padding:10px;
}
#shopexd .productSummary .inside .title {
	color: gray;
	text-align: right;
	/* padding-right: 5px; */
	
}

#shopexd .productSummary .price {
	font-size: 40px;
	line-height: 54px;
	color: #3A4C23;
	letter-spacing: 0.04em;
}
#purchase {
    background-color: white;
    overflow: hidden;
    padding:10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#shopexd .productimage {
    margin-top: 15px;
}
.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
#shopexd .extendeddesc {
    margin-top: 15px;
    margin-bottom: 15px;
}
.footerLogo {
    padding-top: 92px;
}
@media (max-width: 768px) {
    .catholder.paddingright {
        padding-right: 0;
    }

    .catholder.paddingleft {
        padding-left: 0;
    }
    #main .sdpHeader {
	color: white;
	font-size: 19px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 14px;
	margin-bottom: 26px;
}
#main .breadcrumb {
    	float: none;
        width: 100%;
        display:block;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 3px;
    color: #7e7e7e;
}
#main .sdpHeader .breadcrumb {
	float: none;
        width: 100%;
        display:block;
	font-size: 13px;
	margin-right: 5px;
	margin-top: 3px;
    color: beige;
}

}
#picHeaders {
	background-repeat: no-repeat;
	padding-left: 45px;
	border-top: 1px solid #E27C0D;
	border-bottom: 5px solid #E27C0D;
	padding-top: 5px;
	padding-bottom: 5px;
	/* margin-top: 5px; */
	background-position: center left;
}
.customerservice {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.customerservice #picHeaders {
	background-repeat: no-repeat;
	padding-left: 45px;
	border-top: 1px solid #E27C0D;
	border-bottom: 5px solid #E27C0D;
	padding-top: 15px;
	padding-bottom: 15px;
	/* margin-top: 5px; */
	background-position: center left;
	margin-bottom: 10px;
}
.customerservice ul {
    margin-top:10px;
}
#alsoboughtoverwrite table {
    background-color:white !important;
}

#alsoboughtoverwrite .menuhdr {
    	background-repeat: no-repeat;
	padding-left: 45px;
	border-top: 1px solid #E27C0D;
	border-bottom: 5px solid #E27C0D;
	padding-top: 5px;
	padding-bottom: 5px;
	/* margin-top: 5px; */
	background-position: center left;
}

.searchresultwrapper {
	z-index: 999;
	position: absolute;
	width: 470px;
	text-align: left;
	visibility: hidden;
	padding: 5px 5px 15px 5px;
	color: #011963;
	left: 0;
	top: 101px;
	overflow-y: hidden;
	/* height: 300px; */
	font-size: 12px;
	line-height: 20px;
}
.searchresultwrapper a {
    color: darkslategrey;
}
.searchresultwrapper {
	background-color: #eeeeee;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}