/* Colors */
/* fonts on dark bg */
/* grey text on white bg */
/* Sets the base font size */
/* Sets the base line height */
/* $font-size-heading-primary: 1.0rem; */
/* $font-size-heading-secondary: 0.9rem; */
/* Layout */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  line-height: 24px;
}

@font-face {
  font-family: "Avenir-Black";
  /*
        font-style: $style;
        font-weight: $weight;
        */
  src: url(/fonts/Avenir-Black.eot);
  src: url(/fonts/Avenir-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/Avenir-Black.woff) format("woff"), url(/fonts/Avenir-Black.ttf) format("truetype"), url(/fonts/Avenir-Black.svg#Avenir-Black) format("svg");
}

@font-face {
  font-family: "Avenir-Medium";
  /*
        font-style: $style;
        font-weight: $weight;
        */
  src: url(/fonts/Avenir-Medium.eot);
  src: url(/fonts/Avenir-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/Avenir-Medium.woff) format("woff"), url(/fonts/Avenir-Medium.ttf) format("truetype"), url(/fonts/Avenir-Medium.svg#Avenir-Medium) format("svg");
}

@font-face {
  font-family: "Avenir-Light";
  /*
        font-style: $style;
        font-weight: $weight;
        */
  src: url(/fonts/Avenir-Light.eot);
  src: url(/fonts/Avenir-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/Avenir-Light.woff) format("woff"), url(/fonts/Avenir-Light.ttf) format("truetype"), url(/fonts/Avenir-Light.svg#Avenir-Light) format("svg");
}

@font-face {
  font-family: "Avenir-Book";
  /*
        font-style: $style;
        font-weight: $weight;
        */
  src: url(/fonts/Avenir-Book.eot);
  src: url(/fonts/Avenir-Book.eot?#iefix) format("embedded-opentype"), url(/fonts/Avenir-Book.woff) format("woff"), url(/fonts/Avenir-Book.ttf) format("truetype"), url(/fonts/Avenir-Book.svg#Avenir-Book) format("svg");
}

@font-face {
  font-family: "Portrait-Medium";
  /*
        font-style: $style;
        font-weight: $weight;
        */
  src: url(/fonts/Portrait-Medium.eot);
  src: url(/fonts/Portrait-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/Portrait-Medium.woff) format("woff"), url(/fonts/Portrait-Medium.ttf) format("truetype"), url(/fonts/Portrait-Medium.svg#Portrait-Medium) format("svg");
}

@font-face {
  font-family: "Portrait-Bold";
  /*
        font-style: $style;
        font-weight: $weight;
        */
  src: url(/fonts/Portrait-Bold.eot);
  src: url(/fonts/Portrait-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Portrait-Bold.woff) format("woff"), url(/fonts/Portrait-Bold.ttf) format("truetype"), url(/fonts/Portrait-Bold.svg#Portrait-Bold) format("svg");
}

/* colors */
.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 300ms ease;
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: all 300ms ease;
}

.slinky-menu ul {
  list-style: none;
  margin: 0;
  width: 100%;
}

.slinky-menu li {
  list-style: none;
  margin: 0;
  line-height: 1;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

.slinky-menu a {
  display: block;
  border: none;
  /* color: $white; */
  /* TODO: change padding */
  /* padding: 1em; */
  padding: 0.5rem 1rem;
}

.slinky-menu a:hover {
  /* background: $black; */
}

.slinky-menu a.next:after {
  /* content: '\276f'; */
  content: '>';
  margin-left: 1em;
  float: right;
}

.slinky-menu a.back:before {
  /* content: '\276e'; */
  content: '<';
  margin-right: 1em;
  float: left;
}

.slinky-menu .header {
  position: relative;
}

.slinky-menu h2 {
  font-size: 1em;
  margin: 0;
  text-align: center;
  padding: 1em;
}

.slinky-menu h2 ~ a.back {
  left: 0;
  position: absolute;
  top: 0;
}

/**********************************
 * Generic Styles
 **********************************/
a {
  /* border: 1px solid red; */
}

a, a:active, a:hover, a:visited, a:focus {
  text-decoration: none;
  /* border: none; */
  color: #333333;
  /* outline: 0; */
}

a:focus {
  /* outline: 5px; */
  outline: #0b93d5 auto 5px;
}

a:hover {
  text-decoration: underline;
  /* text-shadow: 1px 1px #aaaaaa; */
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/*
nav ul {
    margin: 0;
    padding: 0;
    > li {
        list-style-type: none;
        margin: 0 1rem 0 0;
        padding: 0;
        display: block;
        float: left;
        > a {
            display: block;
            height: 100%;
        }
    }
}
*/
ul.vlinks, ul.hlinks {
  margin: 0;
  padding: 0;
}

ul.vlinks > li, ul.hlinks > li {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: block;
}

ul.vlinks > li > a, ul.hlinks > li > a {
  display: block;
  height: 100%;
}

ul.hlinks > li {
  float: left;
  display: inline-block;
  margin: 0 1rem 0 0;
}

/* new */
.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  /* TODO: handle active for specific buttons */
}

@media screen and (min-width: 47.5em) {
  .btn {
    padding: 0.25rem 1rem;
  }
}

.btn, .btn:active, .btn:hover {
  text-decoration: none;
  border: 1px solid transparent;
}

.btn-light {
  background-color: #ffffff;
  border-color: #d9d9d9;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  /* IE9 and down */
}

.btn-light, .btn-light:active, .btn-light:hover, .btn-light:visited, .btn-light:focus {
  color: #333333;
}

.btn-light:hover, .btn-light:focus {
  border-color: #b3b3b3;
  background-color: #e6e6e6;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #cccccc 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFCCCCCC', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.active .btn-light {
  background-color: #333333;
  border-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF4D4D4D', GradientType=0);
  /* IE9 and down */
}

.active .btn-light, .active .btn-light:active, .active .btn-light:hover, .active .btn-light:visited, .active .btn-light:focus {
  color: #f9f9f9;
}

.active .btn-light:hover, .active .btn-light:focus {
  border-color: gray;
  background-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #595959 0%, gray 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF808080', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-dark {
  background-color: #333333;
  border-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF4D4D4D', GradientType=0);
  /* IE9 and down */
}

.btn-dark, .btn-dark:active, .btn-dark:hover, .btn-dark:visited, .btn-dark:focus {
  color: #f9f9f9;
}

.btn-dark:hover, .btn-dark:focus {
  border-color: gray;
  background-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #595959 0%, gray 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF808080', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-accent {
  /* @include button-variant($color-black, $color-white, $color-accent); */
  background-color: #ddbc58;
  border-color: #c19b27;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #ddbc58 0%, #d4ab2e 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDDBC58', endColorstr='#FFD4AB2E', GradientType=0);
  /* IE9 and down */
}

.btn-accent, .btn-accent:active, .btn-accent:hover, .btn-accent:visited, .btn-accent:focus {
  color: #333333;
}

.btn-accent:hover, .btn-accent:focus {
  border-color: #82681a;
  background-color: #d4ab2e;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #d4ab2e 0%, #ac8a23 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD4AB2E', endColorstr='#FFAC8A23', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: #337ab7;
  border-color: #22527b;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #337ab7 0%, #285f8f 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF337AB7', endColorstr='#FF285F8F', GradientType=0);
  /* IE9 and down */
}

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:visited, .btn-primary:focus {
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
  border-color: #122a3f;
  background-color: #285f8f;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #285f8f 0%, #1d4567 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF285F8F', endColorstr='#FF1D4567', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-success {
  background-color: #5cb85c;
  border-color: #3d8b3d;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5CB85C', endColorstr='#FF449D44', GradientType=0);
  /* IE9 and down */
}

.btn-success, .btn-success:active, .btn-success:hover, .btn-success:visited, .btn-success:focus {
  color: #ffffff;
}

.btn-success:hover, .btn-success:focus {
  border-color: #255625;
  background-color: #449d44;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #449d44 0%, #357935 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF449D44', endColorstr='#FF357935', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-danger {
  background-color: #d9534f;
  border-color: #b52b27;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD9534F', endColorstr='#FFC9302C', GradientType=0);
  /* IE9 and down */
}

.btn-danger, .btn-danger:active, .btn-danger:hover, .btn-danger:visited, .btn-danger:focus {
  color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus {
  border-color: #761c19;
  background-color: #c9302c;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #c9302c 0%, #a02622 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC9302C', endColorstr='#FFA02622', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-outline {
  border: 1px solid #acacac;
}

/* old */
/*
.button {
    padding: 0.5rem;
    display: inline-block;
    text-align: center;
    &.dark {
        &,&:active,&:hover,&:visited {
            color: $color-light2;
            border: 1px solid $color-dark;
            background-color: $color-dark;
        }
    }

    &.light {
        &,&:active,&:hover,&:visited {
            color: $color-dark;
            border: 1px solid $color-dark;
            background-color: $color-white;
        }
    }
    &.primary {
        &,&:active,&:hover,&:visited {
            color: $color-white;
            border: 1px solid $color-primary;
            background-color: $color-primary;
        }
    }
}
*/
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.icon-cart {
  display: inline-block;
  /*
    // height: 1rem;
    // width: 1rem;
    // height: 20px;
    // width: 20px;
    */
  height: 1.2em;
  width: 1.2em;
  background-image: url(../img/icon_cart.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  /* margin-top: -4px; */
  margin-top: -0.2em;
}

.icon-account {
  display: inline-block;
  /*
    // height: 1rem;
    // width: 1rem;
    // height: 20px;
    // width: 20px;
    */
  height: 1.2em;
  width: 1.2em;
  background-image: url(../img/icon_account.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  /* margin-top: -4px; */
  margin-top: -0.2em;
}

.icon-search {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  background-image: url(../img/search_icon_light.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
}

@media screen and (min-width: 64em) {
  .icon-search {
    margin-top: -0.2em;
    margin-right: 0.5rem;
  }
}

.icon {
  display: inline-block;
  height: 1.0rem;
  width: 1.0rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5rem;
}

.icon.heart {
  background-image: url(../img/icon_heart_dark.svg);
}

.icon.heart.light {
  background-image: url(../img/icon_heart_light.svg);
}

.icon.heart.highlight {
  background-image: url(../img/icon_heart_highlight.svg);
}

.icon.heart.red {
  background-image: url(../img/icon_heart_red.svg);
}

.dropdown-icon {
  display: inline-block;
  background-image: url(../img/icon_down_highlight.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.25rem;
}

.active .dropdown-icon {
  background-image: url(../img/icon_up_highlight.svg);
}

.dropdown-dark-icon {
  display: inline-block;
  background-image: url(../img/icon_down_dark.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.25rem;
}

.open .dropdown-dark-icon {
  background-image: url(../img/icon_up_dark.svg);
}

/* for autocomplete */
.ui-widget {
  font-size: 1rem;
  font: inherit;
}

.ui-autocomplete {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}

.slider .ui-state-default {
  background: #ddbc58 none;
}

.slider .ui-slider-handle {
  height: 0.8rem;
  width: 0.8rem;
  top: -0.4rem;
  margin-left: -0.4rem;
  border-radius: 100%;
}

.slider.ui-slider-horizontal {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

/* Hamburger */
.hamburger span, .hamburger span:before, .hamburger span:after {
  background-color: #333333;
  content: "";
  display: block;
  height: 2px;
  opacity: 1;
  position: absolute;
  width: 20px;
}

.hamburger {
  cursor: pointer;
  height: 60px;
  width: 60px;
  /*
    position: absolute;
    top: 0;
    left: 0;
    */
  float: left;
  position: relative;
}

.hamburger span {
  left: 20px;
  top: 29px;
}

.hamburger span:before {
  top: -7px;
}

.hamburger span:after {
  bottom: -7px;
}

.hamburger.active span {
  background-color: transparent;
}

.hamburger.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Category Menu */
#category-nav ul {
  margin: 0;
  padding: 0;
  /* TODO: properly fix ghost outline */
}

#category-nav ul > li {
  /* margin: 0 1px 0 0; */
}

#category-nav ul li {
  float: none;
  display: block;
}

#category-nav ul li > a {
  display: block;
  height: 100%;
}

#category-nav ul li ul {
  display: none;
}

.facebook, .twitter, .pinterest, .linkedin, .rss {
  text-indent: -99999px;
}

.facebook a, .twitter a, .pinterest a, .linkedin a, .rss a {
  display: block;
  float: left;
  /* margin: 4px; */
  margin: 0 0.5rem 0 0;
  width: 2rem;
  height: 2rem;
  box-shadow: 0px 2px 2px #888;
  background-color: #ffffff;
}

.facebook a {
  background-image: url("../img/social_facebook.svg");
}

.facebook a:hover {
  background-image: url("../img/social_facebook_hover.svg");
}

.twitter a {
  background-image: url("../img/social_twitter.svg");
}

.twitter a:hover {
  background-image: url("../img/social_twitter_hover.svg");
}

.pinterest a {
  background-image: url("../img/social_pinterest.svg");
}

.pinterest a:hover {
  background-image: url("../img/social_pinterest_hover.svg");
}

.linkedin a {
  background-image: url("../img/social_linkedin.svg");
}

.linkedin a:hover {
  background-image: url("../img/social_linkedin_hover.svg");
}

.rss a {
  background-image: url("../img/social_rss.svg");
}

.rss a:hover {
  background-image: url("../img/social_rss_hover.svg");
}

/*
.button {
    border: 1px solid #e5e6e7;
    display: inline-block;
    height: 2.5rem;
    margin: 0 0 0 0;
    padding: 0.5rem 1.5rem 0 1.5rem;
    text-decoration: none;
    &:hover {
        border: 1px solid #8a8b8c;
        background-color: #d4d5d6;
    }
}
*/
/* Buttons */
.button-cart {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 1px solid #c19b27;
  background-color: #ddbc58;
  /*
    //border: 1.5px solid darken($color-midnight-blue,30%);
    //background-color: $color-midnight-blue;
    */
  background-image: url(../img/icon_cart.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: 1rem center;
  /* TODO: cross browser */
  background: url(../img/icon_cart.svg) 1rem center/1rem 1rem no-repeat, linear-gradient(#ead698, #ddbc58);
  -webkit-box-shadow: inset 0 0 3px 1px rgba(255, 255, 255, 0.19);
}

.button-cart:hover {
  background-color: #c19b27;
  border: 1px solid #82681a;
  background: url(../img/icon_cart.svg) 1rem center/1rem 1rem no-repeat, linear-gradient(#ddbc58, #c19b27);
  /* background: linear-gradient($color-accent,darken($color-accent,15%)); */
}

.button-cart, .button-cart:active, .button-cart:hover, .button-cart:visited {
  text-decoration: none;
}

.in-cart {
  padding-left: 2.5rem !important;
}

.in-cart span {
  font-weight: 600;
  color: #4ab142;
}

.main h1 {
  font-size: 1rem;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.alerts {
  margin: 0 0 1rem 0;
}

.alerts .alert {
  width: 100%;
  height: 100%;
  display: table;
  /* table-layout: fixed; */
  border: 1px solid #333333;
  /* font-color: darker; */
  margin: 0 0 1rem 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.alerts .alert .alert-icon {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  width: 2.5em;
  padding: 0.5em;
}

.alerts .alert .alert-body {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em 0.5em;
  width: 100%;
}

.alerts .alert .close-alert {
  display: table-cell;
  width: 33px;
  padding: 0 0 0 0.5em;
  border: 0;
  outline: none;
  cursor: pointer;
  color: inherit;
  background: 0 0;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  filter: alpha(opacity=40);
  opacity: .4;
}

.alerts .alert .close-alert:hover {
  filter: alpha(opacity=70);
  opacity: .7;
}

.alerts .alert:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.alerts .alert-primary {
  background-color: #8bb8df;
  border-color: #77acd9;
  color: #122a3f;
}

.alerts .alert-success {
  background-color: #b5dfb5;
  border-color: #a3d7a3;
  color: #255625;
}

.alerts .alert-info {
  background-color: #c5e9f3;
  border-color: #b0e1ef;
  color: #1b6d85;
}

.alerts .alert-warning {
  background-color: #fae3c4;
  border-color: #f8d9ac;
  color: #985f0d;
}

.alerts .alert-danger {
  background-color: #f0b9b8;
  border-color: #eba5a3;
  color: #761c19;
}

.hidden {
  display: none;
}

/* Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/**********************************
 * Widgets
 **********************************/
#current-breakpoint {
  display: none;
  content: 'small-phone';
}

@media screen and (min-width: 40em) {
  #current-breakpoint {
    content: 'phone';
  }
}

@media screen and (min-width: 47.5em) {
  #current-breakpoint {
    content: 'tablet';
  }
}

@media screen and (min-width: 64em) {
  #current-breakpoint {
    content: 'desktop';
  }
}

@media screen and (min-width: 87.5em) {
  #current-breakpoint {
    content: 'wide';
  }
}

/**********************************
 * Drawers
 **********************************/
.drawer-title {
  /* display: none; */
}

.drawer-title p {
  margin: 0 0.5rem 0.5rem 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}

.drawer-title .button-close-drawer {
  display: none;
}

.drawer {
  display: none;
  padding: 0.5rem 1rem;
}

.drawer-only {
  display: none !important;
}

.drawer-open {
  box-shadow: 0px 2px 2px #888;
  background-color: #ffffff;
  padding-top: 1rem;
  width: 18rem;
  z-index: 1;
  position: fixed;
  /* margin-top: $mobile-header-height; */
  top: 4rem;
  /* position: relative; */
  height: 100%;
  display: block !important;
  /*
    top: -1rem;
    top: 0;
    left: 0;
    */
  left: -999px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*
    #site-name {
        display: none;
    }
    ul {
        float: none;
        margin: 0;
        padding: 0;
        li {
            float: none;
            display: block;
        }
    }
    */
}

.drawer-open .drawer-title {
  display: block;
}

.drawer-open .drawer-title .button-close-drawer {
  display: block;
}

.drawer-open .label {
  display: none;
}

.drawer-open .drawer-only {
  display: block !important;
}

.drawer-open .drawer-hide {
  display: none;
}

@media screen and (min-width: 64em) {
  .drawer-open {
    top: 6rem;
  }
}

.drawer-open {
  transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}

.button-close-drawer {
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
}

.button-close-drawer span {
  height: 2rem;
  width: 2rem;
  position: relative;
  top: 0;
  left: 0;
  color: #313131;
  display: block;
  font-family: "Avenir-Book";
  font-size: 2.5rem;
  line-height: 1.28;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#drawer-filter {
  margin: 0 1rem 0.5rem 1rem;
  overflow: hidden;
}

#drawer-filter .field-price .values input, #drawer-filter .field-issue_year .values input {
  display: inline-block;
  width: 49%;
}

#drawer-filter .field-maker ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#drawer-filter .field-maker ul li {
  margin: 0;
  padding: 0;
}

#drawer-filter.drawer-open {
  margin: 0;
  padding: 0.5rem 1rem;
}

.drawer-search-form form {
  display: table;
}

.drawer-search-form .drawer-search-field {
  display: block;
  width: 100%;
  margin-right: 6rem;
  display: table-cell;
}

.drawer-search-form .drawer-search-field input {
  width: 100%;
  padding: 0.5rem;
}

.drawer-search-form .drawer-search-button {
  display: block;
  width: 2rem;
  display: table-cell;
  height: 100%;
}

.drawer-search-form .drawer-search-button button {
  /* height: 100%; */
}

/**********************************
 * Mini Boxes
 **********************************/
#mini-boxes {
  display: none;
}

.mini-box {
  position: absolute;
  /*
    top: 0;
    left: 0;
    border: 1px solid red;
    */
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  z-index: 1;
  padding: 1rem;
}

#account-mini-box {
  width: 18rem;
  /*
    width: 22rem;
    left: -14rem;
    left: -18rem;
    */
  right: 0.5rem;
}

@media screen and (min-width: 20.0625em) {
  #account-mini-box {
    width: 22rem;
    /* left: -18rem; */
  }
}

@media screen and (min-width: 64em) {
  #account-mini-box {
    /* left: -8rem; */
  }
}

