
html {
  overflow-y: scroll; 
  height: 100%;
}

body {
   min-height: 100%;

   font-family: Arial, Helvetica, sans-serif; 
   color:#3a3a38;
   font-size: 16px;
   line-height: 19px;
   padding-bottom: 10px;
   background-color: black;

}

ul#superfish-account {
    float: right;
    display: block;
    clear: both;
    margin-bottom: 15px;
    background-color: white;
}

ul#superfish-main {
    float: none;
    clear: both;
    display: block;
    background-color: white;
}


ul.sf-menu.menu, ul.sf-menu.menu ul, ul.sf-menu.menu li {
    background-color: white;
}




ul.sf-menu.menu li {
  margin-left: 1em;
}


.sf-accordion-toggle  {
    
  margin-top: 1em;
  margin-bottom: 1em;

}

ul#superfish-main-accordion.menu.sf-menu.sf-main li.sf-depth-1.menuparent > a {
  display: inline;
  background-color: black;
  color: white;
  padding:  .3em .3em  .3em .3em;
  margin-bottom: .5em;
  border-radius: 5px;
  border: 1px solid gray;

}
ul#superfish-main-accordion.menu.sf-menu.sf-main li.sf-depth-1.menuparent {
  margin-top: 1em;
  margin-bottom: 3em;
  padding-left: 1.5em;
}

ul#superfish-main-accordion.menu.sf-menu.sf-main li.sf-depth-1.menuparent > ul {
   margin-top: 2em;
}

ul#superfish-main-accordion.menu.sf-menu.sf-main li.sf-depth-1.menuparent > a .sf-sub-indicator {
  display: none;
}



.bhf_footer_box {
  width: 250px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
    .bhf_footer_box {
      float: none;
    }
}

#content ul {
    list-style-type: disc;
    margin: 0;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0;
    margin-bottom: .5em;
}

#content ul li {
  margin-bottom: .25em;
}

#content p {
  margin-bottom: .5em;
}

div#bhf_footer {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

div.bhf_footer_content {
}


div.bhf_footer_content a {
}



.bhf_site_title {
  float: left;
  margin-right: 80px;
}

.bhf_site_title a {
  font-weight: bold;
  font-size: 2.4em;
  color: black;
}


@media only screen and (max-width: 768px) {
    .bhf_site_title a {
        font-size: 1.8em;
        line-height: 2em;
    }
}


#bhf_footer ul.sf-menu.menu, 
#bhf_footer ul.sf-menu.menu ul, 
#bhf_footer ul.sf-menu.menu li {
    background-color: transparent;
}


#bhf_footer {
    background-color: transparent;
}
#bhf_footer ul.sf-menu.menu li {
}

#bhf_footer .bhf_social_links {
}



.bhf_footer_box a { 
    display:inline-block;
    padding-bottom: 15px; 
}


div.container {
    max-width: 1000px; 
    margin-left: auto;
    margin-right: auto;
}


.sf-sub-indicator {
  right: 0em;
}

.cart-block--summary {
  text-align: right;
  position: relative;
  display: block;
}

.layout-container {
  background-color: #f8f8f8;
  padding-left: 10px;
  padding-right: 10px;
}
  #main #content {
    margin-top: 20px;
    min-height: 400px;
  }


@media only screen and (max-width: 768px) {
  #main #content {
   /* margin-top: 80px; */
  }
}


a#superfish-main-toggle,
a#superfish-account-toggle {
  color: white;
  background-color: black;
  padding: 5px; 
  border: 1px solid grey;
  border-radius: 3px;
  margin-top: 1em;
  margin-bottom: 1em;
}


a {
  color: blue;
  color: #538cbd;
}

#bhf_header {
  background-color: #a0b050;
  position: relative;
  padding: 30px;
}

#content-header {
}
section#content {
}

.bhf_social_links {
  float: left; 
  width: 300px;
  height: 80px;
}

@media only screen and (max-width: 768px) {
    #bhf_header .bhf_social_links {
        display: none;
    }
}

.block-usermainmenu { 
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 15px;
  clear:both;

}
.block-useraccountmenu {
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 15px;
  clear:both;
}


#header {
  padding: 10px;  
  background-color: #f8f8f8;
}


#main { 
   background-color: #f8f8f8;


}


.copyright {
  color: gray;
  margin-top: 30px;
  display: block;

}

.breadcrumb {
  display: none;
}


.cycle2_wrap {
  position: relative;
  width:100%;
  max-width: 600px;
}

.cycle2_controls {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 249;
}

.cycle2_control.cycle2_prev {
  position: absolute;
  left: 25px;
  z-index: 250;
}

.cycle2_control.cycle2_next {
  position: absolute;
  right: 25px;
  z-index: 250;

}

 a.cycle2_control {
  color: #e8e8e8;  
}
a.cycle2_control:hover {
  color: gray;  
}

.cycle2_control i.fa-6 {
   font-size: 70px;
}


.soso-sr-only {
  .display: none;
}

.soso-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#block-useraccountmenusf {
  position: relative;
  top: 1em;

}
  


