﻿BODY
{
    background-color: #fff;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif, Helvetica;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
/*HOW TO STYLE THE PLACEHOLDER TEXT*/
::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }

button[disabled], html input[disabled], button[disabled]:hover, html input[disabled]:hover {
    cursor: none;
    background-color: lightgray;    
}

/*MENU TOGGLE*/
.navbar {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  border:none;
  background-color: transparent;
   border-radius: 0;
   margin: 0px;
   background-image: none;
   box-shadow: none;
   min-height: 10px;
   /*Bootstrap defaults:
   border-radius: 4px;
   position: relative;
    min-height: 50px;
    margin-bottom: 20px;*/
}

.navbar-default .navbar-toggle {
    background-color: #fff;
    border-color: #697140;
    padding: 9px 10px;
    margin-top: 3px;
    margin-right: 4px;
    /*Bootstrap defaults:
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;*/
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background-color: #c0cb8e;
    /*Bootstrap defaults:background-color: #ddd;*/
}
.navbar-default .navbar-toggle:visited {
    background-color: white;
    /*Bootstrap defaults:background-color: #ddd;*/
}
.sr-only {
    /*Bootstrap defaults:
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;*/
}
.navbar-toggle .icon-bar {
    background-color: #000;
    /*Bootstrap defaults:
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;*/
}