#account-mini-box h1 {
  font-size: 1rem;
}

#account-mini-box div {
  padding-bottom: 1rem;
}

#account-mini-box div label {
  display: none;
}

#account-mini-box div input {
  width: 100% !important;
  margin: 0 !important;
}

#account-mini-box ul {
  padding: 0 1rem;
}

#account-mini-box .button {
  width: 9rem;
  margin: 0 0.5rem;
}

#cart-mini-box {
  width: 22rem;
  right: 0.5rem;
  /*
    bottom: 2rem;
    height: 400px;
    */
  padding: 0;
}

#cart-mini-box .items {
  height: 400px;
  overflow-y: scroll;
  padding: 1rem;
  /* table-layout: fixed; */
}

#cart-mini-box .items .item {
  margin-bottom: 1rem;
}

#cart-mini-box .items .item:after {
  content: "";
  display: table;
  clear: both;
}

#cart-mini-box .items .item .image {
  width: 6rem;
  float: left;
  /* padding-right: $gutter; */
}

#cart-mini-box .items .item .image img {
  width: 100%;
}

#cart-mini-box .items .item .info {
  /* TODO: Bug - width is different for windows and mac. */
  width: 12rem;
  float: right;
}

#cart-mini-box .button {
  positon: fixed;
  bottom: 0;
  padding: 1rem;
}

/* Dropmenus */
.dropmenu {
  position: relative;
  display: inline-block;
}

.dropmenu .drop {
  display: none;
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  width: 100%;
  border: 1px solid #acacac;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropmenu .drop a {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
}

.dropmenu .drop a, .dropmenu .drop a:visited, .dropmenu .drop a:hover, .dropmenu .drop a:active {
  text-decoration: none;
}

.dropmenu .drop a:hover {
  background-color: #e6e6e6;
}

.dropmenu:hover .drop {
  display: block;
}

.contact-sidebar, .basket-sidebar {
  width: 100%;
}

.contact-sidebar .main, .basket-sidebar .main {
  /* margin: 1rem 1rem 1rem 1rem; */
  margin: 0;
}

.contact-sidebar .main img, .basket-sidebar .main img {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.contact-sidebar .sidebar, .basket-sidebar .sidebar {
  /* margin: 1rem 1rem 1rem 1rem; */
}

.contact-sidebar:after, .basket-sidebar:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 40em) {
  .contact-sidebar .main, .basket-sidebar .main {
    width: calc(100% - 20rem);
    float: left;
  }
  .contact-sidebar .main img, .basket-sidebar .main img {
    width: 100%;
  }
  .contact-sidebar .sidebar, .basket-sidebar .sidebar {
    width: 18rem;
    float: right;
  }
}

.card {
  /* padding: 0.5rem 0.5rem 0.5rem 0.5rem; */
  padding: 1rem 1rem 1rem 1rem;
  /* margin: 0.5rem 0.5rem 0.5rem 0.5rem; */
  /*
    -moz-box-shadow:    0px 2px 2px #888;
    -webkit-box-shadow: 0px 2px 2px #888;
    box-shadow:         0px 2px 2px #888;
    background-color: $color-white;
    */
  /* margin-bottom: $gutter; */
  margin: 4px 4px 1rem 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transition: box-shadow .3s ease-in-out;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
}

