#advanced_search {
  padding: 6px;
  display: inline-block; }
  #advanced_search legend {
    font-size: 1.2em;
    font-weight: bold; }
  #advanced_search .col1 {
    float: left;
    width: 240px; }
  #advanced_search .col2 {
    float: left;
    width: 250px;
    padding-left: 6px; }
  #advanced_search .choice_option {
    min-width: 40%;
    display: inline-block; }
  #advanced_search .variant_descriptor {
    display: inline-block; }
    #advanced_search .variant_descriptor label {
      display: block; }

#categories_select select {
  width: 240px;
  height: 320px; }

input[type=number]:-webkit-inner-spin-button, input[type=number]:-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

div.auto_complete {
  width: 350px;
  background: white; }
  div.auto_complete ul {
    border: 1px solid #888888;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none; }
    div.auto_complete ul li {
      margin: 0;
      padding: 3px; }
      div.auto_complete ul li.selected {
        background-color: #ffffbb; }
    div.auto_complete ul strong.highlight {
      color: #880000;
      margin: 0;
      padding: 0; }

.continue_browsing {
  text-align: center; }

#filters .input_text {
  width: 100%; }

.address_label {
  font-weight: bold; }

.product_descriptors {
  font-size: 0.8em; }

.descriptor_description, .product_row .category_name {
  font-weight: bold; }

.variant_row .price, .variant_row .qty, .variant_row .buy_button, .variant_row .wishlist_button {
  text-align: right; }

.not_on_buylist_product .info, .wishlist_product .info {
  font-style: italic; }

.clear {
  clear: both; }

a.checkout_link span {
  padding: 3px;
  border: 1px solid #666666; }

input.mass_add_to_cart, input.add_to_cart {
  cursor: pointer; }

.before-products, .after-products {
  text-align: right; }

.no-products-message {
  text-align: center; }

.msrp.price, .msrp .price {
  color: red;
  text-decoration: line-through; }

.products_grid {
  text-align: center; }
  .products_grid .grid_row {
    width: 561px;
    margin: auto; }

.products_grid2 .product_grid {
  width: 270px; }
.products_grid2 .image {
  width: 270px;
  height: 200px; }
  .products_grid2 .image a {
    width: 270px;
    height: 200px; }
  .products_grid2 .image img {
    max-width: 270px;
    max-height: 200px; }

.products_grid3 .product_grid {
  width: 177px; }
.products_grid3 .image {
  width: 177px;
  height: 177px; }
  .products_grid3 .image a {
    width: 177px;
    height: 177px; }
  .products_grid3 .image img {
    max-width: 177px;
    max-height: 177px; }

.products_grid4 .product_grid {
  width: 130px; }
.products_grid4 .image {
  width: 130px;
  height: 130px; }
  .products_grid4 .image a {
    width: 130px;
    height: 130px; }
  .products_grid4 .image img {
    max-width: 130px;
    max-height: 130px; }

.product_grid {
  text-align: center;
  margin: 5px;
  float: left;
  background-color: #dddddd; }
  .product_grid input {
    text-align: center; }
  .product_grid img.plus_button {
    margin: 0; }
  .product_grid .image {
    text-align: center;
    float: none; }
    .product_grid .image a {
      margin: auto;
      display: table-cell;
      vertical-align: middle; }
    .product_grid .image img {
      float: none;
      border: 0;
      margin: 0; }
  .product_grid .description {
    padding: 5px 5px 0 5px; }
    .product_grid .description .name {
      font-size: 1.2em;
      font-weight: bold; }
    .product_grid .description .category_name {
      font-size: 0.85em; }
    .product_grid .description .info {
      color: black; }
  .product_grid .variant_row {
    margin: 5px -5px;
    padding: 5px; }
    .product_grid .variant_row.even {
      background-color: #cccccc; }
    .product_grid .variant_row.odd {
      background-color: #bbbbbb; }
  .product_grid .price {
    font-weight: bold;
    color: black; }

.product_grid form, .product_row form {
  display: inline-block; }

#mouseChaser {
  position: absolute;
  overflow: hidden;
  z-index: 999; }

.contact_us_form {
  margin: 50px auto;
  width: 337px;
  background-color: transparent;
  /*use shadow1 for dark backgrounds and shadow2 for light backgrounds */ }
  .contact_us_form label {
    color: #727272;
    font-family: arial, sans-serif;
    font-size: 20px;
    margin: 10px;
    padding: 5px 0 10px 0;
    text-align: left; }
  .contact_us_form #email, .contact_us_form #name {
    background-color: #f8f8f8;
    border: 1px solid #d4d4d3;
    color: #1e1e1e;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    font-size: 20px;
    margin: 10px 0px 7px 0px;
    padding: 8px 0;
    width: 321px;
    -moz-box-shadow: inset 0 0 5px #888888;
    -webkit-box-shadow: inset 0 0 5px #888888;
    box-shadow: inner 0 0 5px #888888; }
  .contact_us_form #message {
    background-color: #f8f8f8;
    border: 1px solid #d4d4d3;
    color: #1e1e1e;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    font-size: 20px;
    height: 210px;
    margin: 10px 0px 7px 0px;
    width: 321px;
    -moz-box-shadow: inset 0 0 5px #888888;
    -webkit-box-shadow: inset 0 0 5px #888888;
    box-shadow: inner 0 0 5px #888888; }
  .contact_us_form #input {
    background-color: #d7d7d7;
    border: 1px solid #aaaaaa;
    color: #1e1e1e;
    font-family: Trebuchet MS1, Trebuchet MS, sans-serif;
    font-size: 20px;
    height: 40px;
    margin: 5px 0 0 170px;
    text-transform: uppercase;
    width: 150px; }
  .contact_us_form #input:hover {
    background-color: #c9c9c8;
    border: 1px solid #aaaaaa;
    color: #1e1e1e;
    cursor: pointer;
    height: 40px;
    margin: 5px 0 0 170px;
    width: 150px; }
  .contact_us_form .rounded2 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .contact_us_form .shadow1 {
    -moz-box-shadow: 0 0 3px black;
    -webkit-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black; }
  .contact_us_form .shadow2 {
    -moz-box-shadow: 0 0 3px #dededd;
    -webkit-box-shadow: 0 0 3px #dededd;
    box-shadow: 0 0 3px #dededd; }

.visible {
  display: block !important; }

@media screen and (min-width: 600px) {
  .hide-for-smedium {
    display: none; } }

.show-for-smedium {
  display: none; }
  @media screen and (min-width: 600px) {
    .show-for-smedium {
      display: initial; } }

.u-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.u-iflex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.u-flex--ai-c {
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.u-flex--jc-c {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

.u-flex--f-c {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.u-flex--jc-sb {
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.u-flex--fd-c {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.u-abs-c {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.caps {
  text-transform: uppercase; }

.italics {
  font-style: italic; }

.strike {
  text-decoration: line-through; }

.discount {
  color: #1595cc;
  font-style: italics;
  font-weight: bold; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes delayed-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px); }

  50% {
    opacity: 0;
    transform: translateY(-10px); }

  100% {
    opacity: 1;
    transform: none; } }

.Consent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99997; }

.ConsentTable {
  background-color: #f0f0f0;
  border: 1px solid #606060;
  padding: 0.5rem;
  margin: 0.5rem 0; }

.Consent * {
  line-height: 1.25;
  font-size: 0.875rem; }

.Consent__curtain {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99998; }

.Consent__cont {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 1.8rem;
  position: relative;
  z-index: 99999;
  max-height: 100vh;
  overflow: scroll; }
  @media screen and (min-width: 600px) {
    .Consent__cont {
      margin: 50vh auto auto;
      transform: translateY(-25vh);
      max-width: 600px; }
      .Consent__cont label {
        max-width: initial; } }

.Consent--select .Consent__pane--select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.Consent--confirm .Consent__pane--confirm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.Consent__pane {
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  display: none; }

.Consent__form-cont {
  overflow: hidden; }

.Consent__form {
  margin: 0 1rem; }

.Consent__radio {
  display: none; }

.Consent__label {
  flex: 1 0 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 3rem;
  color: #fefefe;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer; }

.Consent__actions {
  width: 360px;
  margin: 1rem auto 0; }

.Consent__label--over16 {
  background-color: #1595cc; }

.Consent__label--under16 {
  background-color: #092733; }

.Consent__radio:checked + .Consent__label > .Consent__indicator::after {
  background-color: #676a6c; }
.Consent__radio:checked ~ .Consent__form-cont {
  max-height: 475px; }

.Consent__checkbox-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0.25rem 0 0.75rem; }
  @media screen and (min-width: 600px) {
    .Consent__checkbox-cont .Consent__checkbox {
      margin: 0 0.5rem 0 0; } }

.Consent__content {
  min-height: 160px;
  padding: 1rem; }
  .Consent__content * {
    margin-bottom: 0.5rem; }
  @media screen and (max-width: 899px) {
    .Consent__content {
      min-height: 140px; } }

.Consent__close {
  color: #fefefe;
  background: #444444;
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 1rem;
  right: 1rem;
  margin: 0 0 20px 20px;
  padding: 0; }
  @media screen and (min-width: 600px) {
    .Consent__close {
      top: 1.25rem;
      right: 1.5rem;
      height: 50px;
      width: 50px;
      background: #4a4a4a; }
      .Consent__close:hover {
        background: #171717; } }

.Consent__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  color: #444444;
  border: 1px solid;
  padding: 5px 6px;
  white-space: nowrap;
  font-size: 14px;
  color: #fefefe; }

.Consent__btn[disabled] {
  opacity: 0.66;
  cursor: not-allowed; }

.Consent__btn--neg {
  background-color: #e15151;
  color: #fefefe; }

.Consent__btn--pos {
  background-color: #9ac636;
  color: #fefefe; }

.Consent__btn--neg.Consent__btn--neg {
  background-color: #e15151; }
  .Consent__btn--neg.Consent__btn--neg:hover {
    background-color: #ae1e1e; }
  .Consent__btn--neg.Consent__btn--neg:disabled {
    background-color: rgba(225, 81, 81, 0.67); }

.Consent__btn--pos.Consent__btn--pos {
  background-color: green; }
  .Consent__btn--pos.Consent__btn--pos:hover {
    background-color: #81a62d; }
  .Consent__btn--pos.Consent__btn--pos:disabled {
    background-color: rgba(154, 198, 54, 0.67); }

.Consent__radio--over16:checked ~ .Consent__form-cont .agreement--over16 {
  display: inline-block; }
.Consent__radio--over16:checked ~ .Consent__form-cont .Consent__content--over16 {
  display: block; }

.Consent__radio--under16:checked ~ .Consent__form-cont .agreement--under16 {
  display: inline-block; }
.Consent__radio--under16:checked ~ .Consent__form-cont .Consent__content--under16 {
  display: block; }
