@charset "UTF-8";
@font-face {
  font-family: "CB-UI";
  font-weight: normal;
  font-style: normal;
  src: url("CB-UI.otf");
}
@font-face {
  font-family: "Coppers Brasses";
  src: url("CB-VF.ttf") format("truetype-variations");
  font-stretch: 75% 125%;
}
@font-face {
  font-family: "Ilisarniq-Light";
  font-weight: normal;
  font-style: normal;
  src: url("Ilisarniq-Light.otf");
}
@font-face {
  font-family: "Ilisarniq-Demi";
  font-weight: normal;
  font-style: normal;
  src: url("Ilisarniq-Demi.otf");
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: mediumspringgreen;
}

b {
  font-weight: normal;
  font-family: "Ilisarniq-Demi";
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: normal;
}

h3 {
  font-size: 0.875em;
  font-weight: normal;
  font-family: "Ilisarniq-Demi";
}

h4 {
  font-size: 0.875em;
  font-weight: normal;
}

hr {
  border: none;
  height: 1px;
  background-color: #999;
  margin: 2em 0;
}

img {
  vertical-align: middle;
}

p a, .underline {
  border-bottom: 1px solid #999;
}

li.margin-bottom {
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.125em;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.25em;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

a.section_anchor::before {
  content: "";
  display: block;
  visibility: hidden;
  height: 80px;
  margin-top: -80px;
}
@media (min-width: 480px) {
  a.section_anchor::before {
    height: 112px;
    margin-top: -112px;
  }
}

.br {
  margin-bottom: 1em;
}

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

.small-text {
  font-size: 0.8125em; /*13px*/
  line-height: 1.3846em; /*18px*/
}
.small-text ul {
  font-size: 1em;
  max-width: 640px;
}
.small-text ul li {
  margin-bottom: 1em;
}
.small-text ul li:before {
  margin-right: 0.25em;
  content: "—";
}

ul.display-list {
  font-size: 1em; /*16px*/
  line-height: 1.5em; /*24px*/
}
@media (min-width: 480px) {
  ul.display-list {
    font-size: 1.25em; /*20px*/
  }
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

#wrapper {
  flex: 1 0 auto;
  background-color: white;
}

footer {
  flex-shrink: 0;
  background-color: white;
}

html {
  background-color: mediumspringgreen;
}

body {
  font-size: 100%;
  font-family: "Ilisarniq-Light";
  margin: 0;
  padding: 0;
}

body.page-index .nav-index, body.page-typefaces .nav-typefaces, body.page-custom-work .nav-custom-work, body.page-about .nav-about, body.page-account .nav-account, body.page-login .nav-login, body.page-cart .nav-cart {
  font-family: "Ilisarniq-Demi";
}

body.page-about header, body.page-about #wrapper, body.page-about footer {
  background-color: black;
  color: white;
}
body.page-about a {
  color: white;
}
body.page-about a:hover {
  color: mediumspringgreen;
}
body.page-about hr {
  background-color: #999;
}

body.page-cart header, body.page-cart #wrapper, body.page-cart footer, body.page-checkout header, body.page-checkout #wrapper, body.page-checkout footer {
  background-color: mediumspringgreen;
}
body.page-cart a:hover, body.page-cart .icon:hover, body.page-checkout a:hover, body.page-checkout .icon:hover {
  color: white;
}
body.page-cart hr, body.page-checkout hr {
  background-color: black;
}
body.page-cart .cart-icon, body.page-checkout .cart-icon {
  background-color: white;
}
body.page-cart input[type=submit]:hover, body.page-cart input[type=submit]:disabled, body.page-cart .submit-button:hover, body.page-cart .submit-button:disabled, body.page-checkout input[type=submit]:hover, body.page-checkout input[type=submit]:disabled, body.page-checkout .submit-button:hover, body.page-checkout .submit-button:disabled {
  color: black;
  background-color: white;
}
body.page-cart .order-item, body.page-cart .order-fonts, body.page-checkout .order-item, body.page-checkout .order-fonts {
  border-top: 1px solid black;
}

header {
  background-color: white;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 2;
  padding: 12px 0;
}
header ul {
  display: none;
  font-size: 1.125em;
}
header ul li {
  margin: 2em;
}
@media (min-width: 480px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header ul {
    display: block;
    font-size: 0.875em;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 24px;
  }
  header ul li {
    display: block;
    padding: 0 12px;
    margin: 0;
  }
  header ul .nav-index {
    display: none;
  }
  header #user-nav {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  header {
    padding: 36px 0;
  }
  header ul {
    padding: 0 36px;
  }
  header ul li {
    display: inline;
    padding: 12px;
  }
}