.card > h3 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}

.card > *:first-child {
  margin-top: 0;
}

.card h1 {
  border-bottom: 1px solid #333333;
}

.card:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16), 0 0 0 2px rgba(0, 0, 0, 0.04);
}

.field {
  display: table-row;
}

.field .label {
  display: table-cell;
  vertical-align: top;
  width: 7rem;
}

.field .value {
  display: table-cell;
  vertical-align: top;
}

@media screen and (min-width: 47.5em) {
  .with-sidebar .main {
    float: left;
    width: calc(100% - 22rem);
  }
  .with-sidebar .sidebar {
    float: right;
    width: 20rem;
  }
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.confirmation .container {
  width: 80%;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}

.confirmation .container .icon {
  display: block;
  height: inherit;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0 0.5rem 0;
  text-align: center;
}

.confirmation .container .notice-primary {
  background-color: #8bb8df;
  border-color: #77acd9;
  color: #122a3f;
}

.confirmation .container .notice-success {
  background-color: #b5dfb5;
  border-color: #a3d7a3;
  color: #255625;
}

.confirmation .container .notice-info {
  background-color: #c5e9f3;
  border-color: #b0e1ef;
  color: #1b6d85;
}

.confirmation .container .notice-warning {
  background-color: #fae3c4;
  border-color: #f8d9ac;
  color: #985f0d;
}

.confirmation .container .notice-danger {
  background-color: #f0b9b8;
  border-color: #eba5a3;
  color: #761c19;
}

.confirmation .container .message {
  margin-bottom: 1rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.confirmation .container .buttons {
  padding: 0.5rem;
}

.confirmation .container .buttons .btn {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

/**********************************
 * Layout
 **********************************/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Avenir-Book", sans-serif;
  color: #333333;
  background-color: #f9f9f9;
  /*
    TODO: fix scroll
    overflow: hidden;
    */
}

html {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.container {
  margin-top: 4rem;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 64em) {
  .container {
    margin-top: 0;
  }
}

.container .page-title {
  margin: 0 0.5rem 0.5rem 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  font-size: 1rem;
}

.container .nav-container:after {
  content: "";
  display: table;
  clear: both;
}

.container .breadcrumb {
  margin: 0 0.5rem 0.5rem 0.5rem;
  float: right;
}

.container .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container .breadcrumb ul li {
  display: inline;
}

.container .breadcrumb ul li + li:before {
  padding: 0.5rem;
  content: "/\00a0";
}

/* header */
header {
  width: 100%;
  display: table;
  table-layout: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 4rem;
  z-index: 9999;
  background-color: #ffffff;
  border-bottom: 1px solid #333333;
  /* mobile */
}

header .hamburger {
  float: left;
  display: table-cell;
  width: 33%;
}

header .logo-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 34%;
}

header .logo-container img {
  height: 2rem;
  margin-top: 0.5rem;
  width: auto;
}

header .heading {
  display: none;
}

header .search {
  display: none;
}

header .mini-nav {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  /* overflow: hidden; */
  /* position: relative; */
}

header .mini-nav > ul {
  margin: 0;
  padding: 0;
  float: right;
}

header .mini-nav > ul > li {
  list-style-type: none;
  margin: 0 0 0 1rem;
  padding: 0;
  display: inline;
  float: left;
  /* position: relative; */
}

header .mini-nav > ul > li > a {
  text-transform: uppercase;
}

header .mini-nav #mini-account-link .label {
  display: none;
}

header .mini-nav #mini-cart-link {
  margin-right: 0.5rem;
}

header .mini-nav #mini-cart-link #cart-item-count {
  display: none;
}

@media screen and (min-width: 64em) {
  header {
    padding: 1rem;
    position: static;
    height: inherit;
    border-bottom: none;
    background-color: #f9f9f9;
  }
  header .hamburger {
    display: none;
  }
  header .logo-container {
    width: 19rem;
  }
  header .logo {
    display: table-cell;
    vertical-align: middle;
    width: 3.2rem;
    padding-right: 1rem;
  }
  header .logo img {
    height: 3.2rem;
  }
  header .heading {
    display: table-cell;
    vertical-align: middle;
    /*
            width: $main-width-left - 5rem;
            left width - size of logo and logo padding
            */
    width: 13.8rem;
    padding-right: 1rem;
  }
  header .heading .primary {
    font-family: Portrait-Bold;
    /*
                font-weight: bold;
                @include adjust-font-size-to($font-size-heading-primary);
                */
    font-size: 1rem;
  }
  header .heading .secondary {
    /* @include adjust-font-size-to($font-size-heading-secondary); */
    font-size: 0.875rem;
  }
  header .heading a {
    text-decoration: none;
  }
  header .search {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1rem;
  }
  header .search .category-combobox {
    /* max-height: 20rem; */
  }
  header .search .search-fields {
    width: 100%;
    display: table-cell;
    position: relative;
  }
  header .search .search-fields #search-all-field {
    border: 1px solid #f9f9f9;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 0.5rem 1rem;
    padding: 0.5rem 10rem 0.5rem 1rem;
  }
  header .search .search-fields:focus {
    outline: none;
  }
  header .search .search-fields #advanced-search-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem 1rem;
  }
  header .search .search-fields .dropdown-icon {
    display: inline-block;
    background-image: url(../img/icon_down_highlight.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 0.25rem;
  }
  .active header .search .search-fields .dropdown-icon {
    background-image: url(../img/icon_up_highlight.svg);
  }
  header .search .search-fields #advanced-search-box {
    display: none;
    position: absolute;
    box-shadow: 0px 2px 2px #888;
    background-color: #ffffff;
    /* height: 10rem; */
    margin-top: 3px;
    background-color: #ffffff;
    width: 100%;
    z-index: 99;
    padding: 0.5rem;
  }
  header .search .search-fields #advanced-search-box.active {
    display: block;
  }
  header .search .search-fields #advanced-search-box:after {
    content: "";
    display: table;
    clear: both;
  }
  header .search .search-fields #advanced-search-box .search-field {
    padding: 0.25rem;
  }
  header .search .search-fields #advanced-search-box .search-field input {
    padding: 0.1rem 0.25rem;
    width: 100%;
  }
  header .search .search-fields #advanced-search-box .search-field select {
    padding: 0.1rem 0.25rem;
    width: 100%;
  }
  header .search .search-fields #advanced-search-box .search-field button {
    width: 100%;
  }
}

@media screen and (min-width: 64em) and (min-width: 47.5em) {
  header .search .search-fields #advanced-search-box #search-section-field {
    /* width: 25%; */
    width: 50%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #search-recent-field {
    /* width: 25%; */
    width: 50%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #search-category-field {
    width: 100%;
    clear: left;
    /*
                            width: 50%;
                            float: left;
                            */
  }
  header .search .search-fields #advanced-search-box #search-title-field {
    width: 100%;
    /* clear: left; */
  }
  header .search .search-fields #advanced-search-box #search-mapmaker-field {
    width: 100%;
  }
  header .search .search-fields #advanced-search-box #search-issue_year_min-field {
    width: 50%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #search-issue_year_max-field {
    width: 50%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #search-price_min-field {
    width: 50%;
    float: left;
    clear: left;
  }
  header .search .search-fields #advanced-search-box #search-price_max-field {
    width: 50%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #adv-search-button {
    width: 50%;
    float: left;
    clear: left;
  }
  header .search .search-fields #advanced-search-box #adv-search-button button {
    /*
                                background-color: $color-success;
                                color: $color-light;
                                border: none;
                                */
  }
  header .search .search-fields #advanced-search-box #adv-reset-button {
    width: 50%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #adv-reset-button button {
    /*
                                background-color: $color-danger;
                                color: $color-light;
                                border: none;
                                */
  }
}

@media screen and (min-width: 64em) and (min-width: 87.5em) {
  header .search .search-fields #advanced-search-box #search-section-field {
    width: 25%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #search-recent-field {
    width: 25%;
    float: left;
  }
  header .search .search-fields #advanced-search-box #search-category-field {
    width: 50%;
    float: left;
    clear: none;
  }
  header .search .search-fields #advanced-search-box #search-title-field {
    clear: left;
  }
}

@media screen and (min-width: 64em) {
  header .search .search-button {
    display: table-cell;
  }
  header .search .search-button button {
    background-color: #333333;
    color: #f9f9f9;
    border: none;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-left: 0.5rem;
    white-space: nowrap;
  }
  header .mini-nav {
    width: 16rem;
  }
  header .mini-nav #mini-account-link {
    display: inline;
  }
  header .mini-nav #mini-account-link .label {
    display: inline;
  }
  header .mini-nav #mini-cart-link {
    margin-right: 0;
  }
  header .mini-nav #mini-cart-link #cart-item-count {
    display: inline;
    margin-right: 0.5rem;
  }
}

@media print {
  header .hamburger {
    display: none;
  }
  header .search {
    display: none;
  }
  header .heading {
    display: table-cell;
    width: auto;
  }
  header .mini-nav {
    display: none;
  }
}

/* Main Nav */
#main-nav {
  display: none;
  /* for drawer */
}

#main-nav .drawer-title {
  display: none;
}

@media screen and (min-width: 64em) {
  #main-nav {
    display: table;
    width: 100%;
    /*
        padding: 0.5rem 0 0 0;
        padding: 0;
        */
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: #333333;
    color: #d9d9d9;
  }
  #main-nav a, #main-nav a:active, #main-nav a:hover, #main-nav a:visited {
    color: #d9d9d9;
  }
  #main-nav #site-name {
    display: table-cell;
    font-family: Book-Antiqua, Portrait-Bold;
    font-size: 1.2rem;
    width: 21rem;
    text-align: center;
    padding: 0.25rem 0;
    vertical-align: bottom;
  }
  #main-nav #site-name a {
    text-decoration: none;
  }
  #main-nav ul {
    padding: 0.25rem 0 0 0;
    display: table-cell;
    vertical-align: bottom;
    margin: 0;
    /* padding: 0 0 2px 0; */
  }
  #main-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #main-nav ul .mobile {
    display: none;
  }
  #main-nav ul > li {
    padding-right: 2rem;
    float: left;
    display: inline-block;
  }
  #main-nav ul > li a {
    display: block;
    border-bottom: 0.2rem solid transparent;
    padding-bottom: 0.05rem;
    /* TODO: should visited be here? */
  }
  #main-nav ul > li a:active, #main-nav ul > li a:hover, #main-nav ul > li a:visited {
    /* margin-bottom: -3px; */
    text-decoration: none;
    border-bottom: 0.2rem solid #ddbc58;
  }
  #main-nav .phone {
    display: table-cell;
    width: 15rem;
    padding: 0.25rem 0.5rem 0.25rem 0;
    vertical-align: bottom;
  }
}

#main-nav.drawer-open {
  padding: 1rem;
}

#main-nav.drawer-open #site-name {
  display: none;
}

#main-nav.drawer-open ul {
  float: none;
  margin: 0;
  padding: 0;
}

#main-nav.drawer-open ul li {
  float: none;
  display: block;
  padding-bottom: 1rem;
}

@media print {
  #main-nav {
    display: none;
  }
}

/* Main Content */
.main {
  position: relative;
  margin: 5rem 1rem 1rem 1rem;
}

.main:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 64em) {
  .main {
    margin: 1rem;
  }
}

.main h2 {
  font-size: 1.2rem;
}

.main #panel-left {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  float: none;
  /* TODO:  find a better way */
}

