/* -----------------------------------
	containers
	----------------------------------- */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.container,
.container-narrow {
  margin: 0 auto;
  padding: 0 1.33333em;
}

.container {
  max-width: 55em;
}
.container-narrow {
  max-width: 44em;
}

/* -----------------------------------
	rows
	----------------------------------- */

/* row-padding */
.row-padding-small {
  padding: 1em 0;
}
.row-padding,
.row-padding-large {
  padding: 2em 0;
}

/* row-colors */
.row-white {
  background: #fff;
}
.row-gray {
  background: #dedede;
}

.row-black {
  color: #ddd;
  background: #1e1e1e;
}

.row-footer {
  color: #fff;
  background: #00387e;
}

/* row-banner */
.row-banner {
  background-color: #003a83;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.groups:nth-child(4n) {
  margin-right: 0;
  float: right;
}

table.detailstable tr.sortable:hover {
  cursor: pointer;
}

.bekijk {
  position: absolute;
  bottom: 5px;
  right: 30px;
}

.hoofdgroep {
  color: #043a82;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: -0.5px;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
}

.hoofdgroep a {
  text-decoration: none;
  color: #043a82;
}

.hoofdgroep a:hover {
  text-decoration: underline;
  color: #043a82;
}

.hoofdgroepimg {
  display: block;
  width: 80%;
  padding: 0;
  margin: 4px auto 2px;
}

.newhoofdgroep {
  color: #043a82;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
}

.newhoofdgroepimg {
  display: block;
  width: 95%;
  height: 95%;
  max-height: 170px;
  padding: 0;
  margin: 10px auto 5px;
}

.groups_index_new {
  /*  border: 1px solid #EDEDED; */
  padding: 4px;
  margin-top: 12px;
  margin-right: 17px;
  background-color: #ffffff;
  min-height: 165px;
  float: left;
  /*
border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 */
  white-space: normal;
  width: 13%;
}

.groups_index_new:nth-child(6n + 1) {
  display: block;
  float: left;
  clear: both;
}

.linkcontainer {
  width: 170px;
  padding: 5px;
  margin-top: 12px;
  background-color: #ededed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #f1f1f2;
  margin-bottom: 20px;
  list-style-type: none;
}

.linkcontainer ul {
  list-style-type: none;
}

.linkcontainer li a {
  text-decoration: none;
  display: block;
  height: 24px;
  font-size: 9px;
  font-weight: bold;
  color: #003780;
  padding: 5px 5px 15px 5px;
  border-bottom: dashed 1px #bebebe;
}

.subgroups {
  position: relative;
  display: inline-block;
  border: 1px solid #ededed;
  padding: 4px;
  margin-top: 18px;
  margin-right: 17px;
  background-color: #ffffff;
  min-height: 230px;
  vertical-align: top;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  white-space: normal;
  width: 14.16%;
}

.subgroups:nth-child(7n) {
  clear: both;
}

.subheader {
  color: #777;
}
.orange {
  color: #fc9300;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-style: italic;
}

.groupitems {
  margin: 10px 1%;
  width: 28%;
  border: 1px solid #000;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  min-height: 270px;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
.green {
  font-size: 18px;
  color: green;
}

.orange {
  font-size: 18px;
  color: orange;
}
.red {
  font-size: 18px;
  color: red;
}

.label {
  color: #7f842a;
}

.bullets {
  list-style-type: disc;
  margin-bottom: 6px;
}

.logout {
  -moz-border-radius: 15px;
  -moz-box-shadow: #bebebe 0px 0px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: #bebebe 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #bebebe;
  background-image: -moz-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: -ms-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: -o-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: -webkit-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: linear-gradient(90deg, #b9c788, #bebebe);
  border-radius: 15px;
  border: 2px solid #000;
  box-shadow: #bebebe 0px 0px 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 4em;
  margin: auto;
  padding: 5px;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
}

.logout:hover {
  background-color: #949494;
}

.discount a:link {
  width: 100%;
  font-size: 110%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 10px;
  background-color: green;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
  -webkit-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
  box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
}

#inlogform {
  display: none;
  width: 20em;
  color: #777;
  padding: 10px;
  z-index: 999;
  position: absolute;
  top: 100px;
  right: 180px;
  text-align: center;
  background: #96ba26;
  color: #fff;
  border: 1px solid #bebebe;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  -moz-box-shadow: 5px 5px 7px #bebebe;
  -webkit-box-shadow: 5px 5px 7px #bebebe;
  box-shadow: 5px 5px 7px #bebebe;
}

#inlogform a:link {
  text-decoration: none;
  color: #fff;
}