/*MAIN MENU*/
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.m-nav {
    height: 40px;
}
.mainnav-container {
    margin: 0px auto;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0px;
    border: none;
    /*Bootstrap defaults:
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-radius: 4px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;*/
}
.mainnav {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   float: none;
   margin-bottom: 0;
   list-style: none;
   background-color: transparent;
   padding: 5px 0px 0px 0px;
}
/*TO MAKE the navigation sit center on page - .mainnav must have text-align: center; & float: none; ALSO .navbar-nav > li must have display: inline-block; & float: none; */
.navbar-nav > li {
    border: none;    
    padding: 0px;
    margin: 0px 0px;    
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a.highlighted {
   margin-right: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    text-transform: none;
    padding: 0px;
    /*Bootstrap defaults:
    color: #777;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   margin-right: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #ed1b23;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    text-transform: none;
    padding: 0px;
    /*Bootstrap defaults:
    color: #000;
    background-color: transparent;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}
.navbar-default .navbar-nav > .open > a {
    margin-right: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    text-transform: none;
    padding: 0px;
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    margin-right: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #ed1b23;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    cursor: pointer;
    text-transform: none;
    padding: 0px;
    border: none;
    box-shadow: none;
}
.navbar-nav > li > a.dropdown-toggle {
    margin-right: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    text-transform: none;
    padding: 0px;
}
.navbar-nav > li > a.dropdown-toggle:hover, .navbar-nav > li > a.dropdown-toggle:active, .navbar-nav > li > a.dropdown-toggle:focus {
    margin-right: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #ed1b23;
    font-size: 13px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    background-image: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    text-transform: none;
    padding: 0px;
}
.navbar-nav > li .caret {
    /*background: url(files/arrow_sub-menu.png) scroll top right;
    width: 12px;
    height: 7px;
     border-top: none;
     border-right: none;
    border-left: none;
    Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.navbar-nav > li > .dropdown-menu /*sub-menu*/{
    background-color: rgba(0, 0, 0, .15);
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px;
    box-shadow: none;
    /*Bootstrap defaults:
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)*/
    /*SUB UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.navbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border: none;
}
.navbar-nav > li > .dropdown-menu > li > a, .navbar-nav > li > .dropdown-menu > li > a.highlighted /*sub-menu link style*/ {
    margin-left: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    cursor: pointer;
    text-transform: none;
    padding: 0px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;*/
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
    margin-left: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #ed1b23;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    line-height: 20px;
    cursor: pointer;
    text-transform: none;
    padding: 0px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    background-image: none;
    /*Bootstrap defaults:
    color: #262626;    
    background-color: #f5f5f5;*/
}
.navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
.navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:hover, .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:active, .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:focus {
    color: #ed1b23;
    background-color: transparent;
    text-decoration: none;
}
.navbar-nav > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right no-repeat;
    width: 7px;
    height: 12px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.dropdown-menu /*child-menu*/{
    background-color: rgba(141, 50, 28, .85);
    width: auto;
    margin: 0px 0px 0px 0px;
    left:100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.dropdown-menu > li /*child-menu item separator*/{
    border-bottom: solid 1px #000;
    /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
}
.dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
    color: #fff;
    padding: 10px 20px;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    color: #8d321c;
    text-decoration: underline;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
    background-color: rgba(0, 0, 0, .35);
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px;
    box-shadow: none;
    margin: 15px 0px 0px 75px;
}
.navbar-nav > li > .dropdown-menu > li > dropdown-menu > li {
    border: none;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    margin-left: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;
    text-transform: none;
    padding: 0px;
    border: none;
    box-shadow: none;
    font-weight: bold;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:focus {
   color: #ed1b23;
    background-color: transparent;
    text-decoration: none;
    margin-left: 10px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    font-size: 11px;
    line-height: 20px;
    cursor: pointer;
    text-transform: none;
    padding: 0px;
    border: none;
    box-shadow: none;
    font-weight: bold;
    background-image: none;
}

/*PRODUCT MENU*/
.nav-menu {
    margin-top: 0px;
    position: relative;
    float: right;
    display: block;
}
.prodnav {
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    list-style: none;
    margin-top: -8px;
}
.prodbar-nav > li {
    border: none;    
    padding: 0px;
    margin: 0px;    
    display: inline-block;
    float: none;
}
.prodbar-nav > li:first-child {
	border-left: none;
}
.prodbar-nav > li > a, .prodbar-nav > li > a.highlighted {
    font-family: Lato,sans-serif !important;
    color: #4e8626 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 22px !important;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    text-transform: none !important;
    /*Bootstrap defaults:
    color: #777;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}
.prodbar-nav > li > a:hover, .prodbar-nav > li > a:focus, .prodbar-nav > li > a:active {
    font-family: Lato,sans-serif !important;
    color: #ed1b23 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 22px !important;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    text-transform: none !important;
    background-color: rgba(255, 233, 51, .85) !important;
    /*Bootstrap defaults:
    color: #000;
    background-color: transparent;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}
.prodbar-nav > .open > a {
    font-family: Lato,sans-serif;
    color: #4e8626;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 22px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    background-color: transparent;
}
.prodbar-nav > .open > a:hover, .prodbar-nav > .open > a:focus {
    font-family: Lato,sans-serif;
    color: #4e8626;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 22px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    background-color: rgba(255, 233, 51, .85);
}
.prodbar-nav > li > a.dropdown-toggle {
    font-family: Lato, sans-serif;
    color: #4e8626;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 22px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    /*background: url(files/arrow_sub-menu.png) scroll center right no-repeat;*/
    background-color: transparent;
}
.prodbar-nav > li > a.dropdown-toggle:hover, .prodbar-nav > li > a.dropdown-toggle:active, .prodbar-nav > li > a.dropdown-toggle:focus, .prodbar-nav > li > a.highlighted.dropdown-toggle:focus {
    font-family: Lato, sans-serif;
    color: #4e8626;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 22px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    /*background: url(files/arrow_sub-menu.png) scroll center right no-repeat;*/
    background-color: rgba(255, 233, 51, .85);
}
.prodbar-nav > li .caret {
    background: url(files/arrow_sub-menu.png) scroll top right;
    width: 12px;
    height: 7px;
     border-top: none;
     border-right: none;
    border-left: none;
    background-color: transparent;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.prodbar-nav > li > .dropdown-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;        
}    
.prodbar-nav > li > .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #4e8626;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
}
.prodbar-nav > li > .dropdown-menu /*sub-menu*/{
    background-color: rgba(255, 233, 51, .90);
    transition: background-color 400ms ease, color 400ms ease;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin: 60px 0px 0px;
    top: 0 !important;
    /*to make it scrollable*/
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
    /*Bootstrap defaults:
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)*/
    /*SUB UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.prodbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border-bottom: 1px solid hsla(0, 0%, 100%, .30);
}
.prodbar-nav > li > .dropdown-menu > li > a, .prodbar-nav > li > .dropdown-menu > li > a.highlighted /*sub-menu link style*/ {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #356e0a;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: none;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;*/
}
.prodbar-nav > li > .dropdown-menu > li > a:hover, .prodbar-nav > li > .dropdown-menu > li > a:focus, .prodbar-nav > li > .dropdown-menu > li > a:active {
    background-color: #ffca45;
    background-image: none;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: none;
    /*Bootstrap defaults:
    color: #262626;    
    background-color: #f5f5f5;*/
}
.prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #356e0a;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: none;
}
.prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:hover, .prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:active, .prodbar-nav > li > .dropdown-menu > li > a.dropdown-toggle:focus {
     background-color: #ffca45;
     background-image:none;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: none;
}
.prodbar-nav > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right no-repeat;
    width: 7px;
    height: 12px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.dropdown-menu /*child-menu*/{
    background-color: rgba(141, 50, 28, .85);
    width: auto;
    margin: 0px 0px 0px 0px;
    left:100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.dropdown-menu > li /*child-menu item separator*/{
    border-bottom: solid 1px #000;
    /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
}
.dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
    color: #fff;
    padding: 10px 20px;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    color: #8d321c;
    text-decoration: underline;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu {
   background-color: #ffca45;
    transition: background-color 400ms ease, color 400ms ease;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    top: auto;
    margin-left: 160px;
    margin-top: -37px;
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li {
       border-bottom: 1px solid hsla(0, 0%, 100%, .19);
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
.prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:hover, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:focus, .prodbar-nav > li > .dropdown-menu > li > .dropdown-menu li > a:active  {
   background-color: #a0a0a0;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
/* Prod Nav: Scrolling arrows containers for tall sub menus - test sub menu: "Sub test" -> "more..." -> "more..." in the default download package
===================*/
	.prodbar-nav span.scroll-up {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#FFF;
		height:20px;
		/* width and position will be automatically set by the script */
	}
    .prodbar-nav span.scroll-down {
		position:absolute;
		display:none;
		visibility:hidden;
		overflow:hidden;
		background:#FFF;
		height:30px;
		/* width and position will be automatically set by the script */
	}
	.prodbar-nav span.scroll-up:hover, .prodbar-nav span.scroll-down:hover {
		background:#c0c0c0;
	}
	.prodbar-nav span.scroll-up-arrow, .prodbar-nav span.scroll-down-arrow {
		position:absolute;
		top:0;
		left:50%;
		margin-left:-6px;
		/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
		width:0;
		height:0;
		overflow:hidden;
		border-width:6px; /* tweak size of the arrow */
		border-style:dashed dashed solid dashed;
		border-color:transparent transparent #555 transparent;
	}
	.prodbar-nav span.scroll-up:hover span.scroll-up-arrow {
		border-color:transparent transparent #962d2f transparent;
	}
	.prodbar-nav span.scroll-down-arrow {
		top:8px;
		border-style:solid dashed dashed dashed;
		border-color:#555 transparent transparent transparent;
	}
	.prodbar-nav span.scroll-down:hover span.scroll-down-arrow {
		border-color:#962d2f transparent transparent transparent;
	}

/*SIDE PRODUCT MENU ON CAT LISTING*/
.nav-stacked {
    padding-right: 60px;
    margin-bottom: 0;
    list-style: none;
}
.nav-stacked > li {
   float: none;
   padding: 5px 5px;
   font-family: Arial, sans-serif, Helvetica;
   color: #000;
   font-size: 13px !important;
   font-weight: 600;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 1px;
   border-bottom: solid 1px #000;
}
.nav-stacked > li+li {
   margin: 2px 0px 0px;    
   padding: 0px;
   border-bottom: none;
}
.nav-stacked > li+li.dropdown {
    margin: 2px 0px 0px;
    padding: 0px;
    border-bottom: none;
    background: url(files/arrow_sub-prod-menu.png) scroll top right no-repeat;
}
.nav-pills > li > a {
    border-radius: 0px;
    /*Bootstrap defaults:
    border-radius: 4px;*/
}
.nav > li > a, .nav > li > a.highlighted {
    padding: 5px 5px;
    font-family: Arial, sans-serif, Helvetica;
    color: #4e8626;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active, .nav .open > a:hover {
   padding: 5px 5px;
    font-family: Arial, sans-serif, Helvetica;
    color: #ed1b23;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgba(255, 233, 51, .85);
    border: none;
    /*Bootstrap defaults:
    color: #000;
    background-color: transparent;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}
.nav-stacked > li+li > .dropdown-menu {
   background-color: #f4f4f4;
    transition: background-color 400ms ease, color 400ms ease;
    left: 0px;
    text-align: left;
    border: none;
    border-radius: 0px;
    padding: 0px;
    top: auto;
    margin-top: 0px;
    position: static;
    float: none;
    box-shadow: none;
}
.nav-stacked > li > .dropdown-menu > li {
       border-bottom: 1px solid hsla(0, 0%, 100%, .19);
}
.nav-stacked > li > .dropdown-menu > li > a {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #205a00;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    white-space: normal;
}
.nav-stacked > li > .dropdown-menu > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    padding: 10px 20px;
    color: #ed1b23;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    white-space: normal;
}
/*SECONDARY MENU*/
.topnav-menu {
    display: block;
}
.topnav-menu-mobile {
    display: none;
}
.topnav {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    visibility: visible !important;
    display: inline-block;
}
.topbar-nav > li {
    border-right: 1px solid transparent;
    float: left;
    padding: 0px;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}
.topbar-nav > li > a, .topbar-nav > li > a.highlighted {    
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    font-family: Arial, sans-serif, Helvetica;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .25);
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.topbar-nav > li > a:hover, .topbar-nav > li > a:focus, .topbar-nav > li > a:active {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    font-family: Arial, sans-serif, Helvetica;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #a0a0a0;
    /*Bootstrap defaults:
    background-color: #eee;
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.topbar-nav > li .caret {
    background: url(files/arrow_main-menu.png) scroll top right;
    width: 19px;
    height: 11px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.topbar-nav > li > .dropdown-menu /*sub-menu*/{
    background-color: transparent;
    left: 0px;
     margin: 0px 0px 0px 0px;
    /*Bootstrap defaults:
    margin: -20px 0px 0px 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    */
}
.topbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border-bottom: dashed 1px #fff;
}
.topbar-nav > li > .dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*sub-menu link style*/ {
    color: #fff;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.topbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    color: #8d321c;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.topbar-nav > li > .dropdown-menu > li .caret {
    background: url(files/arrow_sub-menu.png) scroll top right;
    width: 15px;
    height: 9px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.dropdown-menu /*child-menu*/{
    background-color: transparent;
    width: auto;
    margin: -20px 0px 0px 0px;
    left:100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.dropdown-menu > li /*child-menu item separator*/{
    border-bottom: solid 1px #fff;
    /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
}
.dropdown-menu > li > a, .dropdown-menu > li > a.highlighted /*child-menu link style*/ {
    color: #fff;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    color: #8d321c;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.topbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

/*TEXTNAV MENU*/
.secnav-container {
}
.secnav {
    text-align: center;
    padding: 0px;
    margin: 0 auto;
}
/*.sm-mainnav li : AI CREATED THIS to make the navigation sit center on page - have to hide same style tag under Items separators though and move any code from there here so no duplicates - .sm-mainnav has to have text-align:center & sm-mainnav ul has to have text-align:left & you have to keep the !important tags on!*/
.secbar-nav > li {
    float: none !important;
    display: inline-block !important;
    padding: 0px;
    margin: 0px;
    border-bottom: none !important;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}
.secbar-nav > li > a, .secbar-nav > li > a.highlighted {
    margin-right: 11px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    padding: 0px;
    text-transform: none;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.secbar-nav > li > a:hover, .secbar-nav > li > a:focus, .secbar-nav > li > a:active {
   margin-right: 11px;
    clear: none;
    font-family: "Open Sans",sans-serif;
    color: #4e8626;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    background-color: transparent;
    padding: 0px;
    /*Bootstrap defaults:
    background-color: #eee;
    position: relative;
    display: block;
    padding: 10px 15px;*/
}

/*ADMIN MENU*/
.dropdown-menu > li > a.dropdown-toggle .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.dropdown-menu > li > a.dropdown-toggle.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.dropdown-menu > li > a.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
/* MOBILE MENU STYLES */
.mm-cntrl {
    top: auto;
    left: 0 !important;
}

.pm-cntrl {
    top: auto;
    left: 0 !important;
}

.tn-cntrl {
    top: auto;
    left: 0 !important;
}

.dropdown-item-button {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 15px;
    clear: both;
    font-weight: bold;
    color: #fff;
    text-align: inherit;
    white-space: normal;
    background-color: #6eb396;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

    .dropdown-item-button:hover, .dropdown-item-button:active, .dropdown-item-button:focus {
        display: block;
        width: 100%;
        padding: 5px 5px 5px 15px;
        clear: both;
        font-weight: bold;
        color: #4e8626;
        text-align: inherit;
        white-space: normal;
        background-color: #ffca45;
        border: 0;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

.dropdown-item-category {
    display: block;
    width: 100%;
    padding: 5px 5px 5px 15px;
    clear: both;
    font-weight: bold;
    color: #4e8626;
    text-align: center;
    white-space: normal;
    background-color: #b6fedd;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

    .dropdown-item-category:hover, .dropdown-item-category:active, .dropdown-item-category:focus {
        display: block;
        width: 100%;
        padding: 5px 5px 5px 15px;
        clear: both;
        font-weight: bold;
        color: #4e8626;
        text-align: center;
        white-space: normal;
        background-color: #aff7d7;
        border: 0;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }
/* pm = product menu styles */
#pm {
    background-color: #ffde35;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: none;
    clear: both;
    position: relative;
    left: 0;
    height: auto;
    border-radius: 4px 4px 0px 0px;
}

.dropdown-menu {
    background-color: #ffee48;
    width: 100%;
    padding: 0px;
    margin-top: 37px;
    height: 100%;
}

#pm > .dropdown-item-pm {
    display: block;
    width: 100%;
    padding: 19px 8px 17px;
    clear: both;
    font-weight: 700;
    font-family: Lato, sans-serif;
    color: #4e8626;
    white-space: normal;
    background-color: transparent;
    border: none;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

    #pm > .dropdown-item-pm:focus, #pm > .dropdown-item-pm:hover, #pm > .dropdown-item-pm:active {
        display: block;
        width: 100%;
        padding: 19px 8px 17px;
        clear: both;
        font-weight: 700;
        font-family: Lato, sans-serif;
        color: #4e8626;
        white-space: normal;
        background-color: #ffca45;
        border: none;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
    }

.dropdown-item-pm {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #4e8626;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #ffee48;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

    .dropdown-item-pm:focus, .dropdown-item-pm:hover, .dropdown-item-pm:active {
        display: block;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        clear: both;
        font-weight: 300;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        white-space: normal;
        background-color: #ffee48;
        border: none;
        font-size: 12px;
        text-decoration: none;
        text-align: center;
        border-bottom: 1px solid hsla(0, 0%, 100%, .50);
        line-height: 1.42857143;
    }

#pm > .dropdown-item-pm > .hcarat-pm {
    margin-left: 20px;
}

    #pm > .dropdown-item-pm > .hcarat-pm:before {
        content: "\003e";
        position: absolute;
        border: none;
        margin-top: -7px;
        font-size: 23px;
    }

.hcarat-pm {
    margin-left: 20px;
}

    .hcarat-pm:before {
        content: "\003e";
        position: absolute;
        border: none;
        margin-top: -3px;
        font-size: 17px;
    }
/* mm = main menu styles */
#mm {
    background-color: #ffee48;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: none;
    clear: both;
    position: relative;
    left: 0;
    height: auto;
    border-radius: 0px;
    border-top: 1px solid #ffff5c;
}

    #mm > .dropdown-item-mm {
        display: block;
        width: 100%;
        padding: 19px 8px 17px;
        clear: both;
        font-weight: 700;
        font-family: Lato, sans-serif;
        color: #4e8626;
        white-space: normal;
        background-color: transparent;
        border: none;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
    }

        #mm > .dropdown-item-mm:focus, #mm > .dropdown-item-mm:hover, #mm > .dropdown-item-mm:active {
            display: block;
            width: 100%;
            padding: 19px 8px 17px;
            clear: both;
            font-weight: 700;
            font-family: Lato, sans-serif;
            color: #4e8626;
            white-space: normal;
            background-color: #ffca45;
            border: none;
            font-size: 16px;
            text-decoration: none;
            text-align: center;
        }

.dropdown-item-mm {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #4e8626;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #ffee48;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

    .dropdown-item-mm:focus, .dropdown-item-mm:hover, .dropdown-item-mm:active {
        display: block;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        clear: both;
        font-weight: 300;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        white-space: normal;
        background-color: #ffee48;
        border: none;
        font-size: 12px;
        text-decoration: none;
        text-align: center;
        border-bottom: 1px solid hsla(0, 0%, 100%, .50);
        line-height: 1.42857143;
    }

#mm > .dropdown-item-mm > .hcarat-mm {
    margin-left: 20px;
}

    #mm > .dropdown-item-mm > .hcarat-mm:before {
        content: "\003e";
        position: absolute;
        border: none;
        margin-top: -7px;
        font-size: 23px;
    }

.hcarat-mm {
    margin-left: 20px;
}

    .hcarat-mm:before {
        content: "\003e";
        position: absolute;
        border: none;
        margin-top: -3px;
        font-size: 17px;
    }
/* tn = top menu styles */
#tn {
    background-color: #ffee48;
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: none;
    clear: both;
    position: relative;
    left: 0;
    height: auto;
    border-radius: 0px 0px 4px 4px;
}

    #tn > .dropdown-item-tn {
        display: block;
        width: 100%;
        padding: 19px 8px 17px;
        clear: both;
        font-weight: 700;
        font-family: Lato, sans-serif;
        color: #4e8626;
        white-space: normal;
        background-color: transparent;
        border: none;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
    }

        #tn > .dropdown-item-tn:focus, #tn > .dropdown-item-tn:hover, #tn > .dropdown-item-tn:active {
            display: block;
            width: 100%;
            padding: 19px 8px 17px;
            clear: both;
            font-weight: 700;
            font-family: Lato, sans-serif;
            color: #4e8626;
            white-space: normal;
            background-color: #ffca45;
            border: none;
            font-size: 16px;
            text-decoration: none;
            text-align: center;
        }

.dropdown-item-tn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #4e8626;
    clear: both;
    font-weight: 300;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    white-space: normal;
    background-color: #ffee48;
    border: none;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0, 0%, 100%, .50);
    line-height: 1.42857143;
}

    .dropdown-item-tn:focus, .dropdown-item-tn:hover, .dropdown-item-tn:active {
        display: block;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        clear: both;
        font-weight: 300;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        white-space: normal;
        background-color: #ffee48;
        border: none;
        font-size: 12px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid hsla(0, 0%, 100%, .50);
        line-height: 1.42857143;
    }

/* INTERNAL HTML STYLES*/
.search_btn {
    margin-right: 0px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .25);
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
    margin-right: 0px;
    padding: 5px 10px;
    background-color: #a0a0a0;
    background-attachment: scroll !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.topcart-block
{
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
a.topcartnav, a.highlighted.topcartnav
{
    padding: 0px;
    background-color: transparent;
    margin: 0px;
    width: 38px;
}
a.topcartnav:hover, a.topcartnav:active, a.topcartnav:focus
{
    padding: 0px;
    background-color: transparent;
    margin: 0px;
    width: 38px;
}
.nameemaillabel
{
	padding-right:10px;
	text-align:right;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
	font-weight: normal;
}
.tafentermessagepadding
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
}
.tafentermessagepadding2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
	padding-left:13%;
}
.companyphonenumber
{
    padding: 0px;
    margin: 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #4e8626;
    font-weight: bold;
    text-decoration: none;
}
.clearfix
{
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 0px;
}
.clearfix_secure
{
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 3px;
}
.addthis
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
}
.translate
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    float: right;
}
/*SB MENU*/
.sb_shopping_cat
{
    background: url(../files/hd_shop.png) no-repeat scroll left top;
    width: 205px;
    padding: 43px 0px 0px 0px;
    margin: 0px;
}
.sb_shopping_cat-name
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}
/*FEATURED PRODUCTS*/
.text_centered
{
    text-align: center;
}
.featured_img
{
    width: 70%;
    margin-bottom: 0px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.featuredtext
{
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    margin-top: 15px;
    float: none;
    clear: none;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 20px;
}
.featured_line {
    background-color: #ffca45;
    margin: 10px 0px 20px;
}
.featuredprice
{
    font-family: "Open Sans",sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}
a.featuredlink
{
    display: block;
    margin: 10px auto 5px;
    clear: both;
    font-family: "Open Sans",sans-serif;
    color: #4e8626;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}
a.featuredlink:hover, a.featuredlink:active, a.featuredlink:focus
{	
	display: block;
    margin: 10px auto 5px;
    clear: both;
    font-family: "Open Sans",sans-serif;
    color: #ed1b23;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.hd_featured
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
   	font-size: 22px;
	color: #4e8626;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
/*TEXTNAV*/
.copyright
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
    border: solid 0px #4e8626;
}
.xsellit
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
    display: inline-block;
}
.copyright_lines {
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0px 5px;
}
a.textnav
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-decoration: underline;
}
a.textnav:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #ed1b23;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
    border: solid 0px #4e8626;
	text-decoration: underline;
}
a.textnav2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	 color: #4e8626;
	text-decoration: underline;
	font-weight: normal;
}
a.textnav2:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #4e8626;
	text-decoration: underline;
	font-weight: normal;
}
.ssl
{
	width: 66px;
    height: 43px;
	padding: 0px 7px 0px 0px;
	margin: 0px;
	display: block;
	float: left;
    border: solid 0px Red;
}
.linksummary
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	 color: #000;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
}
/*CONTENT*/
a
{
  color: #000;
  text-decoration: none;
}
a:hover
{
  color: #4e8626;
  text-decoration: underline;
}
a.link
{
  color: #000;
  text-decoration: underline;
}
a.link:hover
{
  color: #4e8626;
  text-decoration: underline;
}
.prod_header
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 30px;
    color: #4e8626;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}