header.expanded {
  bottom: 0;
  background-color: black;
  color: white;
}
header.expanded a {
  color: white;
}
header.expanded ul {
  display: block;
}
header.expanded #mobile-logo span:after {
  content: "╳";
}

#logo {
  font-family: "Coppers Brasses";
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: none;
}
@media (min-width: 480px) {
  #logo {
    display: block;
  }
}
#logo span {
  display: block;
}
@media (min-width: 1024px) {
  #logo span {
    display: inline;
    letter-spacing: 0.3em;
  }
}

#mobile-logo {
  font-family: "Coppers Brasses";
  font-size: 30px;
  line-height: 30px;
  font-stretch: 125%;
  text-align: center;
}
@media (min-width: 480px) {
  #mobile-logo {
    display: none;
  }
}
#mobile-logo span:after {
  content: "☰";
}

#container {
  padding-top: 54px;
}
@media (min-width: 480px) {
  #container {
    padding-top: 96px;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  line-height: 1.25em;
}
footer div {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 0.875em;
  padding: 0 12px;
}
footer ul {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
footer ul li {
  padding: 0 12px;
}
footer span {
  display: block;
}
footer .social {
  text-align: right;
}
@media (min-width: 480px) {
  footer {
    padding: 24px;
    line-height: inherit;
  }
}
@media (min-width: 1024px) {
  footer {
    padding: 36px;
  }
  footer span {
    display: inline-block;
  }
  footer ul li {
    display: inline-block;
  }
}

hr.section-hr {
  margin: 0 18px;
}
@media (min-width: 480px) {
  hr.section-hr {
    margin: 0 36px;
  }
}
@media (min-width: 1024px) {
  hr.section-hr {
    margin: 48px;
  }
}

.section {
  margin: 18px;
  margin-bottom: 48px;
}
@media (min-width: 480px) {
  .section {
    margin: 36px;
    margin-bottom: 54px;
  }
}
@media (min-width: 1024px) {
  .section {
    margin: 48px;
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: 4em auto 4em;
    align-self: start;
  }
  .section h2 {
    margin-top: -10px;
    max-width: 960px;
  }
}
.section p {
  line-height: 1.5em;
  max-width: 640px;
  hyphens: auto;
}
.section ul {
  margin-bottom: 1em;
}

@media (min-width: 1024px) {
  .grid-2-1 {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: minmax(auto, 50em) minmax(auto, 20em);
    align-self: start;
  }
}

@media (min-width: 1024px) {
  .grid-max-auto {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: max-content auto;
    align-self: start;
  }
}

.credits {
  margin-top: 3em;
}
@media (min-width: 480px) {
  .credits {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: min-content auto;
    grid-auto-rows: min-content;
  }
}
@media (min-width: 1024px) {
  .credits {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .two-col div {
    column-count: 2;
    column-gap: 36px;
    margin-bottom: 1em;
    max-width: 1280px;
  }
  .two-col div p {
    break-inside: avoid;
  }
}

.grid-two-col {
  max-width: 1280px;
}
@media (min-width: 1024px) {
  .grid-two-col {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: 1fr 1fr;
    align-self: start;
  }
}

.grid-three-col {
  max-width: 1280px;
}
@media (min-width: 1024px) {
  .grid-three-col {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: start;
  }
}

.grid-cart {
  display: grid;
  grid-column-gap: 36px;
  grid-template-columns: 3fr 1fr 1fr;
  align-self: start;
}

@media (min-width: 1024px) {
  .grid-col-2-2-1 {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: 2fr 2fr 1fr;
    align-self: start;
  }
  .grid-col-2-2-1 input[type=submit], .grid-col-2-2-1 .submit-button {
    float: right;
  }
}

@media (min-width: 1024px) {
  .grid-col-3-1 {
    display: grid;
    grid-column-gap: 36px;
    grid-template-columns: 3fr 1fr;
    align-self: start;
  }
  .grid-col-3-1 input[type=submit], .grid-col-3-1 .submit-button {
    float: right;
  }
}

.thumbnails {
  display: grid;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr;
  max-width: 128em;
}
@media (min-width: 768px) {
  .thumbnails {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1441px) {
  .thumbnails {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.thumbnail {
  position: relative;
  background-color: black;
}
.thumbnail img {
  width: 100%;
  height: auto;
}
.thumbnail a:hover img {
  opacity: 0.5;
}
.thumbnail a.target-blank:hover:after {
  content: "↗";
  font-family: "CB-UI";
  font-size: 1.5em;
  line-height: 1em;
  color: mediumspringgreen;
  position: absolute;
  right: 1em;
  top: 1em;
}

.custom-filter {
  line-height: 1.5em;
}
.custom-filter li.active {
  font-family: "Ilisarniq-Demi";
}
.custom-filter li:hover {
  cursor: pointer;
  color: mediumspringgreen;
}
@media (min-width: 480px) {
  .custom-filter {
    line-height: 1.25em;
  }
}

.image-margin {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .image-margin {
    margin-bottom: 50px;
  }
}
@media (min-width: 1441px) {
  .image-margin {
    margin-bottom: 100px;
  }
}

.project-image, .typeface-image {
  overflow: hidden;
}
.project-image img, .typeface-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#sortable {
  padding: 12px 0;
}

.typesetter {
  font-size: 0.875em;
  padding: 0 18px;
  display: grid;
  grid-column-gap: 12px;
  grid-template-columns: auto auto;
}
.typesetter .add-button, .typesetter .remove-button {
  justify-self: end;
}
.typesetter .background-color {
  justify-self: right;
}
.typesetter .sort-handle, .typesetter .character-paragraph, .typesetter .size-slider, .typesetter .background-color, .typesetter .add-button, .typesetter .remove-button {
  display: none;
}
.typesetter div {
  white-space: nowrap;
}
@media (min-width: 480px) {
  .typesetter {
    padding: 0 36px;
    grid-template-columns: 10em 10em auto 1em;
  }
  .typesetter .add-button, .typesetter .remove-button {
    display: block;
  }
}
@media (min-width: 768px) {
  .typesetter {
    grid-template-columns: 2em 10em 10em 7em auto 3em 1em;
  }
  .typesetter .sort-handle, .typesetter .character-paragraph, .typesetter .size-slider {
    display: block;
  }
}
@media (min-width: 1024px) {
  .typesetter {
    padding: 0 48px;
    grid-template-columns: 2em 10em 10em 7em auto 10em 3em 1em;
  }
  .typesetter .background-color {
    display: block;
  }
}

.typesetter .font-size {
  line-height: 1.5em;
  float: right;
}

.single .typesetter .remove-button {
  visibility: hidden;
}

.icon {
  cursor: pointer;
  font-family: "CB-UI";
  padding: 0px 4px 4px 4px;
  margin: 0 1px;
}
.icon:hover {
  color: mediumspringgreen;
}
.icon.sort-handle {
  cursor: grab;
}
.icon.icon-selected {
  border: 1px solid;
  margin: 0;
}

.dot-icon {
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
  height: 10px;
  width: 10px;
  background-color: white;
  border: 1px solid black;
}
.dot-icon.black {
  background-color: black;
  border: 1px solid black;
}
.dot-icon:hover {
  border-color: mediumspringgreen;
}

.cart-icon {
  display: inline-block;
  border-radius: 50%;
  margin-left: 4px;
  height: 8px;
  width: 8px;
  background-color: mediumspringgreen;
}

.editable-style {
  background-color: white;
  padding: 12px 0;
}

.editable-style.black {
  background-color: black;
  color: white;
}
.editable-style.black a {
  color: white;
}
.editable-style.black .dot-icon {
  background-color: white;
  border: 1px solid white;
}
.editable-style.black .dot-icon.black {
  background-color: black;
  border: 1px solid white;
}
.editable-style.black .dot-icon:hover {
  border-color: mediumspringgreen;
}
.editable-style.black .ui-slider, .editable-style.black .ui-slider-handle {
  background-color: white;
}

.contenteditable {
  padding: 24px 24px;
  font-size: 2em;
  line-height: 1.25em;
  outline: none;
  -ms-overflow-style: none;
}
@media (min-width: 480px) {
  .contenteditable {
    padding: 24px 48px;
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .contenteditable {
    font-size: 6em;
  }
}
.contenteditable.single-line {
  overflow-x: scroll;
  white-space: nowrap;
}
.contenteditable.single-line * {
  display: inline;
  white-space: nowrap;
}
.contenteditable::-webkit-scrollbar {
  display: none;
}

.editable-variable {
  padding: 24px 0;
}

.variable-typesetter {
  font-size: 0.875em;
  padding: 0 18px;
  display: flex;
  gap: 24px;
}
.variable-typesetter .font-size {
  margin-left: 24px;
}
.variable-typesetter .character-paragraph, .variable-typesetter .size-slider {
  display: none;
}
.variable-typesetter .slider {
  flex-basis: 300px;
}
.variable-typesetter div {
  white-space: nowrap;
}
@media (min-width: 480px) {
  .variable-typesetter {
    padding: 0 36px;
  }
}
@media (min-width: 768px) {
  .variable-typesetter .character-paragraph, .variable-typesetter .size-slider {
    display: block;
  }
}
@media (min-width: 1024px) {
  .variable-typesetter {
    padding: 0 48px;
  }
}

.variable-typesetter .font-size {
  line-height: 1.5em;
  float: right;
}

.variable-name:after {
  font-family: "CB-UI";
  content: " ";
}

.variations-axes {
  font-size: 0.875em;
  padding: 0 18px;
  display: flex;
  gap: 24px;
}
.variations-axes li {
  flex-basis: 300px;
}
@media (min-width: 480px) {
  .variations-axes {
    padding: 0 36px;
  }
}
@media (min-width: 1024px) {
  .variations-axes {
    padding: 0 48px;
  }
}

#index-typefaces {
  overflow: hidden;
  padding: 36px 0;
}
@media (min-width: 480px) {
  #index-typefaces {
    padding: 48px 0;
  }
}
#index-typefaces .index-typeface {
  position: relative;
  white-space: nowrap;
  font-size: 7em;
  line-height: 1em;
  height: 1.5em;
}
#index-typefaces .index-typeface div {
  display: inline;
}

@media (min-width: 1024px) {
  .section-typeface-list-salvajedisplay .typeface-list {
    margin-top: -0.5em;
  }
}

.typeface-list ul {
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (min-width: 1024px) {
  .typeface-list {
    margin-top: -1.5em;
  }
  .typeface-list ul {
    font-size: 2em;
    margin-bottom: 0;
  }
}

.ui-widget {
  font-family: "CB-UI";
}

.ui-button {
  border: none;
  outline: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  box-sizing: content-box;
}

.ui-selectmenu-text {
  font-family: "Ilisarniq-Light";
}
.ui-selectmenu-text:after {
  font-family: "CB-UI";
  content: " ⌄";
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.ui-selectmenu-button:hover {
  color: mediumspringgreen;
}

#id_country-button {
  font: inherit;
  display: block;
  border: 1px solid;
  padding: 1px 8px 4px 8px;
  margin-top: 8px;
  margin-bottom: 16px;
  width: 16em !important;
}
#id_country-button:hover {
  color: inherit;
}

ul#id_country-menu {
  margin-left: 0;
  margin-top: -1px;
  border: 1px solid black;
  border-bottom: none;
  overflow: auto;
  height: 290px;
}
ul#id_country-menu + ul {
  background-color: white;
  border: 1px solid black;
  border-top: none;
  margin-top: -1px;
}
ul#id_country-menu + ul li {
  padding: 4px 6px;
}