.main #panel-left .drawer-title {
  overflow: hidden;
}

.main #panel-left .lookup-field {
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .main #panel-left {
    width: 18rem;
    height: auto;
    margin: 0 0.5rem 0 0;
    float: left;
    display: block;
  }
  .main #panel-left ul li {
    /* padding-bottom: rhythm(1) / 2; */
  }
  .main #panel-left ul li a span {
    float: right;
  }
}

@media print {
  .main #panel-left {
    display: none;
  }
}

.main #category-nav {
  /* TODO: make it play nice with drawer */
  /* display: none; */
}

.main #category-nav .lookup-field {
  margin: 0 0.5rem 0.5rem 0.5rem;
}

.main #category-nav .lookup-field input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #f9f9f9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 64em) {
  .main #content {
    margin: 0 0 0 0.5rem;
    float: right;
    width: calc(100% - 19rem);
  }
  .main #content:after {
    content: "";
    display: table;
    clear: both;
  }
}

.main #content .main > h1 {
  margin: 0 0 0.5rem 0;
}

.main #content div > h1 {
  margin: 0 0 0.5rem 0;
}

@media print {
  .main #content {
    float: none;
    width: 100%;
  }
}

#checkout-controller #content {
  width: 100%;
  float: none;
}

/* Footer */
footer {
  width: 100%;
  background-color: #333333;
  color: #d9d9d9;
  /* TODO: hover */
}

footer a, footer a:active, footer a:hover, footer a:visited {
  color: #d9d9d9;
}

footer div {
  /* margin-bottom: 1rem; */
}

footer .label {
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

footer .associations {
  display: none;
  margin-bottom: 0;
}

footer .contact-info {
  padding: 1rem;
  margin-bottom: 0;
}

footer .contact-info div {
  margin-bottom: 1rem;
}

footer .other-info {
  padding: 0 1rem 1rem 1rem;
  margin-bottom: 0;
}

footer .other-info .subscribe-form {
  position: relative;
  margin-right: 7rem;
}

footer .other-info .subscribe-form input[type=email] {
  display: block;
  width: 100%;
  color: #333333;
}

footer .other-info .subscribe-form input[type=submit] {
  /*
                background-color: $color-light;
                color: $color-text;
                border: none;
                */
  padding: 0;
  width: 6rem;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 1rem;
}

footer .social-links:after {
  content: "";
  display: table;
  clear: both;
}

footer #footer-nav {
  clear: left;
  padding: 1rem 1rem 0.5rem 1rem;
  border-top: 1px solid #d9d9d9;
}

footer #footer-nav:after {
  content: "";
  display: table;
  clear: both;
}

footer #copy-nav {
  padding: 0 1rem 1rem 1rem;
}

footer #copy-nav:after {
  content: "";
  display: table;
  clear: both;
}

footer #copy-nav ul li:first-child {
  /* margin-bottom: 1rem; */
}

footer nav ul li {
  float: none;
}

@media screen and (min-width: 64em) {
  footer {
    /*
        .label {
            border-bottom: 1px solid #ffffff;
            font-weight: bold;
            margin-right: 1rem;
            margin-bottom: 1rem;
        }
        */
  }
  footer:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .associations {
    display: block;
    clear: both;
    width: 104px;
    float: left;
    padding: 1rem 1rem 0 1rem;
  }
  footer .associations div {
    width: 80px;
    float: left;
    padding-bottom: 0.5rem;
  }
  footer .associations img {
    display: block;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .contact-info {
    width: 32rem;
    float: left;
  }
  footer .contact-info:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .contact-info .left {
    width: 15rem;
    float: left;
  }
  footer .contact-info .left div {
    margin-bottom: 1rem;
  }
  footer .contact-info .right {
    width: 15rem;
    float: right;
  }
  footer .contact-info .right div {
    margin-bottom: 1rem;
  }
  footer .other-info {
    /* width: 33%; */
    width: 24rem;
    padding: 1rem 1rem 0 0;
    float: right;
  }
  footer .other-info:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .other-info div {
    margin-bottom: 1rem;
  }
  footer .other-info .social-links:after {
    content: "";
    display: table;
    clear: both;
  }
  footer #footer-nav {
    border-top: 1px solid white;
    width: 100%;
    padding-top: 1rem;
  }
  footer #footer-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  footer #footer-nav ul li {
    display: inline-block;
    float: left;
  }
  footer #copy-nav {
    /*
            float: right;
            display: inline-block;
            */
    padding-top: 1rem;
    width: 100%;
  }
  footer #copy-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  footer #copy-nav ul li {
    display: inline-block;
    float: left;
  }
  footer .copyright {
    display: inline-block;
    /*
            text-align: center;
            border-top: 1px solid #ffffff;
            */
  }
}

@media print {
  footer {
    background: none;
    color: #000000;
  }
  footer .associations {
    display: none;
  }
  footer .other-info {
    display: none;
  }
  footer #footer-nav {
    display: none;
  }
  footer #copy-nav {
    display: none;
  }
}

.category-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 2rem;
}

.category-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}

.ui-autocomplete {
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.form .double {
  display: block;
  width: 100%;
}

.form .double .form-group {
  display: block;
  width: 100%;
}

@media screen and (min-width: 47.5em) {
  .form .double {
    display: table;
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .form .double .form-group {
    display: table-cell;
    width: 50%;
  }
  .form .double > :first-child {
    padding-right: 1rem;
  }
}

.form .form-buttons .btn {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 47.5em) {
  .form .form-buttons .btn {
    display: inline-block;
    width: auto;
  }
}

.form .form-group {
  /*
        padding: 0.25rem 0.25rem 0.25rem 0.25rem;
        margin: 0 0 0.25rem 0;
        @include box-shadow();
        */
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  margin-bottom: 0.25rem;
}

.form .form-group label {
  display: block;
  width: 100%;
  font-size: 1.0rem;
  font-weight: bold;
  padding: 0 0.5rem 0.25rem 0.12rem;
}

.form .form-group input, .form .form-group textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.5rem;
}

.form .form-group textarea {
  height: 12rem;
}

.form .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 0.5rem;
  background-color: white;
  border-radius: 0;
  width: 100%;
}

.form .form-group select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
}

.form .form-group select.blah:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  /* border-color: green; */
  outline: 0;
}

.form .form-group .help-block {
  display: block;
  width: 100%;
  color: #ff0000;
  /* height: 1.4rem; */
  padding-left: 0.12rem;
}

.form .form-group.checkbox input, .form .form-group.radio input, .form .group.checkbox input {
  width: auto;
  float: left;
  margin-right: 0.5rem;
  margin-top: 2px;
}

.form .form-group.checkbox label, .form .form-group.radio label, .form .group.checkbox label {
  font-weight: normal;
}

.form .form-group.has-error {
  background-color: #ffebef;
}

.form .form-group.hidden {
  display: none;
}

.form p {
  margin-bottom: 0.5rem;
}

#home .featured-image img {
  width: 100%;
}

#home aside .intro {
  margin-bottom: 1rem;
}

#home aside .subscribe {
  margin-bottom: 1rem;
}

#home aside .featured-info {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  #home {
    display: table;
    width: 100%;
  }
  #home .featured-image {
    display: table-cell;
    vertical-align: top;
  }
  #home aside {
    display: table-cell;
    vertical-align: top;
    width: 22rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
  #home aside .intro h1 {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
  }
  #home aside .subscribe p {
    text-align: center;
  }
  #home aside .featured-info {
    margin-top: 1rem;
  }
  #home aside .featured-info .field {
    margin-bottom: 1rem;
    display: block;
  }
  #home aside .featured-info .field .label {
    display: inline;
    font-weight: bold;
    margin-right: 0.5rem;
  }
  #home aside .featured-info .field .value {
    display: inline;
  }
}

#contact .main {
  max-width: 50rem;
}

#faq .entry .heading {
  font-weight: bold;
  font-size: 1.1rem;
}

#faq .entry .content h3 {
  font-size: 1rem;
}

/**********************************
 * Browse Page
 **********************************/
div.browse .page-title {
  float: left;
}

div.browse .sort-by {
  display: none;
}

div.browse .drawer-buttons {
  overflow: hidden;
  width: 100%;
  margin: 0.5rem 0;
}

div.browse .drawer-buttons ul {
  float: right;
  margin: 0;
  padding: 0;
}

div.browse .drawer-buttons ul li {
  list-style-type: none;
  margin: 0 1em 0 0;
  padding: 0;
  display: inline;
  float: left;
}

div.browse .items {
  overflow: hidden;
}

div.browse .page-more {
  margin: 0 0.5rem;
  text-align: center;
}

div.browse .page-more ul.pager {
  overflow: hidden;
  padding: 0;
  display: inline-block;
}

div.browse .page-more ul.pager li {
  margin: 0 0.25rem;
  list-style-type: none;
  /* display: inline; */
  display: none;
  float: left;
}

div.browse .page-more ul.pager li.prev {
  display: inline;
}

div.browse .page-more ul.pager li.next {
  display: inline;
}

div.browse .page-more ul.pager li.active {
  display: inline;
}

@media screen and (min-width: 47.5em) {
  div.browse .sort-by {
    overflow: hidden;
  }
  div.browse .sort-by li.active {
    border-bottom: 1px solid #ddbc58;
  }
  div.browse .page-more ul.pager li {
    display: inline;
  }
}

@media screen and (min-width: 64em) {
  div.browse .drawer-buttons {
    display: none;
  }
  div.browse .sort-by {
    /* margin-bottom: 1rem; */
    display: block;
    padding: 0.5rem;
    border-bottom: 1px solid #acacac;
    /* TODO: move to drawer code */
  }
  div.browse .sort-by:after {
    content: "";
    display: table;
    clear: both;
  }
  div.browse .sort-by .drawer-title {
    display: none;
  }
  div.browse .sort-by .label {
    display: inline-block;
    float: left;
    margin-right: 1rem;
  }
  div.browse .sort-by ul {
    margin: 0;
    padding: 0;
  }
  div.browse .sort-by ul li {
    list-style-type: none;
    margin: 0 0 0 0;
    /* padding: 0; */
    padding: 0 1rem;
    display: inline;
    float: left;
    background-color: #e6e6e6;
    border: 1px solid #acacac;
    box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
  }
  div.browse .sort-by ul li.active {
    background-color: #bfbfbf;
    border: 1px solid #acacac;
  }
}

div.browse.list .items .item {
  border-bottom: 1px solid #acacac;
  padding: 0.5rem;
  overflow: hidden;
}

div.browse.list .items .item .image {
  width: 7rem;
  height: 7rem;
  float: left;
  clear: left;
  margin-right: 0.5rem;
  position: relative;
}

div.browse.list .items .item .image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* transform: translateX(-50%) translateY(-50%); */
}

div.browse.list .items .item .info {
  /* position: relative; */
  /*
                .title:hover {
                    position: absolute;
                    color: white;
                    text-overflow: initial;
                    white-space: normal;
                    background-color: white;
                }
                */
}

div.browse.list .items .item .info .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bolder;
}

div.browse.list .items .item .info .field {
  display: none;
}

div.browse.list .items .item .info .field.issue_place {
  display: block;
}

div.browse.list .items .item .info .field.issue_place .label {
  display: none;
}

div.browse.list .items .item .info aside a {
  display: none;
}