#inlogform a:hover {
  text-decoration: underline;
}

.factuurtable {
  background-color: #fff;
  border: 1px solid #000;
}

ul#nav,
ul#nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#nav {
  margin-left: 10px;
  font-size: 94%;
  font-weight: bold;
}

ul#nav li {
  float: left;
  margin-left: 4px;
  text-align: center;
}

ul#nav a {
  float: left;
  width: 184px;
  padding: 4px 0;
  background: #00917e;
  text-decoration: none;
  color: #4d4d4f;
}

ul#nav a:hover {
  background: #bfd45f;
  color: #00917e;
}

ul#nav li.activelink a,
ul#nav li.activelink a:hover {
  background: #bfd45f;
  color: #00917e;
}

table.gridtable {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
}
table.gridtable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}
table.gridtable td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

.verzenden {
  margin-top: 30px;
  height: 48px;
  background-color: #3ab3db; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.footer p {
  font-size: 0.7rem;
  color: #fff;
}

.footer p a:link {
  text-decoration: none;
  color: #fff;
}

.topimg {
  margin-top: 0.8em;
}

#afterpay_input {
  display: none;
}

.afleveradres {
  display: none;
}

.buttonlink {
  background-color: #98c207;
  float: right;
  margin-right: 40px;
  color: #ffffff;
  text-decoration: none;
  font-size: 80%;
  padding: 5px;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 24px;
  padding: 0 12px;
  color: #555;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #e65a29;
  border-color: #e65a29;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;

  background-color: #5ea729;
  border-color: #5ea729;
}

input[type="button"].kassa {
  background-color: #98c207;
  float: right;
  margin-right: 20px;
  color: #ffffff;
}

/* -----------------------------------
	row and text medium
	----------------------------------- */

@media (min-width: 30em) {
  .row-padding {
    padding: 2.5em 0;
  }
  .row-padding-large {
    padding: 3.33333em 0;
  }
  .banner-text,
  .intro-text,
  .footer-text {
    text-align: center;
  }
  .banner-text {
    font-size: 2.44444em;
  }
  .intro-text {
    font-size: 1.33333em;
  }
  .groups {
    position: relative;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 4px;
    margin-top: 12px;
    margin-right: 17px;
    background-color: #ffffff;
    min-height: 165px;
    float: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    white-space: normal;
    width: 21.24%;
  }

  .groups:nth-child(4n) {
    display: block;
    float: right;
    margin-right: 0;
  }

  .groups_index {
    position: relative;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 4px;
    margin-top: 12px;
    margin-right: 17px;
    background-color: #ffffff;
    min-height: 165px;
    float: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    white-space: normal;
    width: 21.87%;
  }

  .groups_index:nth-child(4n) {
    display: block;
    float: right;
    margin-right: 0;
  }

  .topimg {
    margin-top: 1.5em;
  }
}

/* -----------------------------------
	row and text wide
	----------------------------------- */

@media (min-width: 50em) {
  .row-padding {
    padding: 3em 0;
  }
  .row-padding-large {
    padding: 4em 0;
  }
  .banner-text {
    font-size: 3em;
  }
  .intro-text {
    font-size: 1.5em;
  }
}

h6.memokop {
  font-weight: bold;
  font-size: 0.8rem;
  padding-top: 5px;
  margin-bottom: 4px;
}

p.memokop {
  font-weight: normal;
  font-size: 0.5rem;
  line-height: 1;
}