.ui-selectmenu-menu {
  display: none;
  z-index: 2;
  position: absolute;
}

.ui-menu {
  margin-left: -2px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: white;
  border: 1px solid #CCC;
}
.ui-menu li {
  padding: 4px 6px;
}
.ui-menu li:hover {
  color: mediumspringgreen;
}
.ui-menu.black ul {
  background-color: black;
  border: 1px solid #333;
}
.ui-menu.black li {
  color: white;
}
.ui-menu.black li:hover {
  color: mediumspringgreen;
}

.ui-selectmenu-open {
  display: block;
}

.ui-menu-item {
  font-family: "Ilisarniq-Light";
  cursor: pointer;
}
.ui-menu-item.ui-selectmenu-item-selected {
  font-family: "Ilisarniq-Demi";
}

.slider {
  display: inline-block;
  cursor: pointer;
}

.ui-slider {
  position: relative;
  margin-top: 9px;
  max-width: 300px;
  height: 1px;
  background-color: black;
}

.ui-slider-handle {
  position: absolute;
  z-index: 1;
  width: 11px;
  height: 11px;
  top: -5px;
  margin-left: -5px;
  outline: 0px solid transparent;
  border-radius: 50%;
  background-color: black;
}
.ui-slider-handle.ui-state-hover, .ui-slider-handle.ui-state-active {
  background-color: mediumspringgreen;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-checkboxradio-label {
  line-height: 1.5em;
}
.ui-checkboxradio-label .ui-checkboxradio-icon {
  display: inline-block;
  cursor: pointer;
  border: 1px solid black;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.ui-checkboxradio-label.ui-checkboxradio-checked .ui-checkboxradio-icon {
  background-color: black;
}

form ul {
  font-size: 1em;
}

textarea {
  border-color: black !important;
  resize: none;
  height: 5em;
}

input[type=text], input[type=password], input[type=email], textarea {
  font: inherit;
  display: block;
  border: 1px solid;
  padding: 6px 8px 4px 8px;
  margin-top: 8px;
  margin-bottom: 16px;
  width: 16em;
  background-color: inherit;
  color: black;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
  outline: 2px solid mediumspringgreen;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, textarea:disabled {
  border-color: whitesmoke;
  color: gray;
}
input[type=text]:-webkit-autofill, input[type=password]:-webkit-autofill, input[type=email]:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #7DFFCB inset;
}

input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}

input[type=password] {
  font-family: caption;
  letter-spacing: 2px;
}

input[type=submit], input[type=button], a.submit-button {
  font: inherit;
  cursor: pointer;
  border: none;
  display: inline-block;
  padding: 8px 8px 6px 8px;
  background-color: black;
  color: white;
}
input[type=submit]:hover, input[type=button]:hover, a.submit-button:hover {
  background-color: mediumspringgreen;
  color: black;
}
input[type=submit]:focus, input[type=button]:focus, a.submit-button:focus {
  outline: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

input[type=checkbox] + label:before {
  font-family: "CB-UI";
  content: "☐";
  cursor: pointer;
  padding-right: 0.5em;
  line-height: 0;
}

input[type=checkbox]:checked + label:before {
  content: "☑";
}

input.exp-month, input.exp-year {
  display: inline-block;
  width: 7em;
  margin-right: 14px;
}

.webkit-autofill {
  background-color: #7DFFCB;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: green;
  opacity: 1; /* Firefox */
}

.errorlist {
  color: red;
}

.order-item {
  border-top: 1px solid #999;
  padding: 1em 0;
  margin-bottom: 3em;
}
.order-item .order-fonts {
  border-top: 1px solid #CCC;
  padding-top: 1em;
}
.order-item .submit-button {
  margin-bottom: 1em;
}

#buyform {
  min-height: 16em;
}
#buyform li {
  margin-bottom: 0.5em;
}
#buyform #license_type {
  margin-bottom: 0.5em;
}
#buyform #license {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  #buyform #license {
    margin-bottom: 2em;
  }
}
#buyform #id_variablefonts {
  display: none;
}
#buyform .packages, #buyform .styles {
  max-width: 30em;
}
#buyform .ui-selectmenu-text {
  line-height: 0;
}