H1
{
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: 44px;
  text-transform: none;
}
.content-pg /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/
{
   font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: 44px;
  text-transform: none;
}
.categories /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/
{
 margin: 10px 0px 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: solid 1px rgba(156, 156, 156, 0.84);
  padding-bottom: 10px;
  color: #000;
}
.products, .hdshop /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/ {
    margin: 10px 0px 0px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(156, 156, 156, 0.84);
    padding-bottom: 10px;
    color: #000;
}
.moreinfo_prodtitle /*H1 - make sure all fields below overwrite fields in regular H1 if needed*/
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #4e8626;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding: 0px;
	margin: 0px;
    text-transform: none;
    letter-spacing: normal;
}
H2
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #000;
}
H3
{
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #ed1b23;/*red*/
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
}
H4
{
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
H5
{
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
H6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.maintext
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
    line-height: 18pt;
    text-decoration: none;
    padding: 0px 25px 0px 25px;
    margin: 0px auto;
    text-align: center;
}
.insidetext
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 18pt;
    text-decoration: none;
    padding: 30px 0px 0px 0px;
    margin: 0px auto;
    border: 0px solid purple;
}
.med_font
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: normal;
}
#ctl00_body_TwitterTag_TwitterLink 
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #4e8626;
	text-decoration: underline;
}
#pictureContainer > img {
    max-width: 100%;
    height: auto;
}

.gallery_previous {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #37fefe;
    display: block;
    cursor: pointer;
}

.gallery_next {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #37fefe;
    display: block;
    cursor: pointer;
}

.gallery_mobile {
    display: none;
}

.gallery_thumbnail {
    display: inline-block;
}

.gallery_thumbnail_mobile {
    display: none;
}

.piccaption {
    text-align: center;
    padding-top: 20px;
}

    .piccaption p {
        text-align: center;
    }
/*CATEGORY*/
.bg-bc {
    margin: 0px;
	padding: 0px 0px 20px;
}
.catdesc
{
	margin: 0px;
	padding: 10px 0px;
}
.cat-title_height
{
    margin: 0px;
    padding: 0px;
    min-height: 34px;
    display: block;
}
.sortfilter
{
	 padding: 10px 0px;
     margin-bottom: 10px;
     border-bottom: 1px solid #d9d9d9;
     border-top: 1px solid #d9d9d9;
}
.filter-mobile {
    display: none;
}
.filters {
    display: block;
}
.filter-dropdown {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}
.filter-btn
{
    background-color: #114a75;
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
} 
.filter-btn:hover, .filter-btn:active, .filter-btn:focus  {
    background-color: #a0a0a0;    
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #4e8626;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
}
.Preview-btn
{
    padding: 10px 14px;
    border-right-style: none;
    background-color: #4e8626;
    -webkit-transition: background-color 500ms ease, color 500ms ease;
    transition: background-color 500ms ease, color 500ms ease;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px 0px 20px 15px;
} 
.Preview-btn:hover, .Preview-btn:active, .Preview-btn:focus  {
    padding: 10px 14px;
    border-right-style: none;
    background-color: #a0a0a0;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px 0px 20px 15px;
}
.selectfilter
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.pager_showall 
{
    padding: 0px;
    margin: 0px;
}
.showall
{
	margin: 0px;
	padding: 7px 15px 0px 0px;
	vertical-align: top;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: right;
}
.pagerbg 
{
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center;
    vertical-align: top;
}
.pager_showall_border
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    vertical-align: bottom;
    border-style: none none dotted none; 
    border-width: 0px 0px 1px 0px; 
    border-color: #676767;
}
a.pager
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4e8626;
	text-decoration: none;
	font-weight: normal;
    cursor: pointer;
    margin: 0px;
}
a.pager:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4e8626;
	text-decoration: underline;
	font-weight: normal;
    cursor: pointer;
    margin: 0px;
}
.pageselected
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #4e8626;
	font-weight: bold;
	text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.selectedpage
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #4e8626;
	font-weight: bold;
	text-transform: uppercase;
}
.productlisttablewidth
{
	margin: 0px 0px 10px 0px;
    vertical-align: top;
}
.prodlink
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
    text-decoration: none;
    font-weight: bold;
}
a.prodlink
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
    text-decoration: none;
    font-weight: bold;
}
a.prodlink:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #ed1b23;
    text-decoration: underline;
    font-weight: bold;
}
.prodpg_price
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
	font-weight: normal;
}
.strikeOut
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #707070;
	font-weight: normal;
	text-decoration: line-through;
}
.prodpg_priceout
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #707070;
	font-weight: normal;
	text-decoration: line-through;
}
.prodpg_priceeach
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
	color: #4e8626;
	font-weight: normal;
}
.prodtable
{
	border: 1px solid #4e8626;
	width: 124px;
}
.carttable
{
	border: 1px solid #4e8626;
	width: 321px;
}
.carttable3
{
	border: 1px solid #D3D3D3;
	width: 240px;
}
.prodopt_desc
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #585858;
    font-weight: normal;
    text-decoration: none;
}
.prodopt_desc_mobile
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .12);
}
.prodopt_desc_checkout
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
    color: #585858;
    font-weight: normal;
    text-decoration: none;
}
.tborder 
{
	border: #4e8626;
}
.borderc 
{
	border: #4e8626;
}
.boldhd
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
	font-weight: bold;
	text-decoration: none;
}
.boldhd2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
	font-weight: bold;
	text-decoration: none;
}
.boldhd2_checkout
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4e8626;
	font-weight: bold;
	text-decoration: none;
}
.boldhd3
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #4e8626;
	font-weight: bold;
	text-decoration: none;
}
.boldhdpickup
{
	font-family: tahoma, verdana, helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	color:Red;
	text-decoration: none;
}
.boldordernum
{
	font-family: tahoma, verdana, helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	color: #1B668F;
	text-decoration: none;
}
.yousave
{
	font-family: verdana, tahoma, helvetica, arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF2231;
	text-decoration: none;
}
.cbill-text {
    text-align: right;
}
/*PROMO CODES*/
.promo
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
	color: #4e8626;
	text-decoration: none;
}
/*BREADCRUMBS*/
#bcbg
{
}
.bclabel
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #363636;
	text-decoration: none;
	font-weight: 600;
}
a.bclink
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #4e8626;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
a.bclink:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #ed1b23;
	font-weight: normal;
	text-transform: uppercase;
}
.bcarrow
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #4e8626;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.mi_bcbg
{
	vertical-align: top;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #d9d9d9;
}
.checkout_line
{
	vertical-align: top;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #d9d9d9;
    margin: 0px;
}
/*PROMOTION CODES*/
.promo
{
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	font-weight: bold;
	color: #1B668F;
	text-decoration: none;
}
/*PRODUCT MORE INFO PAGE*/
.prod_area
{
    float: right;
    display: block;
    margin: -215px 0px 0px 0px;
}
.prod_right
{
    float: right;
    display: block;
    width: 197px;
    height: 165px;
    background-color: #ff504b;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.align_right
{
   margin: 15px 10px 0px 0px;
   float: right;
   display: block;  
   height: 3px; 
}
.nocpi_align
{
   margin: 0px 5px 0px 0px;
   float: right;
   display: block;  
}
.checkoutcellwidth
{
	padding:  0px;
	width: 250px;
	margin:  0px;
}
.moreinfo_reorder-block
{
    background-color: #fefaea;
    width: 276px;
    padding: 12px;
    margin: 5px 0px 0px 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.hd_reorder-gift
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4e8626;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.smfont
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}
.smblack
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}
.moreinfo_gift-block
{
    background-color: #fefaea;
    width: 276px;
    padding: 12px;
    margin: 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.gift_message
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
     color: #4e8626;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.moreinfocellwidth
{
	padding: 0px 15px 0px 0px;
	width: 490px;
	margin: 0px;
}
.checkoutcellwidth
{
	padding: 0px;
	width: 235px;
	margin: 0px;
}
.moreinfo_sku
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #959595;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
    vertical-align: top;
}
.moreinfo_vendor
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #959595;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
    vertical-align: top;
}
a.couponlink
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 12px;
	color: #4e8626;
	text-decoration: underline;
	font-weight: bold;
}
a.couponlink:hover
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 12px;
	color: #a0a0a0;
	text-decoration: underline;
	font-weight: bold;
}
.price {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 25px;
    color: #3c7412;
    font-weight: normal;
    clear: right;
}
.price_variant {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 25px;
    color: #3c7412;
    font-weight: normal
}
.price_md
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 20px;
    color: #4e8626;
    font-weight: normal;
    clear: right;
}
.price_sm
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
    font-weight: normal;
    clear: right;
}
.dependent_desc
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.dependent_desc_mobile
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}
.dependent_desc_checkout
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 10px;
    color: #000;
    font-weight: normal;
}
.suggprice_list /*prod listing pg*/ {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #767676;
    font-size: 13px;
    line-height: 20px;
}
.strikeOut /*moreinfo pg*/
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #4e8626;
	font-weight: normal;
	text-decoration: line-through;
}
.strikeOut_cart /*cart pg*/
{
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 20px;
	text-decoration: line-through;
}
.suggprice_list_cart /*cart pg*/
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #767676;
    font-size: 12px;
    line-height: 20px;
}
.priceout /*prod listing pg*/
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 20px;
    color: #4e8626;
	font-weight: normal;
	text-decoration: line-through;
}
.mdfont
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.priceeach
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 18px;
	color: #4e8626;
	font-weight: normal;
}
.suggprice
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #939393;
	font-weight: normal;
}
a.moreinfo_aname
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #4e8626;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
a.moreinfo_aname:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #ed1b23;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.prod_options
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 11px;
    color: #4e8626;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.prod_margin {
        margin-bottom: 40px;
        margin-top: 20px;
    }