.linkcontainer {
  width: 170px;
  padding: 5px;
  margin-top: 12px;
  background-color: #ededed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #f1f1f2;
  margin-bottom: 20px;
  list-style-type: none;
}

.linkcontainer ul {
  list-style-type: none;
}

.linkcontainer li a {
  text-decoration: none;
  display: block;
  height: 24px;
  font-size: 9px;
  font-weight: bold;
  color: #003780;
  padding: 5px 5px 15px 5px;
  border-bottom: dashed 1px #bebebe;
}

#products {
  text-align: center;
  float: left;
  background: #fcfcfc;
  padding: 8px 0px 8px 0px;
  border: 1px solid #bebebe;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#products .name {
  font-size: 13px;
  margin: 5px;
}
#products .price {
  margin: 5px;
}
#products .option {
  margin: 5px;
}
ul.productitems {
  margin-bottom: 0px;
  padding-top: 4px;
}
ul.productitems li {
  width: 12%;
  display: inline-block;
  vertical-align: top;
  font-size: 70%;
  margin: 1px;
  margin-right: 7px;
  /*
 *display: inline;
        *zoom: 1;
 */
}
ul.productitems li input {
  width: 40px;
  padding: 1px;
}
.structural {
  position: absolute;
  left: -5000em;
}
.details {
  text-align: center;
  float: left;
  background: #fcfcfc;
  padding: 8px 0px 8px 0px;
  border: 1px solid #bebebe;
  margin-top: 15px;
}

.headline {
  font-size: 120%;
}

.red {
  color: red;
  font-weight: bold;
  font-size: 12px;
}