@media screen and (min-width: 47.5em) {
  div.browse.list {
    margin: 0 1rem 1rem 1rem;
  }
  div.browse.list .items .item {
    overflow: hidden;
    border-bottom: 1px solid #acacac;
    padding: 0.5rem;
    margin: 0.5rem;
  }
  div.browse.list .items .item .image {
    /* vertical-align: top; */
    width: 11rem;
    height: 11rem;
    /* border: 1px solid $color-dark2; */
    /* @include border-radius($border-radius); */
    position: relative;
    margin-right: 0.5rem;
    float: left;
  }
  div.browse.list .items .item .image img {
    padding: 2px;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* translateY(-50%); */
  }
  div.browse.list .items .item .info {
    vertical-align: top;
    overflow: hidden;
  }
  div.browse.list .items .item .info .primary {
    min-width: 9rem;
    width: calc(100% - 13rem);
    /* - aside and padding */
    float: left;
    font-size: 0.9rem;
  }
  div.browse.list .items .item .info .primary .title {
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
  }
  div.browse.list .items .item .info .primary .creator {
    padding-bottom: 1rem;
  }
  div.browse.list .items .item .info .primary .field {
    overflow: hidden;
    display: block;
    clear: both;
  }
  div.browse.list .items .item .info .primary .field .label {
    float: left;
    width: 6rem;
    display: inline-block;
  }
  div.browse.list .items .item .info .primary .field .value {
    float: left;
    display: inline-block;
  }
  div.browse.list .items .item .info aside {
    float: right;
    display: block;
    width: 11rem;
  }
  div.browse.list .items .item .info aside .price {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  div.browse.list .items .item .info aside .button-cart {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.25rem 1rem;
  }
  div.browse.list .items .item .info aside .button-details {
    display: block;
    margin-bottom: 0.5rem;
  }
  div.browse.list .items .item .info aside .button-wishlist {
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
  div.browse.list .items .item .info aside .website_date {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    color: #595959;
  }
}

div.browse.list2 {
  /*
               .button-details {
                    color: #fff;
                    background-color: #6496c8;
                    border: none;
                    border-radius: 15px;
                    box-shadow: 0 10px #27496d;
                    .button-details:hover,
                    .button-details.hover {
                       background-color: #417cb8
                   }
                   .button-details:active,
                   .button-details.active {
                       background-color: #417cb8;
                       box-shadow: 0 5px #27496d;
                       transform: translateY(5px);
                }
         */
  /*  @media screen and(min-width: 1190px){
        .button-wishlist {
            width: 100px;
        }
    }
  */
  /*
    .items {
        .item {
            display: flex;
            .image {
                flex: 0 0 300px;
                img {
                    width: 100%;
                }
                padding-right: 1rem;
            }
            .info {
                flex: 1;
                .field {
                    .label {
                        // display: none;
                    }
                }
                .title {
                    font-weight: bold;
                    padding-bottom: 1rem;
                }
                .creator {
                    padding-bottom: 1rem;
                }
                .tagline {
                    display: block;
                    padding-top: 1rem;
                    font-style: italic;
                }

            }
            aside {
                flex: 0 0 10rem;
                .price {
                    text-align: center;
                    margin-bottom: 0.5rem;
                }
                .button-cart {
                    display: block;
                    margin-bottom: 0.5rem;
                    padding: 0.25rem 1rem;
                }
                .button-details {
                    display: block;
                    margin-bottom: 0.5rem;
                }
                .button-wishlist {
                    display: block;
                    text-align: center;
                    padding: 0.5rem 0;
                    margin-bottom: 0.5rem;
                }
                .website_date {
                    display: block;
                    text-align: center;
                    font-size: 0.8rem;
                    font-style: italic;
                    color: $color-lighten;
                }
            }
        }
    }
    */
}

div.browse.list2 #sort-menu {
  border-bottom: none;
  padding: 0;
}

div.browse.list2 .items .item {
  border: 0.5px solid #d9d9d9;
  border-top: 0px;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

div.browse.list2 .items .item .image {
  max-width: 300px;
  margin: 0 auto 1rem;
}

div.browse.list2 .items .item .image img {
  width: 100%;
}

div.browse.list2 .items .item .info {
  margin-bottom: 1rem;
  /* float: left; */
}

div.browse.list2 .items .item .info .title {
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  /* centers the title on mobile view */
}

div.browse.list2 .items .item .info .primary {
  margin-bottom: 1rem;
}

div.browse.list2 .items .item .info .creator {
  margin-bottom: 1rem;
}

div.browse.list2 .items .item .tagline {
  font-style: italic;
}

div.browse.list2 .items .item aside {
  /* float: right; */
}

div.browse.list2 .items .item aside .price {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  /* font-weight: bold; */
}

div.browse.list2 .items .item aside .button-cart {
  display: block;
  margin-bottom: 0.5rem;
  border-style: none;
}

div.browse.list2 .items .item aside .button-details {
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-style: none;
}

div.browse.list2 .items .item aside .button-wishlist {
  display: block;
  text-align: center;
  margin-bottom: auto;
  min-width: 200px;
  /* so 'Add to Wishlist' text will not be in 2 lines */
}

@media screen and (min-width: 47.5em) {
  div.browse.list2 .items .item {
    overflow: hidden;
  }
  div.browse.list2 .items .item .image {
    width: 300px;
    margin-right: 1rem;
    float: left;
  }
  div.browse.list2 .items .item .image img {
    width: 100%;
  }
  div.browse.list2 .items .item .info .title {
    text-align: left;
  }
  div.browse.list2 .items .item aside {
    clear: left;
    display: flex;
    margin-top: 0.5rem;
  }
  div.browse.list2 .items .item aside .price {
    flex: 1;
    order: 4;
    /* margin: auto; */
    margin-top: 1.5rem;
  }
  div.browse.list2 .items .item aside .button-cart {
    flex: 1;
    order: 3;
    margin: 1rem;
  }
  div.browse.list2 .items .item aside .button-details {
    flex: 1;
    order: 2;
    margin: 1rem;
  }
  div.browse.list2 .items .item aside .button-wishlist {
    flex: 1;
    order: 1;
    margin: 1.5rem 0;
  }
}

@media screen and (min-width: 87.5em) {
  div.browse.list2 .items .item .info {
    width: calc(100% - 14rem - 300px);
    float: left;
  }
  div.browse.list2 .items .item aside {
    clear: none;
    float: right;
    display: block;
    width: 13rem;
    margin-top: 0;
  }
  div.browse.list2 .items .item aside .price {
    margin-top: 0;
  }
}

div.browse.gallery .items {
  margin: 0 -0.5rem;
}

div.browse.gallery .items .item {
  /* width: 18rem; */
  width: 100%;
  height: 25rem;
  margin: 0.5rem;
  padding: 0;
  line-height: 1.4rem;
  float: left;
  /* box-shadow: 8px 8px 4px #888888; */
  /* border: 1px solid #888888; */
  position: relative;
}

div.browse.gallery .items .item .image {
  height: 15rem;
  position: relative;
  background-color: #eee;
  /* background-color: #bfbfbf; */
}

div.browse.gallery .items .item .image img.topcenter {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

div.browse.gallery .items .item .image img.center {
  padding: 0.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

div.browse.gallery .items .item .info {
  /* padding: 0.5rem 0.75rem; */
}

div.browse.gallery .items .item .info .title {
  /* @include multiLineEllipsis($lineHeight: 1.2em, $lineCount: 3, $bgColor: #eee); */
  font-weight: bold;
  padding: 0.5rem 1rem;
  /* margin-bottom: 0.75rem; */
  position: relative;
}

div.browse.gallery .items .item .info .title .jellipsis {
  height: 3rem;
  overflow: hidden;
  display: inline-block;
}

div.browse.gallery .items .item .info .title .tooltip {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  background-color: white;
}

div.browse.gallery .items .item .info .title a:hover + .tooltip {
  display: block;
}

div.browse.gallery .items .item .info .title .tooltip:hover {
  display: block;
}

div.browse.gallery .items .item .info .creator_year {
  overflow: hidden;
  margin-bottom: 0.75rem;
  padding: 0 1rem;
  font-style: italic;
}

div.browse.gallery .items .item .info .creator_year .creator {
  float: left;
  display: inline-block;
}

div.browse.gallery .items .item .info .creator_year .issue_year {
  float: right;
  display: inline-block;
}

div.browse.gallery .items .item .footer {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  padding: 0 1rem 0.5rem 1rem;
  width: 100%;
}

div.browse.gallery .items .item .footer .price {
  display: inline-block;
  float: left;
}

div.browse.gallery .items .item .footer .button-details {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  font: inherit;
  color: inherit;
  background-color: #333;
  border: 1px solid #666;
  cursor: pointer;
  float: right;
}

@media screen and (min-width: 20.0625em) {
  div.browse.gallery .items .item {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  div.browse.gallery .items .item {
    width: calc((100% - 3rem)/ 2);
  }
}

@media screen and (min-width: 64em) {
  div.browse.gallery .items .item {
    width: calc((100% - 3rem)/ 3);
  }
}

@media screen and (min-width: 87.5em) {
  div.browse.gallery .items .item {
    width: 18rem;
  }
}

/**********************************
 * Browse Page
 **********************************/
div.browse-test .page-title {
  float: left;
}

div.browse-test .sort-by {
  display: none;
}

div.browse-test .drawer-buttons {
  overflow: hidden;
  width: 100%;
  margin: 0.5rem 0;
}

div.browse-test .drawer-buttons ul {
  float: right;
  margin: 0;
  padding: 0;
}

div.browse-test .drawer-buttons ul li {
  list-style-type: none;
  margin: 0 1em 0 0;
  padding: 0;
  display: inline;
  float: left;
}

div.browse-test .items {
  overflow: hidden;
}

div.browse-test .page-more {
  margin: 0 0.5rem;
  text-align: center;
}

div.browse-test .page-more ul.pager {
  overflow: hidden;
  padding: 0;
  display: inline-block;
}

div.browse-test .page-more ul.pager li {
  margin: 0 0.25rem;
  list-style-type: none;
  /* display: inline; */
  display: none;
  float: left;
}

div.browse-test .page-more ul.pager li.prev {
  display: inline;
}

div.browse-test .page-more ul.pager li.next {
  display: inline;
}

div.browse-test .page-more ul.pager li.active {
  display: inline;
}

@media screen and (min-width: 47.5em) {
  div.browse-test .sort-by {
    overflow: hidden;
  }
  div.browse-test .sort-by li.active {
    border-bottom: 1px solid #ddbc58;
  }
  div.browse-test .page-more ul.pager li {
    display: inline;
  }
}

@media screen and (min-width: 64em) {
  div.browse-test .drawer-buttons {
    display: none;
  }
  div.browse-test .sort-by {
    /* margin-bottom: 1rem; */
    display: block;
    padding: 0.5rem;
    border-bottom: 1px solid #acacac;
    /* TODO: move to drawer code */
  }
  div.browse-test .sort-by:after {
    content: "";
    display: table;
    clear: both;
  }
  div.browse-test .sort-by .drawer-title {
    display: none;
  }
  div.browse-test .sort-by .label {
    display: inline-block;
    float: left;
    margin-right: 1rem;
  }
  div.browse-test .sort-by ul {
    margin: 0;
    padding: 0;
  }
  div.browse-test .sort-by ul li {
    list-style-type: none;
    margin: 0 0 0 0;
    /* padding: 0; */
    padding: 0 1rem;
    display: inline;
    float: left;
    background-color: #e6e6e6;
    border: 1px solid #acacac;
    box-shadow: inset 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
  }
  div.browse-test .sort-by ul li.active {
    background-color: #bfbfbf;
    border: 1px solid #acacac;
  }
}

.info {
  line-weight: 1rem;
}

div.browse-test.list .items .item {
  bottom: 1px solid #bdc3c7;
  padding: 0.5rem;
  /* background-color: #ecf0f1; */
  overflow: hidden;
}

div.browse-test.list .items .item .image {
  width: 11rem;
  height: 11rem;
  float: left;
  clear: left;
  margin-right: 0.7rem;
  position: relative;
}

div.browse-test.list .items .item .image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* transform: translateX(-50%) translateY(-50%); */
}

div.browse-test.list .items .item .info {
  /* position: relative; */
  /*
                .title:hover {
                    position: absolute;
                    color: white;
                    text-overflow: initial;
                    white-space: normal;
                    background-color: white;
                }
                */
  /* This part below is to make the 'Place/Date, Size' and 'Condition, Stock#' be in 2 columns inside info */
}

div.browse-test.list .items .item .info .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bolder;
}

div.browse-test.list .items .item .info .field {
  display: none;
}

div.browse-test.list .items .item .info .field.issue_place {
  display: block;
}

div.browse-test.list .items .item .info .field.issue_place .label {
  display: none;
}

div.browse-test.list .items .item .info .field_column {
  float: left;
  width: 100%;
  /* width: calc(100% - 30%); */
  /* This makes the 2 fields in 2 rows */
}

div.browse-test.list .items .item .info .field_column .field_left {
  float: left;
}

div.browse-test.list .items .item .info .field_column .field_right {
  float: left;
  padding-left: 10px;
}

div.browse-test.list .items .item .info .field_column .issue_place, div.browse-test.list .items .item .info .field_column .size {
  display: block;
}

div.browse-test.list .items .item .info .field_column .condition, div.browse-test.list .items .item .info .field_column .stock_num {
  display: block;
}

div.browse-test.list .items .item .info .summary {
  display: block;
  clear: left;
  /* margin-top: 0.7rem; */
  /* display: inline; */
}

div.browse-test.list .items .item .info .label {
  display: block;
}

@media screen and (max-width: 500px) {
  div.browse-test.list .items .item .info .label {
    display: none;
  }
}

div.browse-test.list .items .item .info aside .price {
  font-weight: bold;
  margin-top: 1rem;
}

div.browse-test.list .items .item .info aside .btn-light {
  background-color: #2c3e50;
  border-color: #476481;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #2c3e50 0%, #3e5871 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2C3E50', endColorstr='#FF3E5871', GradientType=0);
  /* IE9 and down */
  border-style: none;
  border-radius: 5px;
}

div.browse-test.list .items .item .info aside .btn-light, div.browse-test.list .items .item .info aside .btn-light:active, div.browse-test.list .items .item .info aside .btn-light:hover, div.browse-test.list .items .item .info aside .btn-light:visited, div.browse-test.list .items .item .info aside .btn-light:focus {
  color: #ffffff;
}

div.browse-test.list .items .item .info aside .btn-light:hover, div.browse-test.list .items .item .info aside .btn-light:focus {
  border-color: #698bac;
  background-color: #476481;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #476481 0%, #698bac 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF476481', endColorstr='#FF698BAC', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.browse-test.list .items .item .info aside .active .btn-light {
  background-color: #333333;
  border-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF4D4D4D', GradientType=0);
  /* IE9 and down */
}

div.browse-test.list .items .item .info aside .active .btn-light, div.browse-test.list .items .item .info aside .active .btn-light:active, div.browse-test.list .items .item .info aside .active .btn-light:hover, div.browse-test.list .items .item .info aside .active .btn-light:visited, div.browse-test.list .items .item .info aside .active .btn-light:focus {
  color: #f9f9f9;
}

div.browse-test.list .items .item .info aside .active .btn-light:hover, div.browse-test.list .items .item .info aside .active .btn-light:focus {
  border-color: gray;
  background-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #595959 0%, gray 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF808080', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.browse-test.list .items .item .info aside .btn-dark {
  background-color: #333333;
  border-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #333333 0%, #4d4d4d 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF333333', endColorstr='#FF4D4D4D', GradientType=0);
  /* IE9 and down */
}

div.browse-test.list .items .item .info aside .btn-dark, div.browse-test.list .items .item .info aside .btn-dark:active, div.browse-test.list .items .item .info aside .btn-dark:hover, div.browse-test.list .items .item .info aside .btn-dark:visited, div.browse-test.list .items .item .info aside .btn-dark:focus {
  color: #f9f9f9;
}

div.browse-test.list .items .item .info aside .btn-dark:hover, div.browse-test.list .items .item .info aside .btn-dark:focus {
  border-color: gray;
  background-color: #595959;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #595959 0%, gray 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF595959', endColorstr='#FF808080', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.browse-test.list .items .item .info aside .btn-accent {
  /* @include button-variant($color-black, $color-white, $color-accent); */
  background-color: #454545;
  border-color: #6b6b6b;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #454545 0%, #5f5f5f 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF454545', endColorstr='#FF5F5F5F', GradientType=0);
  /* IE9 and down */
  border-style: none;
}

div.browse-test.list .items .item .info aside .btn-accent, div.browse-test.list .items .item .info aside .btn-accent:active, div.browse-test.list .items .item .info aside .btn-accent:hover, div.browse-test.list .items .item .info aside .btn-accent:visited, div.browse-test.list .items .item .info aside .btn-accent:focus {
  color: #333333;
}

div.browse-test.list .items .item .info aside .btn-accent:hover, div.browse-test.list .items .item .info aside .btn-accent:focus {
  border-color: #929292;
  background-color: #6b6b6b;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #6b6b6b 0%, #929292 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6B6B6B', endColorstr='#FF929292', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.browse-test.list .items .item .info aside .button-cart {
  /* @include button-variant($color-white, #C19B27); */
  background-color: #ddbc58;
  border-color: #c19b27;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #ddbc58 0%, #d4ab2e 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDDBC58', endColorstr='#FFD4AB2E', GradientType=0);
  /* IE9 and down */
  border-style: none;
  border-radius: 5px;
  background-image: url(../img/icon_cart.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 1rem center;
  /*    border-style: none;
                        color: $color-white;
                        background-color: $color-accent;
                    */
}

div.browse-test.list .items .item .info aside .button-cart, div.browse-test.list .items .item .info aside .button-cart:active, div.browse-test.list .items .item .info aside .button-cart:hover, div.browse-test.list .items .item .info aside .button-cart:visited, div.browse-test.list .items .item .info aside .button-cart:focus {
  color: #ffffff;
}

div.browse-test.list .items .item .info aside .button-cart:hover, div.browse-test.list .items .item .info aside .button-cart:focus {
  border-color: #82681a;
  background-color: #d4ab2e;
  /* Safari 5.1-6, Chrome 10+ */
  /* Opera 12 */
  background-image: linear-gradient(to bottom, #d4ab2e 0%, #ac8a23 100%);
  /* Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ */
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD4AB2E', endColorstr='#FFAC8A23', GradientType=0);
  /* IE9 and down */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

div.browse-test.list .items .item .info aside .button-cart:hover {
  /*    @include button-variant($color-light, $color-accent); */
  background-image: url(../img/icon_cart.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: 1rem center;
}

div.browse-test.list .items .item .info aside a {
  display: none;
}

@media screen and (min-width: 47.5em) {
  div.browse-test.list {
    margin: 0 1rem 1rem 1rem;
  }
  div.browse-test.list .items .item {
    overflow: hidden;
    border-bottom: 1px solid #acacac;
    padding: 0.5rem;
    margin: 0.5rem;
  }
  div.browse-test.list .items .item .image {
    /* vertical-align: top; */
    width: 11rem;
    height: 11rem;
    /* border: 1px solid $color-dark2; */
    /* @include border-radius($border-radius); */
    position: relative;
    margin-right: 0.5rem;
    float: left;
  }
  div.browse-test.list .items .item .image img {
    padding: 2px;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* translateY(-50%); */
  }
  div.browse-test.list .items .item .info {
    vertical-align: top;
    overflow: hidden;
  }
  div.browse-test.list .items .item .info .primary {
    min-width: 9rem;
    width: calc(100% - 13rem);
    /* - aside and padding */
    float: left;
    font-size: 0.9rem;
  }
  div.browse-test.list .items .item .info .primary .title {
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
  }
  div.browse-test.list .items .item .info .primary .creator {
    padding-bottom: 1rem;
  }
  div.browse-test.list .items .item .info .primary .field {
    overflow: hidden;
    display: block;
    clear: both;
  }
  div.browse-test.list .items .item .info .primary .field .label {
    float: left;
    width: 6rem;
    display: inline-block;
  }
  div.browse-test.list .items .item .info .primary .field .value {
    float: left;
    display: inline-block;
  }
  div.browse-test.list .items .item .info aside {
    float: right;
    display: block;
    width: 11rem;
  }
  div.browse-test.list .items .item .info aside .price {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  div.browse-test.list .items .item .info aside .button-cart {
    display: block;
    margin-bottom: 0.5rem;
    padding: 0.25rem 1rem;
  }
  div.browse-test.list .items .item .info aside .button-details {
    display: block;
    margin-bottom: 0.5rem;
  }
  div.browse-test.list .items .item .info aside .button-wishlist {
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
  div.browse-test.list .items .item .info aside .website_date {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    color: #595959;
  }
}

div.browse-test.gallery .items {
  margin: 0 -0.5rem;
}

div.browse-test.gallery .items .item {
  /* width: 18rem; */
  width: 100%;
  height: 25rem;
  margin: 0.5rem;
  padding: 0;
  line-height: 1.4rem;
  float: left;
  /* box-shadow: 8px 8px 4px #888888; */
  /* border: 1px solid #888888; */
  position: relative;
}

div.browse-test.gallery .items .item .image {
  height: 10rem;
  position: relative;
  background-color: #eee;
  /* background-color: #bfbfbf; */
}

div.browse-test.gallery .items .item .image img.topcenter {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

div.browse-test.gallery .items .item .image img.center {
  padding: 0.50rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

div.browse-test.gallery .items .item .info {
  /* padding: 0.5rem 0.75rem; */
}

div.browse-test.gallery .items .item .info .title {
  /* @include multiLineEllipsis($lineHeight: 1.2em, $lineCount: 3, $bgColor: #eee); */
  font-weight: bold;
  padding: 0.5rem 2rem;
  /* margin-bottom: 0.75rem; */
  position: relative;
}

div.browse-test.gallery .items .item .info .title .jellipsis {
  height: 3rem;
  overflow: hidden;
  display: inline-block;
}

div.browse-test.gallery .items .item .info .title .tooltip {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  background-color: white;
}

div.browse-test.gallery .items .item .info .title a:hover + .tooltip {
  display: block;
}

div.browse-test.gallery .items .item .info .title .tooltip:hover {
  display: block;
}

div.browse-test.gallery .items .item .info .creator_year {
  overflow: hidden;
  margin-bottom: 0.75rem;
  padding: 0 1rem;
  font-style: italic;
}

div.browse-test.gallery .items .item .info .creator_year .creator {
  float: left;
  display: inline-block;
}

div.browse-test.gallery .items .item .info .creator_year .issue_year {
  float: right;
  display: inline-block;
}

div.browse-test.gallery .items .item .footer {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  padding: 0 1rem 0.5rem 1rem;
  width: 100%;
}

div.browse-test.gallery .items .item .footer .price {
  display: inline-block;
  float: left;
}

div.browse-test.gallery .items .item .footer .button-details {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.25rem;
  font: inherit;
  color: inherit;
  background-color: #dcdcdc;
  border: 1px solid #666;
  cursor: pointer;
  float: right;
}

@media screen and (min-width: 20.0625em) {
  div.browse-test.gallery .items .item {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  div.browse-test.gallery .items .item {
    width: calc((100% - 3rem)/ 2);
  }
}

@media screen and (min-width: 64em) {
  div.browse-test.gallery .items .item {
    width: calc((100% - 3rem)/ 3);
  }
}

@media screen and (min-width: 87.5em) {
  div.browse-test.gallery .items .item {
    width: 18rem;
  }
}

/**********************************
 * Detail
 **********************************/
div.detail:after {
  content: "";
  display: table;
  clear: both;
}

div.detail .duplicate {
  background-color: #ffece0;
  background: linear-gradient(white, #ffece0);
  /* background-color: #eaebea; */
  border: 3px solid #e7a9a0;
  margin: 1rem 1rem 0 1rem;
  padding: 1rem 1rem 0 1rem;
}

div.detail .duplicate .notice {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

div.detail .duplicate .container {
  overflow: hidden;
}

div.detail .duplicate .container .image {
  width: 8rem;
  float: left;
  margin: 0 1rem 0.5rem 0;
}

div.detail .duplicate .container .details {
  float: left;
  width: calc(100% - 9rem);
  margin: 0;
  padding: 0 0 0.5rem 0;
}

div.detail .duplicate .container .details .price {
  padding-bottom: 0.5rem;
}

div.detail .duplicate .container .details .button {
  overflow: hidden;
  width: 100%;
}

div.detail .duplicate .container .details .button .btn {
  /* float: right; */
}

div.detail .breadcrumb {
  margin: 0 0 0 1rem;
}

div.detail .breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.detail .breadcrumb ul li {
  display: inline;
}

div.detail .breadcrumb ul li + li:before {
  padding: 0.5rem;
  content: "/\00a0";
}

@media all and (min-width: 64em) {
  div.detail .image {
    float: left;
    margin: 0.5rem 1rem 1rem 1rem;
    width: calc(100% - 15.5rem);
  }
}

@media all and (min-width: 87.5em) {
  div.detail .image {
    width: calc(100% - 29rem);
  }
}

@media print and (min-width: 40em) {
  div.detail .image {
    width: auto;
    height: auto;
  }
}

div.detail .image .openseadragon, div.detail .image #openseadragon1 {
  width: 100%;
  height: 20rem;
  border: 1px solid #acacac;
}

@media all and (min-width: 47.5em) and (min-height: 40em) {
  div.detail .image .openseadragon, div.detail .image #openseadragon1 {
    height: 40rem;
  }
}

@media print and (min-width: 40em) {
  div.detail .image .openseadragon, div.detail .image #openseadragon1 {
    height: 20em;
  }
}

div.detail .image img {
  width: 100%;
}

div.detail .image .caption {
  margin-top: 0.5rem;
}

div.detail .image .caption:after {
  content: "";
  display: table;
  clear: both;
}

div.detail .image .caption .stock-num {
  display: inline-block;
  float: left;
}

div.detail .image .caption .image-download-link {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  float: right;
}

div.detail .sidebar {
  margin: 0.5rem 0.5rem 0 0.5rem;
}

@media screen and (min-width: 64em) {
  div.detail .sidebar {
    width: 12.5rem;
    margin: 0.5rem 1rem 0.5rem 0;
    float: right;
  }
}

@media screen and (min-width: 87.5em) {
  div.detail .sidebar {
    width: 26rem;
  }
}

div.detail .sidebar .info {
  padding: 0;
}

div.detail .sidebar .info:after {
  content: "";
  display: table;
  clear: both;
}

div.detail .sidebar .info .label, div.detail .sidebar .info .value {
  padding: 0.5rem 1rem;
}

div.detail .sidebar .info .label {
  background-color: #acacac;
  color: #ffffff;
  /* margin: 0 -0.5rem; */
  /* padding: 0.5rem 0.5rem; */
}

div.detail .sidebar .info .value {
  /* background-color: $color-light; */
  background-color: #ffffff;
}

div.detail .sidebar .info .creator .label, div.detail .sidebar .info .creator .title {
  display: none;
}

div.detail .sidebar .info .creator .value, div.detail .sidebar .info .creator a {
  color: #f9f9f9;
  background-color: #333333;
  /* margin: -0.5rem -0.5rem 0 -0.5rem; */
  /* padding: 0.5rem 0.5rem; */
}

div.detail .sidebar .info2 {
  margin-top: 1rem;
  border: 1px solid #acacac;
  background-color: #ffffff;
}

div.detail .sidebar .info2 .price {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #acacac;
}

div.detail .sidebar .info2 .stock-num {
  padding: 0.5rem 1rem;
  text-align: center;
  color: #595959;
}

div.detail .sidebar .button-cart {
  display: block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

div.detail .sidebar .button-request-info {
  display: block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}

div.detail .sidebar .buttons {
  margin-top: 1rem;
}

div.detail .sidebar .buttons .button {
  display: block;
  /* overflow: hidden; */
  padding-bottom: 0.5rem;
}

div.detail .sidebar .buttons .button > a {
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  border: 1px solid #acacac;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (min-width: 87.5em) {
  div.detail .sidebar .info .creator {
    float: left;
    width: 100%;
  }
  div.detail .sidebar .info .creator .label {
    display: none;
  }
  div.detail .sidebar .info .creator .value {
    float: left;
    width: 100%;
  }
  div.detail .sidebar .info .title {
    float: left;
    width: 100%;
  }
  div.detail .sidebar .info .title .label {
    display: none;
  }
  div.detail .sidebar .info .title .value {
    float: left;
    width: 100%;
  }
  div.detail .sidebar .info .issue-place {
    float: left;
    width: 50%;
  }
  div.detail .sidebar .info .issue-place .label {
    border-right: 1px solid #f9f9f9;
    display: block;
    width: 100%;
    float: left;
  }
  div.detail .sidebar .info .issue-place .value {
    border-right: 1px solid #acacac;
    display: block;
    width: 100%;
    float: left;
  }
  div.detail .sidebar .info .image-size {
    float: left;
    width: 50%;
  }
  div.detail .sidebar .info .image-size .label {
    display: block;
    width: 100%;
  }
  div.detail .sidebar .info .image-size .value {
    display: block;
    width: 100%;
  }
  div.detail .sidebar .info .color {
    float: left;
    width: 50%;
    /* width: 100%; */
  }
  div.detail .sidebar .info .color .label {
    border-right: 1px solid #f9f9f9;
    display: block;
    width: 100%;
  }
  div.detail .sidebar .info .color .value {
    border-right: 1px solid #acacac;
    display: block;
    width: 100%;
  }
  div.detail .sidebar .info .condition {
    float: left;
    width: 50%;
    /* width: 100%; */
  }
  div.detail .sidebar .info .condition .label {
    display: block;
    width: 100%;
  }
  div.detail .sidebar .info .condition .value {
    display: block;
    width: 100%;
  }
  div.detail .sidebar .info2:after {
    content: "";
    display: table;
    clear: both;
  }
  div.detail .sidebar .info2 .price {
    width: 50%;
    float: left;
    border-top: none;
    border-right: 1px solid #acacac;
  }
  div.detail .sidebar .info2 .stock-num {
    width: 50%;
    float: right;
  }
  div.detail .sidebar .buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  div.detail .sidebar .buttons .button {
    width: 50%;
    float: left;
  }
  div.detail .sidebar .buttons .sell, div.detail .sidebar .buttons .print, div.detail .sidebar .buttons .email {
    padding-right: 0.5rem;
  }
  div.detail .sidebar .wishlist, div.detail .sidebar .share {
    padding-right: 0;
  }
}

div.detail .details {
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  /* overflow: hidden; */
}

@media screen and (min-width: 64em) {
  div.detail .details {
    float: left;
    /* margin: 1rem; */
    margin: 0 1rem;
    /* margin: 1rem 1rem 1rem 1rem; */
    width: calc(100% - 15.5rem);
    /* overflow: hidden; */
  }
}

@media screen and (min-width: 87.5em) {
  div.detail .details {
    width: calc(100% - 29rem);
  }
}

div.detail .details .label {
  color: #f9f9f9;
  background-color: #333333;
  padding: 0.5rem;
  margin: -0.5rem -0.5rem 0 -0.5rem;
}

div.detail .details .field {
  padding: 0.5rem;
}

div.detail .details .description {
  /* margin-bottom: 0.5rem; */
  /* Dropcap */
  /*
            p:first-child:first-letter {
                color: $color-accent;
                display:block;
                float:left;
                font-family:"Portrait-Medium-Webwoff";
                // font-size:4.5rem;
                font-size: 3.5rem;
                // letter-spacing:0.8px;
                line-height:2.0rem;
                // margin:11px 7px 0 0;
                padding: 0.5rem 0.2rem 0.1rem 0;
            }
            */
}

div.detail .details .description .field {
  display: block;
  padding: 0.5rem;
  word-wrap: break-word;
}

div.detail .details .condition-description .field {
  display: block;
  padding: 0.5rem;
}

div.detail .details .references .field {
  display: block;
  padding: 0.5rem;
}

div.detail .details .related-categories ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
}

div.enlarge .openseadragon, div.enlarge #openseadragon1 {
  width: 100%;
  height: 20rem;
  border: 1px solid #acacac;
}

@media all and (min-width: 47.5em) and (min-height: 40em) {
  div.enlarge .openseadragon, div.enlarge #openseadragon1 {
    height: 40rem;
  }
}

#basket .card, #wishlist .card {
  margin-bottom: 1rem;
}

#basket .items, #wishlist .items {
  /* display: table; */
  border-collapse: collapse;
  width: 100%;
}

#basket .items .item, #wishlist .items .item {
  /* display: table-row; */
  display: table;
  width: 100%;
  /* border-bottom: 1px solid $color-dark2; */
}

#basket .items .item .image, #basket .items .item .info, #basket .items .item .buttons, #wishlist .items .item .image, #wishlist .items .item .info, #wishlist .items .item .buttons {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#basket .items .item .image, #wishlist .items .item .image {
  display: table-cell;
  vertical-align: top;
  width: 11rem;
  height: 11rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

#basket .items .item .image img, #wishlist .items .item .image img {
  padding: 2px;
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

#basket .items .item .info, #wishlist .items .item .info {
  display: table-cell;
  vertical-align: top;
  max-width: 0;
  /* TODO: *cough* hack *cough* */
}

#basket .items .item .info .title, #wishlist .items .item .info .title {
  padding-bottom: 1rem;
  font-weight: bolder;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#basket .items .item .info .creator, #wishlist .items .item .info .creator {
  padding-bottom: 1rem;
}

#basket .items .item .buttons, #wishlist .items .item .buttons {
  display: table-cell;
  vertical-align: top;
  padding-right: 1rem;
  width: 10rem;
}

#basket .items .item .buttons div, #wishlist .items .item .buttons div {
  text-align: right;
}

#basket .items .item .buttons a, #wishlist .items .item .buttons a {
  width: 100%;
  margin-top: 1rem;
}

#basket .items .item .links, #wishlist .items .item .links {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  width: 11rem;
}

