:root {
 --mainGreen: #999900;
 --mainBlue: #3399cc;
 --mainGrey: #ccc;
}

body {
font-family: arial,helvetica,sans-serif;
font-size: 12px;
margin: 20px 0;
}
p,table {font-size: 12px;}

p {margin: 0; padding: 0 0 1em 0;}

a, a:active {outline:0;}

a {color: var(--mainBlue);
text-decoration: none;
font-weight: bold;
}
a:hover {color: var(--mainGreen);}

a img {border: 0px;}

h3,h2, h1 {
display: block;
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
background: #000000;
margin: 1em 0;
padding: 4px 10px;
font-size: 14px;
}
h2 a {color: #fff;}
h2 a:hover {color: #3399cc;}
h4 {padding: 0; margin: 0; font-size: 12px; font-weight: bold;}
h4 a {display: block; padding: 4px 6px; background: #000000; color:#ffffff;}
h4 a:hover {color: #3399cc;}
.header
{ font-size:12px;
  color:black;
  font-weight:bold;
  text-decoration:underline;
}
.no_underline {text-decoration:none;}

.small
{ font-size:80%;
}
.faq
{ font-size:110%;
}
.price_brief
{ font-size:120%;
}
.big
{ font-size:150%;
  text-decoration:none;
}
.cat
{ font-size: 11px;
}
.standard
{ font-weight:normal;
}
.white
{ color:white;
}
.pink
{ color:pink;
}
.menu {
font-weight:bold;
text-decoration: none;
font-size: 12px;
color: #000000;
text-transform: uppercase;
}

.menu:hover {color: #000000;}

div.topmenu_selected .menu {color: #ffffff;}
div.topmenu_notselected .menu {color: #000000;}
div.topmenu_notselected .menu:hover {color: #000000;}

div.topmenu_selected {
  color: #ffffff;
  background:#000000;
}
div.topmenu_notselected {
  color: #000000;
  background: #999900;
  
}

div.topmenu_selected a, div.topmenu_notselected a {
  padding: 7px 7px 5px;
  display: block;
}

div.topmenu_notselected:hover {background: #3399cc;}

.footer
{
  font-size: 10px;
  color:gray;
}
.lightsmall
{ color:black;
  font-size:80%;
}
.category_child
{
  font-weight:normal;
}
.cart-item
{
  font-size:90%;
border: 0;
  margin:0px;
  font-weight:bold;
  color: #000000;
  background-color:  transparent;
}

.cat_link {padding: 7px 0px;
margin: 0;
display: block; 
border-bottom: 1px dotted #ffffff;}

.current_cat {
padding: 7px 0px; 
margin: 0px;
border-bottom: 1px dotted #ffffff;
display: block;
}

.category_child {padding: 7px 5px 7px 15px;
margin: 0px;
font-weight: normal;
border-bottom: 1px dotted #ffffff;
display: block;}

.topmenu_notselected,.topmenu_selected,.topcorners {
  border-radius: 5px 5px 0 0;
}
.bottomcorners {
  border-radius: 0 0 5px 5px;
}
.allcorners {
  border-radius: 5px;
  overflow: hidden;
}

#page {
  max-width: 960px;
  width: 100%;
  min-width: 320px;
  margin: 0 auto 20px;
}

#main {
  display: flex;
  overflow: hidden;
}

header {
  padding-bottom: 20px;
  text-align: center;
}

header img {
  max-width: 700px;
  width: 80%;
  margin: 0 auto;
}

#navigation {
  display: flex;
  border-bottom: 6px solid #000;
}

#search-box {
  width: 240px;
}

#search-box, #nav-tabs {
  padding-left: 10px;
}



#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation ul li {
  display: inline-block;
}

.category-menu h3, .cart h3 {
  background: var(--mainGreen);
  margin: 0;
  text-align: center;
  color: #000;
}

.category-menu, .cart {
  background: var(--mainGrey);
  margin: 14px 0;
}

#left-column {
  /*text-align: center;*/
  max-width: 250px;
}


.category-menu-content, .cart-content {
  padding: 0 10px 10px;
}

.shipping-promo {
  text-align: center;
}

.main-content {
  padding: 0 0 0 10px;
}

#mobile-header {
  display: none;
  height: 30px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  z-index: 2;
}

#mobile-header a {
  display: inline-block;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    flex: 1;
    border: 1px solid var(--mainGreen);
    color: var(--mainGreen);
}

.menu-icon {
  width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 8px;
}

.menu-icon span {
    width: 100%;
    height: 3px;
    background: var(--mainGreen);
    display: block;
    margin-bottom: 2px;
}

footer {
  text-align: center;
  padding: 10px;
}

@media all and (max-width: 650px){
  #page {
    margin-top: 40px;
  }
  #mobile-header {display: flex;}
  #navigation {
    flex-direction: column;
  }
  #search-box {
    margin-bottom: 10px;
  }
  #main {
    margin: 0 10px;
  }
  #left-column {
    width: 300px;
    max-width: 300px;
    position: absolute;
    transition: left 0.5s ease-in;
    top: 30px;
    left: -320px;
    background: white;
    padding: 0 10px;
  }

  #left-column.show {
    left: 0;   
  }

  .cart {
    display: none;
  }

  .main-content {
    padding: 0;
  }
  .main-content img {
    max-width: 100%;
  }
}

@media all and (max-width: 400px){
  #nav-tabs li {
    max-width: 25%;
    white-space: nowrap;
    overflow-x: clip;
  }
}

@media all and (max-width: 375px){
  #mobile-header a {
    font-size: 13px;
  }
}