.loggedin_details {
  text-align: center;
  line-height: 2;
  float: left;
  background-color: #f6e72f;
  padding: 8px 0px 8px 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.bestelgegevens {
  background-color: #98c207;
  color: #fff;
  padding: 4px;
  border: 1px solid #bebebe;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.bestelinhoud {
  padding: 4px;
}

.bestelinhoud h5 {
  background: #98c207;
  color: #fff;
  padding: 4px;
  margin: 0;
  width: auto;
}

.bestelinhoud p {
  color: #000;
  padding: 4px;
  margin: 0;
}

.bestelnaw {
  padding: 4px;
}

.bestelnaw h5 {
  background: #003e77;
  color: #fff;
  padding: 4px;
  margin: 0;
  width: auto;
}

.bestelnaw p {
  color: #000;
  padding: 4px;
  margin: 0;
}

.bestelverzending {
  padding: 4px;
}

.bestelverzending h5 {
  background: #003e77;
  color: #fff;
  padding: 4px;
  margin: 0;
  width: auto;
}

.bestelverzending p {
  color: #000;
  padding: 4px;
  margin: 0;
}

.betaalgegevens {
  background: #98c207;
  color: #fff;
  padding: 4px;
  border: 1px solid #bebebe;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
ul.productitemdetails li {
  width: 111px;
  display: inline-block;
  vertical-align: top;
  font-size: 84%;
  margin-bottom: 2px;
  /*
*display: inline;
    *zoom: 1;
 */
}
ul.productitemdetails li input {
  width: 40px;
  padding: 4px;
}

ul.circle {
  font-size: 0.8em;
  margin-left: 0px;
}

.groot {
  width: 120px;
  padding: 4px;
}

.right {
  font-weight: bold;
  font-size: 80%;
  padding: 15px 0px 15px 0px;
}

#inlogform {
  display: none;
  width: 7%;
  color: #777;
  padding: 5px;
  z-index: 999;
  text-align: center;
  background: #96ba26;
  color: #fff;
  border: 1px solid #bebebe;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
  -moz-box-shadow: 5px 5px 7px #bebebe;
  -webkit-box-shadow: 5px 5px 7px #bebebe;
  box-shadow: 5px 5px 7px #bebebe;
}

.login {
  line-height: 1;
  color: #ffffff;
  font-size: 11px;
}

.login a:link {
  color: #fff;
  text-decoration: none;
}

.login a:hover {
  text-decoration: underline;
}

.logout {
  -moz-border-radius: 15px;
  -moz-box-shadow: #bebebe 0px 0px 10px;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-border-radius: 15px;
  -webkit-box-shadow: #bebebe 0 0 10px;
  -webkit-transition: all 0.5s ease;
  background-color: #bebebe;
  background-image: -moz-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: -ms-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: -o-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: -webkit-linear-gradient(90deg, #b9c788, #bebebe);
  background-image: linear-gradient(90deg, #b9c788, #bebebe);
  border-radius: 15px;
  border: 2px solid #000;
  box-shadow: #bebebe 0px 0px 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 4em;
  margin: auto;
  padding: 5px;
  text-decoration: none;
  text-shadow: #000000 5px 5px 15px;
  transition: all 0.5s ease;
}

.logout:hover {
  background-color: #949494;
}

#slider,
.bx-wrapper {
  list-style: none;
  padding: 0px;
  margin: 18px 10px 10px 20px;
  width: 220px;
}

.slider-container {
  background: #fff;

  height: 80px;
  padding: 2px;
}

#slider img {
  max-width: 140px;
  max-height: 80px;
  margin: 0px 20px;
  display: inline-block;
}

#slider li {
  width: 100%;
}

ul.producttotal li {
  width: 111px;
  display: inline-block;
  vertical-align: top;
  font-size: 84%;
  text-align: left;
  margin-bottom: 2px;
  /*
*display: inline;
    *zoom: 1;
 */
}

.items {
  padding: 3px;
  clear: both;
  color: #003882;
  font-size: 15px;
  font-weight: bold;
}

.artikelnummer {
  margin: 0;
  padding: 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: bold;
}

.borderresult {
  border: 1px solid #bebebe;
  padding: 5px;
  width: 38em;
  margin-bottom: 10px;
}

.searchresult_table {
  display: table;
  width: 38em;
  border-spacing: 5px; /*cellspacing:poor IE support for  this*/
}
.searchresult_table_row {
  display: table-row;
  width: 36em;
  clear: both;
  padding: 5px;
}

.searchresult_table_col {
  float: left; /*fix for  buggy browsers*/
  display: table-column;
  width: 50%;
}

ul.winkelwagen li {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-bottom: 2px;
  /*
 *display: inline;
    *zoom: 1;
 */
}
.winkelwagen {
  color: #7f842a;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 5px;
}
.tablecart {
  margin-top: 0px;
  text-align: left;
}
.zebrahover {
  background-color: #bebebe;
}
a.back-to-top {
  font-weight: bold;
  padding-right: 16px;
}
.detailstable {
  width: 100%;
  padding: 4px;
  background-color: #fff;
}
.detailstable td {
  padding-left: 5px;
  font-size: 86%;
}
.winkelwagen a:link {
  text-decoration: none;
  color: #bebebe;
}
.winkelwagen a:hover {
  text-decoration: none;
  color: #000;
}
.winkelwagen a:visited {
  text-decoration: none;
  color: #bebebe;
}
h4 .cartheader {
  margin: 5px;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  /* line-height: auto; */
  width: auto;
}
img.center {
  display: block;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
}

img.centerspan {
  display: block;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

img.centerspanspan {
  display: block;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

.logos {
  height: 60px;
  margin: 8px 4px 8px 4px;
}
.logos img a {
  border: none;
  text-decoration: none;
}

.table-wrapper {
  width: auto;
}
.wrapper-paging {
  display: none;
  padding-left: 20px;
}
.wrapper-paging ul,
.wrapper-paging li {
  float: left;
  margin: 0;
  padding: 0;
}
.wrapper-paging ul {
  float: left;
  list-style-type: none;
  text-align: left;
}
.wrapper-paging a {
  display: inline-block;
  color: #2d0507;
  cursor: pointer;
  margin-right: 3px;
  padding: 3px 7px;
  text-decoration: none;
}
.wrapper-paging .paging-this {
  cursor: default;
  padding: 3px 0;
}
.wrapper-paging a:hover {
  background-color: #00397e;
  color: #ffffff;
}
.wrapper-paging .paging-back,
.wrapper-paging .paging-next {
  border-color: #00397e;
}
.wrapper-paging .paging-this:hover {
  background-color: #ffffff;
  color: #015287;
}
.wrapper-paging .paging-this b {
  font-weight: normal;
}
.wrapper-paging .paging-disabled,
.wrapper-paging .paging-disabled:hover {
  background-color: #ffffff;
  border-color: grey;
  color: grey;
  cursor: default;
}
.wrapper-panel {
  clear: both;
  padding-top: 10px;
}
.zebrahover {
  background-color: #f8f8f8;
}

.results td {
  background-color: #fff;
  width: 100%;
  margin-right: 10px;
  border: 1px solid #bebebe;
  padding: 5px;
  margin-bottom: 10px;
}

.mailtable td {
  background-color: #fcfcfc;
  width: 200px;
  margin-right: 10px;
}
.poweredby a:link {
  text-decoration: none;
  font-size: 120%;
  margin: 5px auto;
  font-style: italic;
  color: #000;
}
/*.imgLiquid { display: block }
    .imgLiquid img {
        display: block;
        visibility: hidden;
    }*/
.imgLiquid {
  display: block;
  width: 160px;
  height: 122px !important;
  max-width: 100%;
}

.error {
  color: red;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
}

.img-polaroid {
  max-width: 100%;
  height: auto;
  padding: 4px;
  margin: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bullets {
  list-style-type: disc;
  margin-bottom: 6px;
}

.discount {
  width: 60%;
  font-size: 120%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 10px;
  background-color: green;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
  -webkit-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
  box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
}

ul.producttotal li {
  width: 111px;
  display: inline-block;
  vertical-align: top;
  font-size: 84%;
  text-align: left;
  margin-bottom: 2px;
  /*
*display: inline;
    *zoom: 1;
 */
}

p.total {
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  background-color: #bebebe;
}

.linkcontainer ul {
  list-style-type: none;
}

.linkcontainer li a {
  text-decoration: none;
  display: block;
  height: 24px;
  font-size: 9px;
  font-weight: bold;
  color: #003780;
  padding: 5px 0px 16px 5px;
  margin-bottom: 5px;
  border-bottom: dashed 1px #bebebe;
}

.form-wrapper {
  width: 100%;
}

.form-wrapper input {
  margin-top: 2%;
  width: 85%;
  height: 32px;
  float: left;
  border: solid 1px #c7cdd2;
  background: #ededed;
  color: #000000;
  padding: 4px;
  border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
  color: #000000;
  font-weight: normal;
  font-style: italic;
}

.form-wrapper input:-moz-placeholder {
  color: #000000 !important;
  font-weight: normal;
  font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
  color: #000000;
  font-weight: normal;
  font-style: italic;
}

/* Form submit button */

.form-wrapper button {
  overflow: visible;
  position: relative;
  margin-top: 2%;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 32px;
  width: 15%;

  color: #fff;
  text-transform: uppercase;
  background: #ffa600;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.form-wrapper button:hover {
  background: #b27400;
}

.form-wrapper button:active,
.form-wrapper button:focus {
  background: #b27400;
  outline: 0;
}

.form-wrapper button:before {
  content: "";
  position: absolute;
  border-width: 8px 0px 8px 8px;
  border-style: solid none solid solid;
  border-color: transparent #fff transparent;
  top: 8px;
  left: 19%;
}

.form-wrapper button:hover:before {
  border-right-color: #e54040;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before {
  border-right-color: #c42f2f;
}

.form-wrapper button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.form-wrapper2 {
  width: 100%;
}

.form-wrapper2 input {
  margin-top: 2%;
  width: 85%;
  height: 32px;
  float: left;
  border: solid 1px #c7cdd2;
  background: #ededed;
  color: #000000;
  padding: 4px;
  border-radius: 3px 0 0 3px;
}

.form-wrapper2 input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.form-wrapper2 input::-webkit-input-placeholder {
  color: #000000;
  font-weight: normal;
  font-style: italic;
}

.form-wrapper2 input:-moz-placeholder {
  color: #000000 !important;
  font-weight: normal;
  font-style: italic;
}

.form-wrapper2 input:-ms-input-placeholder {
  color: #000000;
  font-weight: normal;
  font-style: italic;
}

/* Form submit button */

.form-wrapper2 button {
  overflow: visible;
  position: relative;
  margin-top: 2%;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 32px;
  width: 15%;

  color: #fff;
  text-transform: uppercase;
  background: #bdea18;
  border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.form-wrapper2 button:hover {
  background: #b27400;
}

.form-wrapper2 button:active,
.form-wrapper2 button:focus {
  background: #b27400;
  outline: 0;
}

.form-wrapper2 button:before {
  content: "";
  position: absolute;
  border-width: 8px 0px 8px 8px;
  border-style: solid none solid solid;
  border-color: transparent #fff transparent;
  top: 8px;
  left: 19%;
}

.form-wrapper2 button:hover:before {
  border-right-color: #e54040;
}

.form-wrapper2 button:focus:before,
.form-wrapper2 button:active:before {
  border-right-color: #c42f2f;
}

.form-wrapper2 button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* -----------------------------------
	navigation
	----------------------------------- */

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #264a7f;
  width: 100%;
}

ul.topnav li {
  float: left;
}

ul.topnav li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12px;
  border-right: 1px solid #fff;
}

. ul.topnav li a:hover {
  background-color: #0066ff;
  color: #fff;
}

ul.topnav li.icon {
  display: none;
}

/* Starter CSS for Flyout Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  margin-top: 30px;
  border: 0;
}
#cssmenu ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  top: 0;
  left: 100%;
}
#cssmenu ul li {
  float: none;
}
/* Custom Stuff */
#cssmenu {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 220px;
}
/* #cssmenu span, */
#cssmenu a {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
#cssmenu:after,
#cssmenu ul:after {
  content: "";
  display: block;
  clear: both;
}
#cssmenu ul,
#cssmenu li {
  width: 100%;
}
#cssmenu li {
  background: #dddddd;
}
#cssmenu li:hover {
  background: #f6f6f6;
}
#cssmenu a {
  color: #666666;
  line-height: 160%;
  padding: 11px 28px 11px 28px;
  width: 180px;
}
#cssmenu ul ul {
  border: 1px solid #dddddd;
}
#cssmenu ul ul li {
  background: #f6f6f6;
}
#cssmenu ul ul li:hover {
  background: #dddddd;
}
#cssmenu ul ul li:hover a {
  color: #ae0001;
}
#cssmenu ul ul li ul li {
  background: #dddddd;
}
#cssmenu ul ul li ul li:hover {
  background: #b7b7b7;
}
#cssmenu .has-sub {
  position: relative;
}
#cssmenu .has-sub:after,
#cssmenu .has-sub > ul > .has-sub:hover:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (max-width: 30em) {
  ul.topnav li:not(:first-child) {
    display: none;
  }
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  .form-wrapper input {
    margin-top: 5%;
  }

  .form-wrapper button {
    margin-top: 5%;
  }
}

@media screen and (max-width: 60em) {
  .groups_index_new {
    width: 24%;
  }

  .groupitems {
    width: 24%;
  }
}

@media screen and (max-width: 50em) {
  .groups_index_new {
    width: 40%;
  }

  .groupitems {
    width: 40%;
  }
}

@media screen and (max-width: 30em) {
  ul.topnav.responsive {
    position: relative;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }

  .groups_index_new {
    width: 100%;
  }

  .groupitems {
    width: 80%;
  }

  p.memocontent {
    margin: 10px;
    margin-top: 0 !important;
    padding: 10px;
    font-weight: normal;
  }

  .groups {
    width: 38.5%;
  }

  .subgroups {
    width: 34.5%;
    margin-left: 20px;
  }
}

/* -----------------------------------
	cart
	----------------------------------- */
ul.topcart {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #bdea18;
  /* height: 31px; */
  margin-top: 1%;
}

ul.topcart li {
  float: left;
}

ul.topcart li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 10px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 12px;
  vertical-align: center;
}