.fpline2 {
    min-height: 40px;
}
a.prodlink_listing {
    font-size: 16px;
    font-weight: 600;
    color: #4e8626;
}
a.prodlink_listing:hover {
    font-size: 16px;
    font-weight: 600;
    color: #ed1b23;
}
.personalization {
    background-color: transparent;
}
.addtocart
{
	width: 400px;
	margin: 0px 0px 0px 0px;
    font-family: Lucida Sans Unicode, Arial, Helvetica;
	font-size: 12px;
	color: #68380b;
}
.addtocart input.off
{
	border: 0;
	width: auto;
}
.qty-modal-title
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #387e9e;
	font-weight: bold;
    text-transform: none;
}
.qty {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}
a.qty
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
	font-weight: normal;
    text-transform: none;
}
a.qty:hover, a.qty:active, a.qty:focus
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #387e9e;
	font-weight: normal;
    text-transform: none;
}
.moreinfo_cross-related_bg
{
	background-color: transparent;
}
.hd_cross-related
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4e8626;
	vertical-align: middle;
	font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px;
}
.hline_cross-related
{
	background: url(../files/hline_cross-related.png) no-repeat scroll center top;
	height: 1px;
    width: 731px;
	padding-top: 10px;
}
a.cross-related_prodtitle
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
	font-weight: normal;
	text-decoration: none;
}
a.cross-related_prodtitle:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
	font-weight: normal;
	text-decoration: underline;
}
.price_cross-related
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
     color: #4e8626;
	font-weight: bold;
}
.priceout_cross-related
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
     color: #4e8626;
	font-weight: bold;
	text-decoration: line-through;
}
.relatedcrosspike {
    border-right: solid 1px rgba(156, 156, 156, 0.84);
}
.relatedcrossbg
{
	border-right: solid 1px rgba(156, 156, 156, 0.84);
}
.cross-related-margin {
        margin-bottom: 15px;
    }
.mi_hline
{
	vertical-align: top;
	padding: 0px;
	border-top: solid 1px rgba(156, 156, 156, 0.84);
}
.mi_v-divider
{
	vertical-align: top;
    margin-top: 18px;
	padding: 0px 0px 20px;
	border-top: solid 1px #d9d9d9;
}
.moreinfo_prodtitle-row
{   
    line-height: normal;
	margin: 0px 0px 15px;
    vertical-align: baseline;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0px;
}
.reviews {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
}
a.reviews_link {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
a.reviews_link:hover {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #4e8626;
    text-decoration: underline;
}
.reviews_hd {
    font-weight: bold;
    padding: 10px 0px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}
.reviews_hd-dialog {
    font-weight: bold;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}  
.reviews-dialog {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
}
.progress {
    margin-bottom: 10px;
}
.add_favorites
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	margin: -5px 0px 0px 0px;
}
.favorite {
    width: 15px;
    height: 15px;
}
.mi_qty {
    text-align: right;
    padding-right: 0px;
}
.mi_btn {
        text-align: right;
    }