#basket .items .item .links a, #wishlist .items .item .links a {
  border: 1px solid #acacac;
  display: block;
  margin: 0 0 0.5rem 0;
}

#basket .subtotal, #wishlist .subtotal {
  display: table;
  width: 100%;
}

#basket .subtotal .label, #wishlist .subtotal .label {
  display: table-cell;
  text-align: right;
}

#basket .subtotal .value, #wishlist .subtotal .value {
  display: table-cell;
  width: 10rem;
  text-align: right;
}

.account-nav-desktop {
  display: none;
}

.account-nav-mobile {
  display: block;
}

@media screen and (min-width: 47.5em) {
  .account-nav-desktop {
    display: block;
  }
  .account-nav-mobile {
    display: none;
  }
}

.account-nav-desktop {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-type: none;
}

.account-nav-desktop li {
  display: inline;
  padding-right: 2rem;
}

#account-info #shipping-info.disabled {
  display: none;
}

#order-history .orders {
  display: table;
  width: 100%;
}

#order-history .orders .heading {
  display: table-row;
}

#order-history .orders .heading > div {
  display: table-cell;
}

#order-history .orders .order {
  display: table-row;
}

#order-history .orders .order > div {
  display: table-cell;
}

/* order-detail is in _checkout.scss */
#order-detail .order-maz .addresses {
  display: table;
  width: 100%;
}