#hidden_license_choices, .hidden, .base-price {
  display: none;
}

.font-price, .package-price {
  float: right;
  margin-left: 1em;
}

.regular-price {
  text-decoration: line-through;
  color: lightgray;
}

.buy-shortcut.badge {
  position: fixed;
  top: 8em;
}

.badge {
  position: absolute;
  z-index: 1;
  right: 18px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: mediumspringgreen;
  right: 18px;
}
.badge a {
  display: block;
  width: 100%;
  height: 100%;
}
.badge:hover {
  background-color: black;
}
@media (min-width: 480px) {
  .badge {
    right: 24px;
  }
}
@media (min-width: 1024px) {
  .badge {
    right: 36px;
  }
}

.index-shortcut {
  -webkit-animation: rotation 15s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
#cartpopup {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
  background-color: mediumspringgreen;
}
#cartpopup div {
  display: inline-block;
}
#cartpopup a {
  float: right;
  border-bottom: 1px solid;
}
#cartpopup a:hover {
  color: white;
}

#cart-url {
  display: none;
}

#share-cart {
  cursor: alias;
}
#share-cart .icon {
  cursor: alias;
  line-height: 0;
}

.cart-item {
  border-bottom: 1px solid black;
  padding-bottom: 1em;
  margin-bottom: 2em;
  white-space: nowrap;
}

#CookielawBanner {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
  border-top: 1px solid white;
  background-color: black;
  color: white;
}
#CookielawBanner div {
  display: inline-block;
}
#CookielawBanner a {
  float: right;
  color: white;
  border-bottom: 1px solid;
}
#CookielawBanner a:hover {
  color: mediumspringgreen;
}

.image-loop-left {
  position: relative;
}
.image-loop-left img {
  width: 400%;
  animation: imageLoopLeftSD 100s linear infinite;
}
@media (min-width: 1024px) {
  .image-loop-left img {
    width: 200%;
    animation: imageLoopLeft 100s linear infinite;
  }
}

@keyframes imageLoopLeftSD {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -200%;
  }
}
@keyframes imageLoopLeft {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -100%;
  }
}
.image-hover {
  position: relative;
  background-position: 0 !important;
}
.image-hover img {
  width: 200%;
}
.image-hover:hover img {
  margin-left: -100%;
}

/*# sourceMappingURL=style.css.map */