.moreinfo_share
{
    padding: 10px 0px;
	margin: 0px;
    border: solid 0px lime;
}
.moreinfo_prod-image
{
    padding-top: 24px;
    border: solid 0px Red;
}
 .moreinfo_prod-image_lg
{
	width: 100%;
    padding: 15px;
	margin: 0px auto;
    border: solid 0px Red;
}
.moreinfo_prod-desc
{
    padding: 20px 10px 10px;
    border: solid 0px Red;
    background-color: hsla(0, 0%, 100%, .75);
    margin-bottom: 30px;
}
.moreinfo_shortdesc
{
    border-top: 1px solid #d9d9d9;
    padding: 20px 0px;
    margin-top: 15px;
}
.moreinfo_prod-price
{
    padding-top: 24px;
    text-align: left;
    border: solid 0px Red;
}
.moreinfo_prod-cross-related
{
    border: solid 0px Red;
}
.accordion-panel {
    margin-bottom: 10px;
}
.accordion-heading {
    padding: 10px 15px;
    background: #d9d9d9 url(../files/arrow_accordion.png) no-repeat right scroll !important;
}
.accordion-title, .accordion-title:hover {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.accordion-title {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.accordion-title:hover, a.accordion-title:active, a.accordion-title:focus {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
/*WHATS NEW*/
.lastupdate
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4e8626;
	text-decoration: none;
}
.whatsnew {
    padding: 0px;
    visibility: visible !important;
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
}

    .whatsnew > li {
        list-style: none;
        float: left;
        position: relative;
        display: block;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

        .whatsnew > li > a, .whatsnew > li > a.highlighted {
            font-family: Open Sans, Trebuchet MS, sans-serif;
            color: #000;
            text-decoration: none;
            padding: 60px;
            background-color: #ffe933;
            font-size: 18px;
            text-align: center;
            display: inline-block;
        }

            .whatsnew > li > a:hover, .whatsnew > li > a:focus, .whatsnew > li > a:active, .whatsnew > li > a.highlighted:hover {
                font-family: Open Sans, Trebuchet MS, sans-serif;
                color: #fff;
                text-decoration: none;
                padding: 60px;
                background-color: #4e8626;
                font-size: 18px;
                text-align: center;
                display: inline-block;
            }

.newslist > li {
    list-style: none;
    float: left;
    position: relative;
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
}

    .newslist > li > a, .newslist > li > a.highlighted {
        font-family: Open Sans, Trebuchet MS, sans-serif;
        color: #000;
        text-decoration: none;
        padding: 60px;
        background-color: #ffe933;
        font-size: 18px;
        text-align: center;
        display: inline-block;
    }

        .newslist > li > a:hover, .newslist > li > a:focus, .newslist > li > a:active, .newslist > li > a.highlighted:hover {
            font-family: Open Sans, Trebuchet MS, sans-serif;
            color: #fff;
            text-decoration: none;
            padding: 60px;
            background-color: #4e8626;
            font-size: 18px;
            text-align: center;
            display: inline-block;
        }
/* EPRODUCTS */
.eproducthd
{
	background-color: #4e8626;
}
/* FORM INPUTS */
.inputButtonfp
{
    height: 38px;
    width: 38px;
}
.inputButtontaf
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #ffe933;
    text-decoration: none;
    color: #4e8626;
    border: none;
    text-transform: uppercase;
}
.inputButton {
    display: inline-block;
    background-color: #ffe933;    
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
} 
.inputButton:hover, .inputButton:active, .inputButton:focus  {
    display: inline-block;
    background-color: #4e8626;
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButtonLogOut {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #ffe933;
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButtonLogOut:hover, .inputButtonLogOut:active, .inputButtonLogOut:focus {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #4e8626;
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
a.btZoom {
    background-color: #ffe933;    
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #2d6600;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
} 
a.btZoom:hover, a.btZoom:active, a.btZoom:focus  {
    background-color: #ed1b23;    
    padding: 0px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px 0px 20px;
}
.inputButtonSearch {
    float: left;
    background-color: #49e73d;
    display: inline-block;
    padding: 9px 9px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial,sans-serif;
    height: 38px;
}
.inputButtonSearch:hover, .inputButtonSearch:active, .inputButtonSearch:focus  {    
    float: left;
    background-color: #ffe933;
    display: inline-block;
    padding: 9px 9px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Arial,sans-serif;
    height: 38px;
}
.inputButtoncoupon
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #ffe933;
    text-decoration: none;
    color: #2d6600;
    border: none;
    text-transform: uppercase;
}
.inputButtonOrder
{
    display: inline-block;
    margin-top: 15px;
    background-color: #ffe933;    
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 90%;
}
.inputButtonOrder:hover, .inputButtonOrder:focus, .inputButtonOrder:active {
    display: inline-block;
    margin-top: 15px;
    background-color: #4e8626;    
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 90%;
}
.inputButton2 {
    background-color: #ffe933;    
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
} 
.inputButton2:hover, .inputButton2:active, .inputButton2:focus  {
    background-color: #4e8626;
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButton_addcart {
    display: inline-block;
    background-color: #ffe933;    
    padding: 9px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
} 
.inputButton_addcart:hover, .inputButton_addcart:active, .inputButton_addcart:focus  {
    display: inline-block;
    background-color: #4e8626;
    padding: 9px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButton_checkin {
    background-color: #ffe933;    
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
} 
.inputButton_checkin:hover, .inputButton_checkin:active, .inputButton_checkin:focus  {
    background-color: #4e8626;
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
}
.inputButton2_checkin {
    background-color: #4e8626;
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    display: inline-block;
    margin: 10px 0px 0px 0px;
} 
.inputButton2_checkin:hover, .inputButton2_checkin:active, .inputButton2_checkin:focus  {
    background-color: #4e8626;    
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}
.inputButton_continue {
    border-radius: 2px;
   background-color: #4e8626;
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
} 
.inputButton_continue:hover, .inputButton_continue:active, .inputButton_continue:focus  {
    background-color: #ffe933;    
    padding: 7px 10px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButton_edit {
    border-radius: 0px;
    background-color: transparent;
    padding: 5px 0px 0px 8px;
    opacity: 1;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
} 
.inputButton_edit:hover, .inputButton_edit:active, .inputButton_edit:focus  {
    border-radius: 0px;
    background-color: transparent;
    padding: 5px 0px 0px 8px;
    opacity: 1;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: underline;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButton_shipping
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #505050;
    border: none;
    text-decoration: underline;
}
.inputButton_shipping:hover, .inputButton_shipping:active, .inputButton_shipping:focus .{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #000;
    border: none;
    text-decoration: underline;
}
.inputButtonMoreInfo
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #ffe933;
    text-decoration: none;
    color: #2d6600;
    border: none;
    text-transform: uppercase;
}
.inputButtonDownload
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 11px;
	vertical-align: top;
    cursor: pointer;
    padding: 0px 6px 0px 6px;
    margin: 0px;
    height: 25px;
    background-color: #fff;
    color: #4e8626;
    border: solid 1px #4e8626;
    text-transform: uppercase;
}
.inputButtonJoin
{
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #ffe933;
    font-family: "Open Sans",sans-serif;
    color: #000;
    padding: 8px 14px;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    border: solid 2px #ffe933 !important;
    font-weight: normal;
}

.inputButtonJoin:hover, .inputButtonJoin:active, .inputButtonJoin:focus
{
	display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #fff;
    font-family: "Open Sans",sans-serif;
    color: #000;
    padding: 8px 14px;
    text-decoration: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    border: solid 2px #ffe933;
    font-weight: normal;
}
.inputButtonJoin input.off
{
	border: 0;
	width: auto;
}
.inputButtoncoupon
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
    height: 37px;
	vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #ffe933;
    text-decoration: none;
    color: #4e8626;
    border: none;
    text-transform: uppercase;
    width: 50px;
}
a.inputButtonEmailProd
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	border: none;
	padding: 0px 0px 10px;
    background-color: transparent;
}
a.inputButtonEmailProd:hover, a.inputButtonEmailProd:active, a.inputButtonEmailProd:focus
{
    font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #387e9e;
	text-decoration: underline;
	border: none;
	padding: 0px 0px 10px;
    background-color: transparent;
}
.inputButtonPromo
{
    background-color: #ffe933;
    padding: 7px 10px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputButtonPromo:hover, .inputButtonPromo:active, .inputButtonPromo:focus  {
   background-color: #4e8626;
    padding: 7px 10px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
}
.inputJoin
{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.inputqty
{
	display: inline-block;
    width: 100%; /*60%*/
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputqty-cart
{
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #717171;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputsm 
{
	display: inline-block;
    width: 70%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.input
{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.input_scan
{
	background: #FFFFFF url(../files/bginput.png) repeat-x 50% top;
    height: 27px;
	width: 201px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px 0px 4px 0px;
	padding: 2px 0px 0px 7px;
}
.input_scan:focus { 
     background: #ffff00;
     border: 1px solid #ffff00;
 } 
.inputlg 
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.4285;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputPromo
{
	display: inline-block;
    width: 70%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.datePicker {
    display: inline-block;
    width: 20%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #636363;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: 'Source Sans Pro', Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.textarea 
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 100%;
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
}
.textarea_contact
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 100%;
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
    height: 125px;
}
.textarea_rate
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 100%;
    height: 200px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
}
.textarea2 
{
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: top;
	margin: 0px;
	padding: 2px 0px 0px 7px;
}
.ordtextarea {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #585858;
    display: block;
    height: 100px;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.4285;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}

.textarea_gift
{
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    min-height: 80px;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.input_personalize 
{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.select {
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);    
}
.select_sort
{
    width: 40%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    border-radius: 5px;
}
.mi_select {
    display: inline-block;
    width: 94%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}

.selectsized
{
	box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    width: 143px;
    min-height: 25px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #9c9c9c;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px 0px 4px 0px;
	padding: 2px 0px 0px 7px;
}
.inputsearch
{
    display: block;
    height: 39px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: none;
    width: 160px;
    float: left;
}

.icon-search
{
    height: 38px;
    padding: 7px 8px 5px 8px;
    background-color: #aeafaf;
    display: inline-block;
}
.search-close
{
    height: 38px;
    padding: 8px 10px 4px 10px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    border: none;
    vertical-align: top;
}
/*CONTACT TABLES*/
.contact {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #36424A;
    text-decoration: none;
    display: block;
}
.contact_left {
    display: block; 
    float: left; 
    padding: 0px 20px 0px 0px; 
    margin: 0px; 
    width: 30%;
    height: 45px;
    vertical-align: middle;
}
.contact_right {
    display: block; 
    float: right; 
    text-align: left; 
    padding: 0px 0px 0px 10px;
    margin: 0px; 
    width: 70%;
    height: 45px;
    vertical-align: middle;
}
@media (max-width: 521px) {
    .contact_left {
        padding: 0px 0px 0px 0px; 
        margin: 0px; 
        width: 100%;
        vertical-align: middle;
        display: block;
        float: none;
        height: 35px;
    }
    .contact_right {
        padding: 0px 0px 0px 0px;
        margin: 0px; 
        width: 100%;
        vertical-align: middle;
        display: block;
        float: none;
        height: 35px;
    }
    label {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contact {
        margin: 0px 0px 25px 0px;
    }
}
.contact_comments {
    display: block; 
    float: left; 
    padding: 0px 20px 0px 0px; 
    margin: 0px; 
    width: 40%;
}
.contact_captcha {
    display: block; 
    float: right; 
    text-align: left; 
    padding: 35px 0px 0px 20px; 
    margin: 0px; 
    width: 60%;
}
.inputcap {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin: 15px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
@media (max-width: 708px) {
    .contact_comments {
        padding: 0px 0px 0px 0px; 
        margin: 0px; 
        width: 100%;
    }
    .contact_captcha {
        text-align: left; 
        padding: 10px 0px 0px 0px; 
        margin: 0px; 
        width: 100%;
    }
}
.contact fieldset {
    margin-bottom: 10px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #2E3133;
}
.contact2 fieldset {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 40px;
    border: none;
    border-top: 1px solid #2E3133;
}
.contact legend, .contact2 legend {
    padding: 0px 2px 0px 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #2E3133;
}
.contact label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #36424A;
    text-decoration: none;
    font-weight: normal;
    margin-top: 10px;
}
@media (max-width: 520px) {
    .contact fieldset {
        margin: 0px 0px 0px 0px;
        border: none;
        border-top: 1px solid #2E3133;
    }
    .contact legend {
        padding: 10px 2px 0px 2px;
        font-weight: bold;
        _margin: 0px; 
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em;
        text-decoration: none;
        color: #2E3133;
        margin-bottom: 0px;
    }
    .contact label {
        margin-top: 0px;
    }
}
.contact fieldset ol {
    margin: 0;
    padding: 0;
}

.contact fieldset li {
    list-style: none;
    padding: 5px 7px;
    background: url(images/topnavdottedline.gif) left bottom repeat-x;
}
.contact input.off
{
	border: 0;
	width: auto;
}

.required {
font-family: Microsoft Sans Serif, Arial, Helvetica;
font-size: 0.688em;
color: Red;
text-decoration: none;
}

.nameemaillabel {
padding-right: 10px;
text-align: right;
font-family: Open Sans, Trebuchet MS, sans-serif;
font-size: 1em;
color: #36424A;
text-decoration: none;
font-weight: normal;
}

fieldset {
margin-bottom: 10px;
margin-right: 40px;
border: 1px solid #2E3133;
}

label {
margin-top: 8px;
margin-bottom: 8px;
}
/*EMAIL PRODUCT*/
.emailproduct
{
	width: 200px;
	margin: 0px 0px 0px 0px;
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
}
.emailproduct fieldset
{
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.emailproduct fieldset ol
{
	margin: 0;
	padding: 0;
}
.emailproduct fieldset li
{
	list-style: none;
	width: 200px;
	background: url(../files/bgadd.png) left bottom repeat-x;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.emailproduct input.off
{
	border: 0;
	width: auto;
}
.emailproductinfo
{
	width: 370px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000;
}
.emailproductinfo fieldset 
{
	margin-bottom: 10px;
	width: 370px;
	border: none;
	border-top: 1px solid #4e8626;
}
.emailproductinfo legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
}
.emailproductinfo label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 370px;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #363636;
	font-weight: normal;
}
.emailproductinfo fieldset ol
{
	margin: 0;
	padding: 0;
}
.emailproductinfo fieldset li
{
	list-style: none;
	padding: 5px 0px 5px 0px;
	width: 370px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.emailproductinfo input.off
{
	border: 0;
	width: auto;
}
/*SECURE SITE*/
#checkin_container
{
    padding: 0px;
    margin: 0px auto;
    width: 765px;
    height: 300px;
}
.checkin_new
{
 width: 342px;
 padding: 10px 40px 0px 0px;
 margin: 0px;
 display: block;
 float: left;
}
.checkin_login
{
    background: url(images/bg_checkin_login.gif) scroll repeat-y right top;
    width: 343px;
    height: 180px;
    padding: 10px 0px 0px 40px;
    margin: 0px;
    display: block;
    float: right;
}
.hd-sub_checkin
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    padding: 13px 0px 0px 0px
}
.checkin_cont
{
	border: #4e8626 1px solid;
	background-color: #fefaea;
	padding: 10px;
	margin: 0px;
	width: 590px;
}
.checkinbg
{
	background-color: #4e8626;
	height: 25px;
	width: 300px;
	padding: 0px;
	margin: 0px;
	display: block;
} 
.checkinhd
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 4px 4px 4px;
	margin: 0px;
}
.checkin_body
{
	width: 280px;
	padding: 10px;
	margin: 0px;
    line-height: normal;
	display: block;
}
.continuecheckout
{
	border: #4e8626 1px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.yah
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4e8626;
	text-decoration: none;
}
a.yah
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4e8626;
	text-decoration: none;
}
a.yah:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
    color: #4e8626;
	text-decoration: none;
}
a.forgot_pass
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4e8626;
	text-decoration: none;
}
a.forgot_pass:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #4e8626;
	text-decoration: none;
}
.subheader
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	color:#4e8626;
    font-weight: normal;
	text-decoration: none;
}
.subheader2
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4e8626;
	text-decoration: none;
}
.subheader4
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4e8626;
	text-decoration: none;
}
a.subheader4
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4e8626;
	text-decoration: none;
}
a.subheader4:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: normal;
    color: #4e8626;
	text-decoration: none;
}
.yahbullet
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4e8626;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.secured
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #4e8626;
	text-decoration: underline;
	font-weight: normal;
}
a.secured
{
    border-radius: 2px;
    background-color: #4e8626;
    padding: 11px 15px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    margin: 10px 0px 0px 0px; 
    display: inline-block; 
} 
a.secured:hover, a.secured:active, a.secured:focus  {
    background-color: #ffe933;    
    padding: 11px 15px;
    border-radius: 2px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #2d6600;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border-style: none;
    border-width: 0px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    display: inline-block;
}
.bordersreg
{
    border: 1px solid  #4e8626;
}
.required
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color: Red;	
	text-decoration: none;
}
.msgtable {
    border-right: #4e8626 1px solid;
    border-top: #4e8626 1px solid;
    border-left: #4e8626 1px solid;
    border-bottom: #4e8626 1px solid;
    padding: 12px 10px 12px 19px;
    border-radius: 10px;
    text-align: left;
}
.sbcheckouttext
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
     font-weight: bold;
}
.mi_hline-cart {
    border-bottom-color: #d7d7d7 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    width: 100%;
    height: 1px;
    vertical-align: top;
    margin: 15px 0px 20px 0px;
    padding: 0px;
    border: none;
    clear: both;
}
.hline-cart {
    border-top-color: #282828 !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    width: 100%;
    height: 1px;
    vertical-align: top;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    border: none;
    clear: both;
}
.hdcart {
    font-family: "Open Sans",sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px 0px 15px;
}
.hdcart_receipt {
    font-family: "Open Sans",sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px 20px 15px;
}
a.receipt_link
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
a.receipt_link:hover
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #4e8626;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}
.receipt_info {
    padding: 15px;
    font-weight: bold;
}
.receipt_info2 {
    padding: 15px;
    text-align: right;
}
.receipt_info_personal {
    padding-top: 10px;
}
.receipt_info_personal2 {
    padding-top: 10px;
    text-align: right;
}
.cart-align {
    text-align: right;
}
.secure-align {
    text-align: right;
    margin-right: 40px;
}
.cart_promo_codes
{
    margin: 0px;
	padding: 15px 50px 0px 10px;
}
/*.cart_promo_codes
{
    background-color: #f7f7f7;
    width: 486px;
    margin: 0px;
	padding: 15px 100px 15px 14px;
    float: left;
    display: block;
    border-top: solid 6px #d7d7d7;
}*/
.cart_promo_codes_receipt
{
    background-color: #f7f7f7;
    min-height: 150px;
	padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 6px #d7d7d7;
}
.cart_promo_codes_receipt2
{
    min-height: 127px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 6px #d7d7d7;
}
.cart_promo_codes_preceipt
{
    background-color: #f7f7f7;
    width: 404px;
    min-height: 127px;
    margin: 0px;
	padding: 15px 62px 15px 14px;
    float: left;
    display: block;
    border-top: solid 6px #d7d7d7;
}
.cart_totals
{
    width: 322px;
    min-height: 90px;
    margin: 0px;
	padding: 15px 8px;
    display: block;
    float: right;
    border: solid 6px #d7d7d7;
}
.cart_totals_preceipt
{
    width: 322px;
    margin: 0px;
	padding: 15px 8px;
    display: block;
    float: right;
    border: solid 6px #d7d7d7;
}
.cart_totals_lft
{
    margin: 0px;
    text-align: right;
}
.cart_totals_rt
{
    margin: 0px;
    text-align: right;
}
.gift_card {
    background-color: rgba(0, 0, 0, .15);
    padding: 15px;
}
.input_gc
{
	display: inline-block;
    width: 90%;
    height: 28px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.panel-heading {
    padding: 10px 15px;
    background: #d9d9d9 url(../files/plus_accordion.png) right scroll !important;
    background-repeat: no-repeat !important;
    /*BOOTSTRAP DEFAULT
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    color: #000;
    background-color: #f5f5f5;
    border-color: #ddd;
    */
}
.panel-title, .panel-title:hover {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.panel-title {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
a.panel-title:hover, a.panel-title:active, a.panel-title:focus {
    font-family: "Open Sans",sans-serif;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
}
#billingleft
{
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#ordercommentsleft
{
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#shippingright
{
	float: right;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#confirmright
{
	float: right;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
#paymentleft
{
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
}
.billing
{
	margin: 20px 0px 10px;
    padding: 0px;
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	color:  #464646;
	font-weight: normal;
    line-height: normal;
}
.billing fieldset 
{
	margin-bottom: 20px;
    padding: 20px;
	border: 1px solid #4e8626;
    margin-right: 0px;
    min-width: 0px;
}
.billing legend 
{
	display: block;
    padding: 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
    margin-bottom: 0px;
    border: none;
    width: auto;
}
.billing label
{
	display: inline-block;
	vertical-align: top;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
	padding-bottom: 12px;
    line-height: normal;
    width: 210px;
}
.billing input.off
{
	border: 0;
	width: auto;
}
.shipaddress
{
 width: 385px;
}
.shipping
{
	margin: 30px 0px 0px;
    padding: 0px;
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
    line-height: normal;
}
.shipping fieldset 
{
	margin-bottom: 20px;
    padding: 20px;
	border: 1px solid #4e8626;
    margin-right: 0px;
    min-width: 0px;
}
.shipping legend 
{
	display: block;
    padding: 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
    margin-bottom: 0px;
    border: none;
    width: auto;
}
.shipping label
{
	display: inline-block;
	vertical-align: top;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
    width: 210px;
}
.shipping fieldset ol
{
	margin: 0;
	padding: 0;
}
.shipping fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.shipping input.off
{
	border: 0;
	width: auto;
}
.hd_order-summary
{
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
}
.confirm {
    width: 100%;
    margin: 0px 0px 0px 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #636363;
    padding: 10px;
    font-weight: normal;
    line-height: normal;
    border: solid 1px black;
    background-color: #fff;
}
.order_top_call {
    display: block;
    font-weight: bold;
}
.confirm fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #4e8626;
}
.confirm legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
}
.confirm label
{
	display: inline-block;
	vertical-align: top;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.confirm fieldset ol
{
	margin: 0;
	padding: 0;
}
.confirm fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.confirm input.off
{
	border: 0;
	width: auto;
}
.confirmnocc
{
	width: 600px;
	margin: 20px 0px 0px 10px;
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
    line-height: normal;
}
.confirmnocc fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #4e8626;
}
.confirmnocc legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
}
.confirmnocc label
{
	display: inline-block;
	vertical-align: top;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.confirmnocc fieldset ol
{
	margin: 0;
	padding: 0;
}
.confirmnocc fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.confirmnocc input.off
{
	border: 0;
	width: auto;
}
.payment
{
 margin: 20px 0px 0px 0px;
 font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
  color: #000;
 font-weight: normal;
 line-height: normal;
}
.payment fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #4e8626;
}
.payment legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
}
.payment label
{
	display: inline-block;
	vertical-align: top;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.payment fieldset ol
{
	margin: 0;
	padding: 0;
}
.payment fieldset li
{
	list-style: none;
	padding: 5px 7px;
	background: url(../files/topnavdottedline.gif) left bottom repeat-x;
}
.payment input.off
{
	border: 0;
	width: auto;
}
.paymentnocc
{
	width: 600px;
	margin: 20px 0px 0px 0px;
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
}
.paymentnocc fieldset 
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #4e8626;
}
.paymentnocc legend 
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-family: Open Sans, Trebuchet MS, sans-serif;
	font-size: 14px;
	 color: #000;
	font-weight: normal;
}
.paymentnocc label
{
	display: inline-block;
	vertical-align: top;
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #363636;
	font-weight: normal;
    line-height: normal;
}
.paymentnocc fieldset ol
{
	margin: 0;
	padding: 0;
}
.paymentnocc fieldset li
{
	list-style: none;
	padding: 5px 7px;
}
.paymentnocc input.off
{
	border: 0;
	width: auto;
}
fieldset
{
    margin-bottom: 10px;
    margin-right: 40px;
    border: 1px solid #4e8626;
}
label
{
 margin-top:0px;
 margin-bottom:8px;
}
legend
{
    color: #464646;
}
.securecheckoutheader
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #464646;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    font-weight: bolder;
}
.ziptble
{
    background-color: #fefaea;
    color: #000;
}
.storelocatorsep
{
    border-top: 1px solid #636363;
}
a.whatsthis
{
    font-size: 12px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #4e8626;
}
a.whatsthis:hover
{
    font-size: 12px;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #4e8626;
}
a.adminback
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #4e8626;
	text-decoration: underline;
	font-weight: normal;
    padding: 0px 0px 20px 0px;
}
a.adminback:hover
{
	font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
	text-decoration: underline;
	font-weight: normal;
    padding: 0px 0px 20px 0px;
}
/*FRAME OF SITE AND IMAGES -- CUSTOM LOOK*/
#container_main
{
    margin: 0px auto;
    padding: 0px;
    position: relative;
    border: solid 0px #ff0000;
}
.logo
{
    width: 185px;
}
.menu_main_secure
{
    margin: 0px;
    padding: 0px 0px 0px 0px;   
    border: solid 0px lime;
    float: right;
    display: block;
}
a.secure_home_link
{
    font-family: Lato,sans-serif;
    color: #4e8626;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    text-transform: none;
    margin: 53px 0px 0px 0px;
}
a.secure_home_link:hover, a.secure_home_link:active, a.secure_home_link:focus
{
   font-family: Lato,sans-serif;
    color: #ed1b23;
    font-size: 16px;
    font-weight: 700 ;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    text-transform: none;
    background-color: rgba(255, 233, 51, .85);
    margin: 53px 0px 0px 0px;
}
.freeship {
    background-color: transparent;
    color: #4e8626;
    padding: 7px 10px;
    text-decoration: none;
    vertical-align: top;
    font-size: 13px;
    margin-right: 1px;
    text-align: center;
    max-width: 100%;
    display: inline-block;    
    font-family: Arial, sans-serif, Helvetica;
}
.freeship_mobile {
    background-color: transparent;
    color: #4e8626;
    padding: 7px 10px;
    text-decoration: none;
    vertical-align: top;
    font-size: 13px;
    margin-right: 1px;
    text-align: center;
    font-family: Arial, sans-serif, Helvetica;
}
.header
{
	width: 1130px;
    padding: 0px;
    margin: 0 auto;
    border: solid 0px lime;
    line-height: 17px;
}
.main_menus
{
    width: 100%;
    height: 48px;
    margin: 140px 0px 0px 0px;
    padding: 0px 0px 0px 0px;   
    border: solid 0px lime;
    text-align: right;
    z-index: 100;
    position: absolute;
    background-color: #00daff;
}
.menus_line
{
    width: 1086px;
    margin: 0px auto;
    padding: 0px 0px 0px 48px;   
    border: solid 0px lime;
}
.callout1
{
	width: 359px;
    padding: 0px 0px 0px 12px;
    margin: -1px 0px 0px 0px;
    border: solid 0px lime;
    text-align: center;
    float: left;
    display: block;
}
.callout2
{
	width: 359px;
    margin: -1px 0px 0px 0px;
    padding: 0px 0px 0px 16px;
    border: solid 0px lime;
    text-align: center;
    float: left;
    display: block;
    margin: 0px;
}
.callout3
{
	width: 359px;
    padding: 0px 8px 0px 0px;
    border: solid 0px lime;
    text-align: center;
    float: right;
    display: block;
    margin: 0px 0px 0px 0px;
}
.TreePreview {
     background: url(/files/Plant_Tree_Ireland_Bunbury_PREVIEW.jpg) no-repeat scroll top center;
     min-height: 727px;
     width: 100%;
     margin-bottom: 35px;
}
.TreePreview_name
{
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
    padding: 303px 0px 30px 0px;
    margin: 0px auto;
    font-weight: bold;
}
.TreePreview_msg
{
    color: #000;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
    padding: 0px 0px 30px 0px;
    margin: 0px auto;
}
.TreePreview_from
{
    color: #000;
    text-align: center;
    font-size: 19px;
    line-height: 20px;
    text-decoration: none; 
    font-family: Times, serif;
    padding: 5px 0px 0px 0px;
    margin: 0px auto;
}
.map_bg
{
    background: url(/files/map_bg.png) no-repeat scroll center;
    background-color: #ffffff;
	width: 100%;
	height: 330px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.map_bg_secure
{
    background: url(../../files/map_bg.png) no-repeat scroll center;
    background-color: #ffffff;
	width: 100%;
	height: 330px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.map
{
	width: 1000px;
    padding: 50px 0px 0px 0px;
    margin: 0 auto;
    border: solid 0px lime;
    text-align: center;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
}
.map_text
{
    font-size: 18px;
    font-weight: bold;
}
.content_image
{
	width: 98.8%;
    text-align: center;
    z-index: 600;
    position: absolute;
    top: 0px;
    max-height: 300px;
}
.prod_area
{
    float: right;
    display: block;
    margin: -215px 0px 0px 0px;
}
.prod_right
{
    float: right;
    display: block;
    width: 197px;
    height: 165px;
    background-color: #ff504b;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
.display
{
   float: right;
   display: block;
   padding: 0px 10px 0px 0px;
}
.social 
{
    text-align: center;
}
.join_area
{
    padding: 0px 0px 0px 0px;
    height: 240px;
}
.join1
{
    padding: 13px 0px 0px 0px;
    color: #4e8626;
    font-size: 30px;
}
.join2
{
    padding: 0px 0px 3px 0px;
    color: #4e8626;
    font-size: 14px;
    font-weight: bold;
}
.phone
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 24px;
    color: #4e8626;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 13px;
    margin: 0px;
    font-weight: bolder;
    float: right;
    display: block;
}
a.mobile_phone, a.mobile_phone:hover, a.mobile_phone:focus, a.mobile_phone:active {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    margin: 0px 0px 10px;
}
a.contact_phone, a.contact_phone:hover, a.contact_phone:focus, a.contact_phone:active {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 18pt;
    text-decoration: none;
}
.menu
{
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 13px;
    float: left;
    display: block;
}
.menu2
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 13px;
    float: left;
    display: block;
}
.float_right
{
    float: right;
    display: block;
    margin: 0px 0px 0px 0px;
    width: 360px;
    text-align: left;
}
.f_price
{
    float: right;
    display: block;
    margin: 0px 15px 0px 0px;
    text-align: left;
}
.f_details
{
    float: right;
    display: block;
    margin: 0px 200px 0px 0px;
    text-align: left;
}
.float_right2
{
    float: right;
    display: block;
    margin: -50px 0px 0px 0px;
}
.search_coupon
{
    float: right;
    display: block;
    margin: -36px -5px 0px 0px;
    text-align: right;
}
.float_left
{
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
}
.promocodebox 
{
    padding: 0px 7px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 900;
}
.twitter_link {
    font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
.fb_share_link
{
    font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
}
.IasDropdown
{
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4285;
    color: #000333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.IasText
{
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9c9c9c;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    box-shadow: inset 0px 4px 8px 0px rgba(0, 0, 0, .12);
}
.inputButton3 {
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 14px;
    height: 30px;
    vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 9px 0px 9px;
    border: 1px solid #4e8626;
    background-color: #fbe89b;
    text-decoration: none;
    color: #4e8626;
    text-transform: uppercase;
}
.inputButton4
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
    height: 30px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #4e8626;
    text-decoration: none;
    color: #4e8626;
    border: none;
    text-transform: uppercase;
}
.inputButton_scan
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
    height: 30px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    background-color: #4e8626;
    text-decoration: none;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.inputButton_close
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 16px;
    font-weight: bold;
    height: 25px;
 vertical-align: top;
    margin: 0px !important;
    padding: 0px 7px 1px 8px !important;
    background-color: transparent !important;
    text-decoration: none;
    color: #505050;
    border: 1px solid darkgray !important;
    text-transform: uppercase;
    border-radius: 50px;
}
.inputButton_cancel, .inputButton_cancel:hover, .inputButton_cancel:focus, .inputButton_cancel:active
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 14px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #505050;
    border: none;
    text-decoration: underline;
}
.inputButton_redeem, .inputButton_redeem:hover, .inputButton_redeem:focus, .inputButton_redeem:active
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
 font-size: 13px;
 vertical-align: top;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    text-decoration: none;
    color: #505050;
    border: none;
    text-decoration: underline;
}
.inputButton_checkout, .inputButton_checkout:hover, .inputButton_checkout:active, .inputButton_checkout:focus {
  background: #eeeeee url(files/next_arrow.png) scroll no-repeat right;
  display: inline-block;
  font-family: Open Sans, Trebuchet MS, sans-serif;
  font-size: 16px;
  color: #959595;
  padding: 6px 0px 6px 10px;
  width: 75px;
  text-align: left;
  margin-top: 5px;
}
.inputButton_update {
    border-radius: 2px;
    background-color: #4e8626;
    padding: 5px 8px;
    transition: background-color 0.5s ease 0s, opacity 800ms, transform 800ms;
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-family: Open Sans, Trebuchet MS, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    border-style: none;
    border-width: 0px;
}
/*CONTINUITY MODS*/
.delivery_container {
    width: 246px; 
    padding: 10px 0px 0px 0px; 
    margin: 0px; 
    display: block;
}
.delivery_header {
    width: 234px; 
    padding: 5px; 
    margin: 0px auto; 
    display: block; 
    background-color: #c4c4c4; 
    color: #000;
    border: solid #bebebe 1px;
}
.delivery_box {
	width: 236px; 
    padding: 5px; 
    margin: 0px auto; 
    display: block; 
	font-family: sans-serif;
    text-shadow: none !important;
    color: #000;
    font-size: 14px;
    vertical-align: top;
    box-shadow: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    background: -webkit-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    background: #eeeeee;
    background: -moz-linear-gradient(top, #d0d0d0 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    background: -o-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #d0d0d0 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#eeeeee',GradientType=0 );
}
.caption
{
    font-family: Open Sans, Trebuchet MS, sans-serif;
    font-size: 12px;
    color: #000;
    font-style: italic;
}
#Buttons_Previous:disabled, #Buttons_Next:disabled {
    background-color: #c4c4c4;
    color: #9c9c9c;
    cursor: not-allowed;
}
.hp-icons {
    padding: 20px 30px;
}
/*SLIDER STYLES*/
.carousel {
    background-color: transparent;
    position: relative;
    text-align: center;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.carousel-inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

#myCarousel .carousel-control .slider-next {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin: 0px 30px 0px 0px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 8px;
    border: none;
    background-color: transparent;
    -webkit-user-select: none;
}
#myCarousel .carousel-control .slider-prev {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 30px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 8px;
    border: none;
    background-color: transparent;
    -webkit-user-select: none;
}
#myCarousel .carousel-control .slider-prev:hover {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 30px;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 8px;
    border: none;
    background-color: rgba(255, 255, 255, .4);
    -webkit-user-select: none;
}
#myCarousel .carousel-control .slider-next:hover {
        width: 50px;
        height: 50px;
        position: relative;
        display: inline-block;
        margin: 0px 30px 0px 0px;
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 8px;
        border: none;
        background-color: rgba(255, 255, 255, .4);
        -webkit-user-select: none;
    }