#order-detail .order-maz .addresses .billing {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

#order-detail .order-maz .addresses .shipping {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

#order-detail .order-maz .items {
  display: table;
  width: 100%;
}

#order-detail .order-maz .items .heading {
  display: table-row;
}

#order-detail .order-maz .items .heading > div {
  display: table-cell;
  vertical-align: top;
}

#order-detail .order-maz .items .heading .image {
  width: 6rem;
}

#order-detail .order-maz .items .heading .creator {
  width: 6rem;
}

#order-detail .order-maz .items .heading .issue-year {
  width: 4rem;
}

#order-detail .order-maz .items .heading .price {
  width: 4rem;
}

#order-detail .order-maz .items .item {
  display: table-row;
}

#order-detail .order-maz .items .item .image {
  width: 8rem;
}

#order-detail .order-maz .items .item .image img {
  max-width: 8rem;
  max-height: 4rem;
}

#order-detail .order-maz .items .item > div {
  display: table-cell;
  vertical-align: top;
}

#order-detail .order-maz .costs {
  display: table;
  width: 100%;
}

#order-detail .order-maz .costs .row {
  display: table-row;
}

#order-detail .order-maz .costs .row .label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

#order-detail .order-maz .costs .row .value {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 5rem;
}

#subscriptionform-subscriptions label {
  font-weight: normal;
}