#myCarousel .carousel-control .slider-prev:before, #myCarousel .carousel-control .slider-next:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 7px;
    top: 7px;
    transition: .3s ease-in-out background;
}

#myCarousel .carousel-control .slider-prev:after {
    content: '';
    position: absolute;
    height: 35px;
    width: 21px;
    left: 15px;
    top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/files/arrow_slider.png);
    text-shadow: none;
}

#myCarousel .carousel-control .slider-next:after {
    content: '';
    position: absolute;
    height: 35px;
    width: 21px;
    left: 14px;
    top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/files/arrow_slider.png);
    text-shadow: none;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.carousel-control.right {
    right: 0;
    left: auto;
    top: 35%;
    background-image: none;
    filter: none;
    opacity: 1;
    z-index: 5;
}

.carousel-control.left {
    background-image: none;
    filter: none;
    top: 35%;
    opacity: 1;
    z-index: 5;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #151617;
    font-size: 1.250em;
    text-align: left;
    text-shadow: none;
    line-height: 2.0em;
}
/*.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #151617 !important;
    text-align: left !important;
    text-shadow: none !important;
    filter: alpha(opacity=50);
    opacity: .5;
}*/
.hdslider {
    font-family: Open Sans, sans-serif;
    font-size: 2.875em;
    line-height: 1em !important;
    font-weight: 300;
    color: #1279ba;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
/* Webflow Styles */
.header {
  position: relative;
  background-color: #ffe933;
}

.navbar-section {
  background-color: hsla(0, 0%, 100%, .55);
}

.navbar.inside {
  background-color: #fff;
}

.header-column-left {
  background-color: #fff;
}

.logo-bar {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  z-index: 1000;
}

.hero {
  position: static;
}
.banner-section {
    height: 45%;
}
.slider {
    box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, .38);
}

.slide1 {
    position: relative;
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
}

.slide2 {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.slide3 {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.slide4 {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.slide5 {
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.container-slide {
    position: absolute;
    left: 0px;
    top: 95px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 585px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.32);
}
.slider-heading {
    margin-top: 20px;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
}
.hero-column {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-column2 {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-column3 {
  padding-right: 0px;
  padding-left: 0px;
}

.header-vegi {
  position: absolute;
  left: -122px;
  top: -104px;
  right: 0px;
  z-index: 1000;
  max-width: 30%;
}

.brand {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.logo-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.navmenu {
  margin-top: 0px;
}

.navlink {
  margin-right: 3px;
  padding-right: 23px;
  padding-left: 23px;
  font-family: Lato, sans-serif;
  color: #4e8626;
  font-size: 16px;
  font-weight: 700;
}

.navlink:hover {
  background-color: #ffe933;
}

.logo-container {
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.logo-container.w--current {
  background-color: transparent;
  text-decoration: none;
}

.logo-container.active.w--current {
  text-decoration: none;
}

.logo-container.active.hover.w--current {
  text-decoration: none;
}

.logo-container.active.hover.focus.w--current {
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 0px;
  text-decoration: none;
}

.slide1-div {
  position: absolute;
  left: 0px;
  top: 87px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 500px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, .32);
}

.slider-text {
  margin-top: 20px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
}

.vegi-block {
  position: absolute;
  top: -5px;
  right: -177px;
  z-index: 1600;
  display: block;
  width: 400px;
}

.header-container {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.yellow-bar {
  height: 10px;
  background-color: #ffe933;
}

.search-cart {
  position: static;
  display: inline-block;
  margin-top: 10px;
  float: right;
}

.search-box {
  width: 170px;
  margin-right: 6px;
  float: left;
}

.submit-form {
  padding-right: 9px;
  padding-left: 9px;
  float: left;
  background-color: #49e73d;
}

.form-wrapper {
  margin-bottom: 0px;
}

.cart {
  margin-left: 6px;
  float: right;
}

.featured-products {
    margin: 0px 50px 80px;
    padding: 10px 20px 20px;
    background-color: hsla(0, 0%, 100%, .7);
}

.cart-div {
  float: right;
}

.myaccount-div {
  margin-left: 7px;
  float: right;
}

.secondary-nav {
  margin-top: 15px;
  margin-right: 2px;
  float: right;
}
.secondary-nav_mobile {
    display: none;
}
.secondary-nav-link {
  margin-right: 11px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  text-decoration: none;
}

.body {
  background-image: url('../files/bg2.jpg');
  background-position: 50% 84%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.body-inside {
  background-image: url('../files/bg-inside.jpg');
  background-position: 50% 84%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.featured-column {
  position: static;
  background-color: transparent;
}

.featured-div {
  display: block;
  padding: 10px;
  float: right;
  background-color: #fff;
}

.featured-header {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  padding-left: 0px;
  float: none;
  color: #ed1b23;
  font-size: 12px;
}

.featured-copy-div {
  display: block;
  float: right;
}

.featured-text {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.featured-prod-div {
  display: block;
  background-color: #fff;
}

.featured-prod-div.price {
  margin-top: 10px;
  background-color: #ffca45;
}

.featured-prod-text {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  margin-top: 15px;
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.featured-prod-text.title {
  display: block;
  margin: 10px auto 5px;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  color: #4e8626;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
}

.featured-prod-image {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
}

.buy-now {
  position: relative;
  top: 25px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 10px;
  float: right;
  clear: none;
}

.featured-prod-price {
    padding-top: 10px;
    padding-left: 10px;
}

.featured-cart {
    padding-right: 0px;
    padding-left: 0px;
    text-align: right;
}

.h2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.h2.center {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  text-align: center;
}

.featured-prod-text-div {
  position: relative;
  display: block;
  float: none;
  clear: none;
}

.featured-prod-column {
  padding-right: 10px;
  background-color: #0098ff;
}

.featured-prod-row {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.featured-prod-col-new {
  position: static;
  display: inline;
  height: 100%;
  background-color: transparent;
}

.table-prod-row {
  position: relative;
  height: 100%;
}

.featured2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.featured2-div-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.featured2-block {
  padding: 10px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  background-color: #0098ff;
}

.category-section {
  margin-left: 0px;
  padding: 25px 50px;
  background-color: hsla(0, 0%, 100%, .43);
}
a.callout-hd
{
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #ed1b23;/*red*/
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
}
a.callout-hd:hover
{
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #4e8626;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
}
.category-column {
  padding: 20px;
  text-align: center;
}

.h3 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.h3.red {
  color: #ed1b23;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.h3.white {
  color: #fff;
  font-weight: 700;
}

.h3.white.center {
  text-align: center;
}

.h3.center {
  text-align: center;
}

.committed-section {
  padding: 50px;
  background-image: url('../files/bg_vegan2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.white-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.committed-column {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, .65);
  text-align: center;
}

.vegan {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button {
  background-color: #ffe933;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  border: solid 2px #ffe933 !important;
  text-decoration: none;
}
.button:hover {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  border: solid 2px #ffe933 !important;
  text-decoration: none;
}

.button.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.shipping-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.shipping-columns {
  margin-right: 50px;
  margin-left: 50px;
  padding-left: 1px;
}

.shipping-text {
  border: 1px none #000;
  background-color: #fff;
}

.shipping-image {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url('../files/shipping1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.shipping-text-box {
  width: 50%;
  padding-bottom: 0px;  
  color: #fff;
  font-weight: 400;
}

.h3-shipping {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
}

.join-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.join-box {
  padding-right: 50px;
  padding-left: 50px;
  background-color: rgba(0, 0, 0, .46);
}

.footer {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 233, 48, .84);
}

.body-block {
  padding-left: 20px;
}

.h4 {
  font-family: Lato, sans-serif;
}

.h4.center {
  text-align: center;
}

.address {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.address-box {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, .7);
  color: #000;
}

.footer-nav {
  padding: 27px 0px 11px;
  text-align: center;
}

.h1 {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.body-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.product-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.center {
  text-align: center;
}

.soc-media {
  padding-top: 15px;
  text-align: center;
}

.soc-icon {
  padding-right: 5px;
  padding-left: 5px;
}

.footer-div {
  width: 50%;
  float: left;
  text-align: center;
}
@media (max-width: 991px) {
  .slider {
    position: relative;
    z-index: 0;
  }
  .navmenu {
    position: absolute;
    z-index: 2000;
    display: block;
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 -1px 9px 0 #000;
  }
  .logo-container {
    padding-right: 20px;
    padding-left: 0px;
  }
  .secondary-nav {
    position: static;
    display: inline-block;
    padding-left: 180px;
    float: none;
  }
  .body {
    /*background-size: 100%;*/
  }
  .featured-prod-image {
    padding-right: 10px;
  }
  .menu-button {
    background-color: #ffe933;
  }
  .menu-button.w--open {
    position: relative;
    display: block;
    float: right;
    background-color: #ffe933;
  }
  .icon {
    color: #000;
  }
}

@media (max-width: 767px) {
  .navmenu {
    box-shadow: 0 -1px 3px 0 #000;
  }
  .secondary-nav {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 18px;
    padding-left: 0px;
  }
  .h3.red {
    font-size: 18px;
  }
  .body-section {
    padding-right: 30px;
    padding-left: 30px;
  }
    .order_top_call {
        display: none;
    }
    .moreinfo_prod-cross-related {
        border: solid 0px Red;
        background-color: #d9d9d9;
        margin-top: 25px;
    }
    .hd_cross-related {
        font-size: 16px; /*make sure this is larger than non-mobile version above*/
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
@media (max-width: 694px) {
    .container-slide {
        width: 540px;
    }
    .slider-heading {
        margin-top: 23px;
        font-size: 32px;
    }
}
@media (max-width: 648px) {
    .container-slide {
        width: 510px;
    }
}
@media (max-width: 479px) {
  .secondary-nav {
    width: 70%;
    margin-top: 0px;
  }
  .body {
    background-size: cover;
  }
  .shipping-image {
    background-position: 74% 50%;
  }
  .body-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* end Webflow Styles */
.ic_search {
    width: 17px;
}
.non-mobile {
    display: inline-block;
}
.mobile {
        display: none;
    }
.mobile_ship-msg, .mobile_ship-msg2 {
        display: none
    }
.hp_mobile_img {
    display: none;
}
.inside_img {
    display: block;
    padding: 0px;
    margin: 0px auto;
}
.form-group {
    margin-top: 15px;
}
.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}
.no-margin {
     margin-left: 0px;
     margin-right: 0px; 
}
.modal-header-zoom {
    border: none;
    padding: 5px 5px 20px 0px;
}
.modal-body-zoom {
    position: relative;
    padding: 0px 0px 42px 48px;
}
.pager {
    margin: 0px;
}
/*MEDIA TAGS*/
@media (max-width: 1281px) {
    .content_image
    {
	    width: 98.4%;
    }
}
@media (max-width: 1144px) {
    .content_image {
        width: 98.1%;
        height: 300px;
    }
    h1 {
        font-size: 45px;
    }
}
@media (max-width: 1025px) {
    .content_image
    {
	    width: 98.0%;
    }
    .brand {
        padding: 16px 0px;
    }
}
@media (min-width: 994px) {
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
}
@media (max-width: 993px) {
    .nav-menu {
        margin-top: -50px;
        width: 100%;
        clear: right;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 12px 12px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #ffde35;
        background-image: none;
        border: none;
        border-radius: 0px;
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .navbar-btn {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .content_image
    {
	    width: 97.9%;
    }
    .secondary-nav {
        display: none;
    }
    /*MAIN MENU*/
    .secondary-nav {
        display: none;
    }
    .secondary-nav_mobile {
        display: block;
    }
    .navbar {
        display: block;
        width: 100%;
    }
    .mainnav {
       margin: 0px;
       list-style: none;
       background-color: #ffee48;
       padding: 0px 0px 0px 0px;
       clear: both;
    }
    .banner-section {
        height: 25%;
    }
    .copyright_lines {
        display: none;
    }
    .container-mobile-nopad {
        padding: 0px;
        margin: 0px;
        max-width: 100%;
        width: 100%;
    }
    .filter-mobile {
        display: inline-block;
    }
    .filters {
        display: none;
    }
    .no-pad_992 {
        padding-left: 0px;
        width: 930px;
    }
    .portfolio-row {
        padding-right: 15px;
    }
  body {
    height: 100%;
    margin-bottom: 10px;
  }
  .hero-heading {
    font-size: 52px;
    line-height: 98px;
    letter-spacing: 2px;
  }
  .hero-subheader {
    margin-top: 0px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    background-color: #ffca45;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #a0a0a0;
  }
  .nav-link.w--current {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black {
    display: block;
    border-bottom-style: solid;
    color: #fff;
  }
  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black.w--current {
    display: block;
  }
  .section.about {
    background-position: 73% 50%;
  }
  .section.about.alternative {
    background-position: 0px 0px, 82% 50%;
    background-size: auto, 200px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .process-row {
    margin-top: 70px;
  }
  .process-column {
    margin-top: 10px;
  }
  .portfolio-post {
    height: 50px;
    margin-bottom: 1px;
  }
  .colorbox {
    padding-top: 160px;
  }
  .portfolio-row.second {
    margin-top: 0px;
  }
  .form-field {
    font-weight: 300;
  }
  .form-field.message {
    height: 140px;
  }
  .footer-section {
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 77, 67, .9), rgba(0, 77, 67, .9)), url('../files/footer.png');
    background-image: linear-gradient(180deg, rgba(0, 77, 67, .9), rgba(0, 77, 67, .9)), url('../files/footer.png');
    background-position: 0px 0px, 50% 70%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }
  .icon {
    margin-top: 0px;
    padding-left: 4px;
    color: #4e8626;
  }
  .icon.black {
    color: #000;
  }
  .menu-button {
    padding: 0px 0px 0px;
    display: block;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    width: 61px;
    height: 71px;
    border-left-color: rgba(0, 0, 0, .15);
    background-color: transparent;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .portfolio-column {
    padding-right: 0px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
   .dropdown-title {
    color: #fff;
  }
  .iocn {
    color: #fff;
  }
  .secondary {
    position: relative;
    left: 7%;
    top: 113px;
    right: 0px;
    padding-top: 0px;
    float: right;
  }
  .search-box {
    width: 205px;
    height: 38px;
    padding-top: 10px;
  }
  .search-button {
    text-align: right;
  }
  .navbar3 {
    position: relative;
    top: 106px;
    display: inline;
    background-color: transparent;
  }
  .navdiv {
    position: relative;
    width: 70%;
    float: left;
  }
}
@media (max-width: 991px) {
    .no-pad_992 {
        padding-left: 0px;
        width: 750px;
    }
    /*.inputqty
    {
	    display: inline-block;
        width: 55%;
        height: 38px;
        padding: 8px 12px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.4285;
        color: #000;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid #9c9c9c;
        font-family: Open Sans, Trebuchet MS, sans-serif;
        box-shadow: inset  0px 4px 8px 0px rgba(0, 0, 0, .12);
    }*/
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 769px) {
    /*.inputqty {
        width: 45%;
    }*/
    .container-slide {
        top: auto;
    }
    .join-box {
        padding: 29px 50px;
    }
    H1 {
        margin-top: -48px;
    }
    .content_image {
        width: 97.3%;
    }
    .join-section {
        padding: 0px 20px 40px;
    }
    .portfolio-link {
        width: 79%;
    }
    .productlisttablewidth {
        margin: 30px 0px 0px 0px;
        vertical-align: top;
        text-align: center;
    }
    .cart_promo_codes {
        padding: 0px 0px 0px 20px;
    }
    .cart_totals_lft {
        padding: 0px;
    }
    .cart_totals_rt {
        padding: 0px 20px 0px 0px;
    }
    .relatedcrosspike {
        border-right: none;
    }
    .no-pad_992 {
        padding-left: 15px;
        width: 100%;
    }
    .body-block {
        padding-left: 10px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
  .button {
    margin-bottom: 0px;
  }
  .button.hollow.single {
    margin-bottom: 70px;
  }
  .button.hollow.new {
    margin-bottom: 100px;
  }
  .main-slider {
    height: 100%;
  }
  .hero-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 68px;
  }
  .hero-subheader {
    margin-top: 0px;
    font-size: 15px;
  }
  .nav-link {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .section.about {
    padding-bottom: 550px;
    background-position: 85% 78%;
    background-size: auto;
  }
  .section.about.alternative {
    background-position: 0px 0px, 50% 92%;
    background-size: auto, 180px;
  }
  .section.cta3 {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto;
  }
  .white.link:hover {
    color: #a0a0a0;
  }
  .testimonials-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .social-wrapper {
    margin-bottom: 50px;
  }
  .process-column.second {
    margin-top: 0px;
  }
  .process-column.first {
    margin-top: 50px;
  }
  .portfolio-post {
    margin-bottom: 1px;
  }
  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }
  .footer-section {
    padding-bottom: 10px;
  }
  .icon {
    color: #4e8626;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
    margin-bottom: 0px;
  }
  .project-section {
    padding-bottom: 0px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .submit-button {
    margin-bottom: 70px;
  }
  .slide2 {
    background-position: 0px 0px, 100% 50%;
  }
  .secondary {
    left: -2%;
    top: 65px;
  }
  .cart-nav {
    left: 0px;
    top: 72px;
    right: 0px;
    bottom: auto;
  }
  .footer-links:hover {
    color: #a0a0a0;
  }
}
/*@media (max-width: 767px) {
    .inputqty {
        width: 85%;
    }
}*/
@media (max-width: 767px) {
    .mobile {
        display: block;
        margin: 0px;
    }
    .mobile-col {
        border-top: #d7d7d7 solid 1px;
    }
    .join-box {
        padding: 0px 50px;
    }
    .body-block {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .non-mobile {
        display: none;
    }
    .inputPromo {
        width: 76%;
        margin-right: 5px;
        height: 34px;
    }
    .cart_promo_codes {
        padding: 15px 0px 30px 20px;
    }
    .cart-align {
        text-align: right;
        padding: 20px 0px 0px 0px;
    }
    .receipt_info {
        padding: 5px 15px;
    }
    .receipt_info2 {
        padding: 5px 15px;
        text-align: left;
    }
    .receipt_info_personal {
        padding-top: 5px;
    }
    .receipt_info_personal2 {
        padding-top: 5px;
        text-align: left;
    }
    .cbill-text {
    text-align: left;
    }
}
@media (max-width: 744px) {
    .header-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 741px) {
    .no-pad_992 {
        width: 100%;
    }
}
@media (max-width: 694px) {
    .white.top.free {
        display: none;
    }
    .menu-button {
        margin-top: -5px;
    }
    .mobile_ship-msg {
        color: #4e8626;
        padding: 2px 11px;
        text-decoration: none;
        vertical-align: top;
        font-size: 13px;     
        display: block;   
    }
    .navbar-toggle {
        margin-top: 1px;
    }
    .cart_promo_codes {
        text-align: right;
        padding: 15px 15px 30px 20px;
    }
    .inputPromo {
        margin-right: 0px;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
}
@media (max-width: 601px) {
    .hp_mobile_img {
        display: block;
        margin-bottom: 40px;
    }
    .banner-section {
        display: none;
    }
    .about-us-div {
    margin-top: 30px;
    }
    .section.about {
    padding-bottom: 500px;
    background-color: transparent;
    }
    .content_image {
        width: 96.5%;
    }
}
@media (max-width: 481px) {
    .mainmenu_itemhd {
        margin-top: 25px;
    }
  a {
    text-align: center;
  }
  .button.hollow.new {
    margin-bottom: 100px;
  }
  .hero-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 3px;
  }
  .hero-subheader {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .content_image {
        width: 95.7%;
    }
  .nav-link {
    height: auto;
  }
  .features-div {
    margin-right: 0px;
  }
  .features-div.second {
    margin-right: 0px;
  }
  .section.about {
    background-position: 78% 75%;
  }
  .testimonials-section {
    padding-bottom: 80px;
  }
  .testimonials-text {
    font-size: 17px;
  }
  .slider-arrow {
    opacity: 0.35;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .social-wrapper {
    margin-bottom: 40px;
  }
  .process-column {
    margin-top: 0px;
  }
  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-us-section {
    background-position: 0% 0%, 78% 50%;
    background-size: auto, cover;
  }
  .footer-section {
    padding-bottom: 20px;
  }
  .white-paragraph {
    margin-right: 5px;
    margin-left: 5px;
  }
  .slider-nav {
    padding-top: 45px;
  }
  .arrow.right {
    top: 87%;
  }
  .arrow.left {
    top: 87%;
  }
  .image-name {
    line-height: 20px;
    text-align: center;
  }
  .list-image {
    padding-left: 0px;
  }
  .slide2 {
    background-position: 0px 0px, 94% 50%;
  }
  .secondary {
    position: absolute;
    top: 53px;
    padding-top: 65px;
    float: none;
  }
  .search-box {
    width: 115px;
  }
  .search-button {
    clear: none;
  }
  .cart-nav {
    position: relative;
    left: 0px;
    top: 114px;
    right: 0px;
    z-index: 1000;
    background-color: transparent;
  }
  .topbar-nav > li > a, .topbar-nav > li > a:hover, .topbar-nav > li > a:focus, .topbar-nav > li > a.highlighted {
    font-size: 12px;
    padding: 2px 6px;
    }
    .header-container {
        text-align: center;
    }
  .search-cart {
        float: none;
        text-align: center;
    }
  .myaccount-div {
      margin-left: 0px;
    }
  a.topcartnav, a.topcartnav:hover, a.topcartnav:active, a.topcartnav:focus, a.highlighted.topcartnav {
    font-size: 12px;
    padding: 2px 6px;
    }
  .search_btn, .search_btn:hover, .search_btn:active, .search_btn:focus, .search_btn.highlighted {
    padding: 1px 6px 3px 6px;
    }
  .nav-menu {
        margin-top: 0px;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .menu-button {
        margin: 0px auto;
        background-color: transparent;
        display: inline-block;
        width: 100%;
    }
  .navbar-btn {
        margin-top: 8px;
        margin-bottom: 0px;
    }
    .navbar-toggle {
        float: none;
        display: block;
        margin: 0px auto;
    }
  .receipt_info_personal {
        width: 100%;
        display: block;
        padding-top: 10px;
    }
    .receipt_info_personal2 {
        width: 100%;
        display: block;
        padding-top: 10px;
    }
    .logo-container {
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
        float: none;
    }
    .logo {
        display: inline-block;
    }
    .gallery_mobile {
        display: block;
    }

    .gallery_main {
        display: none;
    }

    .gallery_thumbnail {
        display: none;
    }

    .gallery_arrow {
        width: 100%
    }

    .gallery_thumbnail_mobile {
        display: block;
        width: 33%;
        margin-bottom: 10px;
    }
}
@media (max-width: 415px) {
    .content_image {
        width: 95.0%;
        height: 230px;        
    }
    .footer-div {
        width: 100%;
        float: none;
        text-align: center;
    }
    .featured-products {
        margin: 20px 30px;
    }
}
@media (max-width: 391px) {
    .navbar-btn {
        margin-top: 0px;
    }
}
@media (max-width: 361px) {
    .hide-tiny {
        display: none;
    }
    .no-pad-tiny {
        padding-right: 0px;
    }
    .featured-products {
        margin: 10px 0px;
    }
}
@media (max-width: 321px) {
    .topcart-block {
        display: block;
    }
    .nav-menu {
        margin-top: 10px;
    }
    .myaccount-div {
        margin-left: 0px;
        text-align: center;
        float: none;
        display: inline-block;
    }
    .cart-div {
        float: none;
        text-align: center;
        display: inline-block;
    }
    h1 {
        font-size: 22px;
        line-height: 25px;

    }
}