#subscriptionform-subscriptions label input {
  display: inline;
  width: auto;
  margin-right: 0.5rem;
}

/*
#wishlist {
    .items {
        display: table;
        width: 100%;
        .item {
            display: table-row;
            .image {
                display: table-cell;
                vertical-align: top;
                width: 6rem;
                img {
                    width: 100%;
                }

            }
            .content {
                display: table-cell;
                vertical-align: top;

            }
            .buttons {
                display: table-cell;
                vertical-align: top;
                width: 12rem;

            }
        }
    }
}
*/
.checkout-nav {
  margin: 0 1rem 1rem 0;
  padding: 0;
  list-style-type: none;
}

.checkout-nav li {
  display: inline;
  padding-right: 2rem;
}

.checkout-nav li.active {
  font-weight: bold;
}

#checkout .billing-info.disabled {
  display: none;
}

#checkout #checkoutform-customer_notes {
  resize: none;
}

#checkout .card-images img {
  height: 3rem;
  margin-right: 1rem;
}

@media screen and (min-width: 64em) {
  #checkout .columns {
    width: 100%;
  }
  #checkout .columns:after {
    content: "";
    display: table;
    clear: both;
  }
  #checkout .columns .wrapper {
    width: calc(100% - 19rem);
    float: left;
  }
  #checkout .columns .wrapper .column1 {
    padding: 0 1rem 0 0;
  }
  #checkout .columns .wrapper .column2 {
    padding: 0 1rem 0 0;
  }
  #checkout .columns .column3 {
    width: 19rem;
    float: left;
  }
  #checkout .payment-form.payflowpro {
    /* @include pie-clearfix(); */
  }
  #checkout .payment-form.payflowpro label {
    font-weight: normal;
    width: 100%;
    display: block;
  }
  #checkout .payment-form.payflowpro h3 {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
  }
  #checkout .payment-form.payflowpro .heading {
    margin-bottom: 1rem;
  }
  #checkout .payment-form.payflowpro .field-payflowpro-card_number {
    /*
                width: 15rem;
                float: left;
                padding-right: $gutter;
                */
  }
  #checkout .payment-form.payflowpro .field-payflowpro-card_number input {
    /* width: 15rem; */
    width: 100%;
  }
  #checkout .payment-form.payflowpro .field-payflowpro-card_exp_month {
    width: 11rem;
    display: inline-block;
    /*
                float: left;
                padding-right: $gutter;
                */
  }
  #checkout .payment-form.payflowpro .field-payflowpro-card_exp_year {
    width: 8rem;
    display: inline-block;
    /*
                float: left;
                padding-right: $gutter;
                */
  }
  #checkout .payment-form.payflowpro .field-payflowpro-card_cvv2 {
    clear: left;
    /*
                width: 6rem;
                float: left;
                */
  }
  #checkout .payment-form.payflowpro .field-payflowpro-card_cvv2 input {
    width: 6rem;
  }
  #checkout .payment-form.payflowpro .cvv2-info {
    /*
                clear: both;
                */
  }
}

@media screen and (min-width: 87.5em) {
  #checkout .columns {
    width: 100%;
  }
  #checkout .columns:after {
    content: "";
    display: table;
    clear: both;
  }
  #checkout .columns .wrapper {
    float: left;
    width: calc(100% - 19rem);
  }
  #checkout .columns .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  #checkout .columns .wrapper .column1 {
    width: calc(100% - 22rem);
    float: left;
    padding: 0 1rem 0 0;
  }
  #checkout .columns .wrapper .column2 {
    width: 22rem;
    float: left;
    padding: 0 1rem 0 0;
  }
  #checkout .columns .column3 {
    width: 19rem;
    float: left;
  }
}

#checkout .field {
  width: 100%;
  display: block;
}

#checkout .field:after {
  content: "";
  display: table;
  clear: both;
}

#checkout .field .label {
  display: inline-block;
  float: left;
}

#checkout .field .value {
  display: inline-block;
  float: right;
}

#checkout .basket .map {
  overflow: hidden;
  margin-bottom: 1rem;
}

#checkout .basket .map .image-wrapper {
  width: 6rem;
  float: left;
}

#checkout .basket .map .image-wrapper img {
  width: 100%;
}

#checkout .basket .map .info {
  width: 12rem;
  float: right;
}

#checkout .basket .map .info .title {
  font-weight: bolder;
}

#checkout .basket .map .info .price {
  float: right;
}

.order-receipt h3 {
  margin-top: 0;
}

.order-receipt .info {
  display: table;
  border-collapse: separate;
  border-spacing: 1rem;
  float: right;
}

.order-receipt .info .field {
  border: 1px solid black;
  display: table-cell;
}

.order-receipt .info .field .label {
  display: inline-block;
  border-right: 1px solid black;
  padding: 0 1rem;
  white-space: nowrap;
}

.order-receipt .info .field .value {
  display: inline-block;
  padding: 0 1rem;
  white-space: nowrap;
}

.order-receipt .addresses {
  width: 100%;
  display: table;
  border-collapse: separate;
  margin-bottom: 1rem;
  /* border-spacing: $gutter; */
}

.order-receipt .addresses .billing {
  display: table-cell;
  width: 50%;
  border: 1px solid black;
  padding: 1rem;
}

.order-receipt .addresses .shipping {
  display: table-cell;
  width: 50%;
  border: 1px solid black;
  padding: 1rem;
}

.order-receipt .notes {
  margin: 1rem;
  padding: 1rem;
  border: 1px solid black;
  margin-bottom: 1rem;
}

.order-receipt .items {
  display: table;
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
}

.order-receipt .items .heading {
  display: table-row;
}

.order-receipt .items .heading > div {
  display: table-cell;
  border: 1px solid black;
  padding: 1rem 1rem;
  vertical-align: top;
  font-weight: bold;
}

.order-receipt .items .heading .image {
  width: 6rem;
}

.order-receipt .items .heading .creator {
  width: 8rem;
}

.order-receipt .items .heading .issue-year {
  width: 7rem;
}

.order-receipt .items .heading .price {
  width: 7rem;
}

.order-receipt .items .item {
  display: table-row;
}

.order-receipt .items .item .image {
  width: 8rem;
}

.order-receipt .items .item .image img {
  max-width: 8rem;
  max-height: 4rem;
}

.order-receipt .items .item > div {
  display: table-cell;
  vertical-align: top;
  border: 1px solid black;
  padding: 1rem;
}

.order-receipt .items .item .price {
  text-align: right;
}

.order-receipt .costs {
  display: table;
  border-collapse: collapse;
  border: 1px solid black;
  width: 100%;
  margin-bottom: 1rem;
}

.order-receipt .costs .row {
  display: table-row;
}

.order-receipt .costs .row .label {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding: 0.5rem 1rem;
  border-right: 1px solid black;
}

.order-receipt .costs .row .value {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 7rem;
  padding: 0.5rem 1rem;
}

#creator-index ul.letters {
  list-style: none;
  margin: 0;
  padding: 0;
}

#creator-index ul.letters li {
  display: inline;
}

#creator-index ul.letters li + li:before {
  padding: 0.25rem;
  content: "\00b7";
}

#creator-index .creator-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-column-rule: 1px solid black;
  column-rule: 1px solid black;
}

@media screen and (min-width: 47.5em) {
  #creator-index .creator-list ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 64em) {
  #creator-index .creator-list ul {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 87.5em) {
  #creator-index .creator-list ul {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

#creator-index .creator-list ul li {
  padding-bottom: 0.5rem;
  /* display: inline-block; */
  -webkit-column-break-inside: avoid;
}

#category-index .categoryList li .parent {
  font-weight: bold;
}

#category-index .categoryList ul {
  list-style: none;
  /* margin: 0; */
  /* padding: 0; */
  padding: 0 0 0 1rem;
}

#category-index .categoryList ul ul {
  /* list-style: disc outside none; */
  list-style: none;
  /* margin: 1rem 0 1rem 1rem; */
  margin: 0 0 0 1rem;
  padding: 0;
}

#category-index .categoryList ul ul li {
  margin: 0 0 0.5rem 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
  /* margin: 0 0 0 0.5rem; */
}

#category-index .categoryList ul ul li:first-child {
  margin: 0.5rem 0 0.5rem 0;
}

#category-index .categoryList ul:first-child {
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-column-rule: 1px solid black;
  column-rule: 1px solid black;
}

#category-index .categoryList ul:first-child li {
  /* -webkit-column-break-inside: avoid; */
}

@media screen and (min-width: 47.5em) {
  #category-index .categoryList ul:first-child {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (min-width: 64em) {
  #category-index .categoryList ul:first-child {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 87.5em) {
  #category-index .categoryList ul:first-child {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.exhibition.list .items .item {
  clear: both;
}

.exhibition.list .items .item .title {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.exhibition.list .items .item .subtitle {
  font-size: 0.9rem;
  font-weight: normal;
  font-style: italic;
  padding: 0;
  margin: 0;
}

.exhibition.list .items .item .summary {
  margin-top: 1rem;
}

.exhibition.list .items .item hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.exhibition.list .items .item .buttons {
  width: 100%;
  overflow: hidden;
}

.exhibition.list .items .item .buttons .btn {
  float: right;
}

.exhibition.intro .buttons {
  width: 100%;
  overflow: hidden;
}

.exhibition.intro .buttons .btn {
  float: right;
}

.exhibition.intro .intro {
  margin-top: 1rem;
}

.news .card {
  overflow: hidden;
}

.news .card > *:first-child {
  /* margin-top: inherit; */
}

.news p {
  margin: 0 auto;
  width: 100%;
}

.news p img {
  margin: 0 auto;
}
/*# sourceMappingURL=global.css.map */