@font-face {
  font-family: 'fertigo_proregular';
  src: url('../fonts/Fertigo_PRO-webfont.eot');
  src: url('../fonts/Fertigo_PRO-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Fertigo_PRO-webfont.woff2') format('woff2'), url('../fonts/Fertigo_PRO-webfont.woff') format('woff'), url('../fonts/Fertigo_PRO-webfont.ttf') format('truetype'), url('../fonts/Fertigo_PRO-webfont.svg#fertigo_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .main-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-navigation__item {
  height: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 0.9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  .main-navigation__item {
    width: 20%;
    height: 120px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 600px) {
  .main-navigation__item {
    width: 50%;
    height: 80px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.main-navigation__item:nth-child(1) {
  background-image: url(../images/cat_victoria.jpg);
}
.main-navigation__item:nth-child(2) {
  background-image: url(../images/cat_edward7.jpg);
}
.main-navigation__item:nth-child(3) {
  background-image: url(../images/cat_george5.jpg);
}
.main-navigation__item:nth-child(4) {
  background-image: url(../images/cat_edward8.jpg);
}
.main-navigation__item:nth-child(5) {
  background-image: url(../images/cat_george6.jpg);
}
.main-navigation__item:nth-child(6) {
  background-image: url(../images/cat_elizabeth2.jpg);
}
.main-navigation__item:nth-child(7) {
  background-image: url(../images/cat_charles3.jpg);
}
.main-navigation__item:nth-child(8) {
  background-image: url(../images/cat_commemoratives.jpg);
}
.main-navigation__item:nth-child(9) {
  background-image: url(../images/cat_cheappostage.jpg);
}
.main-navigation__item:nth-child(10) {
  background-image: url(../images/cat_rare.jpg);
}
.main-navigation__item:hover .main-navigation__link {
  background-color: rgba(73, 80, 72, 0.5);
}
.main-navigation__item:hover .main-navigation-sub-menu {
  display: block;
}
.main-navigation__link {
  background-color: rgba(73, 80, 72, 0.8);
  color: white;
  height: 100%;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
  border-width: 8px;
  border-style: dotted;
  border-color: white;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-image-width: 8px;
  border-image-outset: 2px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bb-theme-2 .main-navigation__link {
  border-image-source: url('../images/dots_scheme3.svg');
}
.main-navigation-sub-menu {
  display: none;
  background-color: #9e3f18;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  z-index: 10000;
  margin: 0;
  padding: 0.5em 0;
}
.main-navigation-sub-menu__item {
  text-align: left;
  padding: 0.2em 0.75em;
  white-space: nowrap;
}
.main-navigation-sub-menu__item:before {
  display: inline-block;
  content: '>';
  color: white;
  margin-right: 5px;
}
.main-navigation-sub-menu__link {
  color: white;
  text-align: left;
  text-decoration: none;
  font-size: 0.8rem;
}
.catalogue_intro {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.catalogue_intro p {
  line-height: 130%;
}
.catalogue_intro a {
  color: #00091e;
}
.category-links {
  list-style: none;
  margin: 1em 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .category-links {
    display: block;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.category-links:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.category-links__item {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
  text-align: center;
  width: 23%;
  margin: 0 1% 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .category-links__item {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .category-links__item {
    width: 100%;
  }
}
.category-links__link {
  color: white;
  text-decoration: none;
}
.block {
  margin-top: 3em;
}
.block__title {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.block__description {
  margin: 1em 0 2em 0;
}
.block__description p {
  margin: 0 0 1em 0;
}
.table {
  background-color: #ffffff;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 0.9rem;
  width: 100%;
}
.table small {
  color: rgba(0, 0, 0, 0.8);
  font-size: 80%;
}
.table--verticalspace {
  margin: 1em 0;
}
.table .center,
.table .text-center {
  text-align: center;
}
.table .right,
.table .text-right {
  text-align: right;
}
.table td {
  border: 1px solid #e3e3e3;
  padding: 0.5em 0.2em;
}
.table__header-row td {
  font-weight: bold;
  border-bottom: 2px solid #00091e;
  padding: 0.5em 0.2em;
}
.table__body tr:nth-child(even) {
  background-color: #e6e6e9;
}
.table__body tr:hover td {
  background-color: #bfc2c7;
}
.table__footer-row td {
  font-weight: bold;
}
.table__link--text {
  color: #00091e;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumb {
  background-color: #666b78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  margin: -1em 0 2.5em 0;
  font-size: 0.7rem;
}
.breadcrumb__item {
  padding-right: 10px;
}
.breadcrumb__item:last-of-type .breadcrumb__link:after {
  display: none;
}
.breadcrumb__link {
  color: white;
  text-decoration: none;
}
.breadcrumb__link:after {
  content: '>';
  display: inline-block;
  padding-left: 10px;
}
.featured-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featured-products__item {
  width: 16%;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  .featured-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
@supports (display: grid) {
  .featured-products {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  @media (max-width: 1024px) {
    .featured-products {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .featured-products__item {
    width: auto;
  }
}
.featured-products li {
  word-break: break-all;
}
.featured-products__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.2);
}
.featured-products__item img {
  width: 100%;
  height: auto;
}
.featured-products__item p {
  margin-bottom: 1em;
  line-height: 140%;
  font-size: 0.9rem;
}
.checkout-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .checkout-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.checkout-options__option {
  background-color: white;
  padding: 1em;
  margin-right: 1em;
}
@media (max-width: 600px) {
  .checkout-options__option {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
.checkout-options__option--address {
  width: 30%;
}
@media (max-width: 600px) {
  .checkout-options__option--address {
    width: 100%;
  }
}
.checkout-options__option--notes {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (max-width: 600px) {
  .checkout-options__option--notes {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.checkout-options__option--notes textarea {
  width: 100%;
}
.checkout-options__option select {
  width: 100%;
}
.checkout-options__option h4 {
  margin: 0 0 1em 0;
  color: #00091e;
}
.panel {
  background-color: white;
  padding: 1em;
  margin-bottom: 2em;
}
.panel__title {
  font-size: 1.7rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #00091e;
  color: #9e3f18;
}
.panel__title .fa {
  color: rgba(0, 9, 30, 0.5);
  margin-right: 15px;
}
.panel__title a {
  margin-left: 1em;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  width: 60%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .form-row {
    width: 100%;
  }
}
.form-row label {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 120px;
          flex: 1 0 120px;
  max-width: 150px;
  color: white;
}
@media (max-width: 600px) {
  .form-row label {
    padding-bottom: 5px;
  }
}
.form-row label + * {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.form-row input:not([type="checkbox"]),
.form-row select {
  border: 0;
  padding: 10px;
}
@media (max-width: 600px) {
  .form-row input:not([type="checkbox"]),
  .form-row select {
    width: 80%;
  }
}
.form-row__help {
  font-size: 0.75em;
}
.form-row__help--warn {
  color: white;
  margin-left: 0.5em;
}
.registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 2em;
}
@media (min-width: 600px) {
  .registration {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.registration__panel {
  background-color: rgba(230, 230, 230, 0.2);
  padding: 1em;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #666;
}
.registration__title {
  color: #9e3f18;
  margin-bottom: 1em;
  border-bottom: 1px solid white;
  padding-bottom: 0.5em;
  font-size: 1.3rem;
}
.registration__help {
  font-size: 85%;
  line-height: 140%;
  margin-top: 0.75em;
}
.registration__help-title {
  border-bottom: 1px solid #666;
  padding-bottom: 0.7rem;
  margin-top: 2em;
}
.registration .form-row {
  width: 100%;
}
.registration .form-row label {
  color: #00091e;
}
.registration .form-row input[type='text'] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.row {
  display: block;
  margin: 0 auto;
}
.row--float-content {
  position: relative;
}
.row--float-content:after {
  content: '';
  display: block;
  clear: both;
}
.row--full-width {
  width: 100%;
  max-width: 1400px;
}
.row--small-padded {
  width: 90%;
  max-width: 1300px;
}
.row--vertical-padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
.row--padded {
  width: 90%;
  max-width: 1200px;
}
.row--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .row--grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.row--grid .row__block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  width: 100%;
}
.row--grid .row__block--collapse {
  padding: 0;
}
.row--grid .row__block--20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-left: 5%;
  text-align: center;
  font-size: .9rem;
}
@media (max-width: 600px) {
  .row--grid .row__block--20 {
    margin-left: 0;
  }
}
.row--grid .row__block--20 img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .row--grid .row__block--20 img {
    width: 70%;
    margin: 0 auto;
  }
}
.row--grid-collapse .row__block {
  padding: 0;
}
@media (min-width: 600px) {
  .row--grid-1 .row__block {
    width: calc(1*100% - (1 - 1)*30px);
  }
  .row--grid-2 .row__block {
    width: calc(1/2*100% - (1 - 1/2)*30px);
  }
  .row--grid-3 .row__block {
    width: calc(1/3*100% - (1 - 1/3)*30px);
  }
  .row--grid-4 .row__block {
    width: calc(1/4*100% - (1 - 1/4)*30px);
  }
  .row--grid-5 .row__block {
    width: calc(1/5*100% - (1 - 1/5)*30px);
  }
  .row--grid-6 .row__block {
    width: calc(1/6*100% - (1 - 1/6)*30px);
  }
  .row--grid-7 .row__block {
    width: calc(1/7*100% - (1 - 1/7)*30px);
  }
  .row--grid-8 .row__block {
    width: calc(1/8*100% - (1 - 1/8)*30px);
  }
  .row--grid-9 .row__block {
    width: calc(1/9*100% - (1 - 1/9)*30px);
  }
  .row--grid-10 .row__block {
    width: calc(1/10*100% - (1 - 1/10)*30px);
  }
  .row--grid-11 .row__block {
    width: calc(1/11*100% - (1 - 1/11)*30px);
  }
  .row--grid-12 .row__block {
    width: calc(1/11*100% - (1 - 1/12)*30px);
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .row--grid-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row--grid-5:after {
    display: inline-block;
    content: '';
    width: 33%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .row--grid-5 .row__block {
    width: 33%;
  }
}
.header {
  background-color: green;
  color: white;
  text-align: center;
  display: none;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid black;
  background-color: white;
  min-width: 320px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .85rem;
}
.flex-row:nth-child(odd) {
  background-color: #e6e6e9;
}
.flex-row:hover {
  background-color: #ccced2;
}
.option {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2px;
}
.option:empty {
  display: none;
}
.option .quality {
  font-size: 75%;
  opacity: 1;
}
.link span {
  font-size: 75%;
  color: white;
}
.details .description {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted black;
  line-height: 140%;
}
.details .img {
  display: inline-block;
  text-align: left;
}
.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.details {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
span.sg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 10px;
}
span.scott {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 10px;
  border-right: 0;
}
span.sku {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 10px;
}
.mobile-help {
  font-weight: bold;
}
.flex-row--header {
  display: none;
}
@media screen and (min-width: 600px) {
  body {
    background-color: #e3e3e3;
  }
  .header {
    display: block;
  }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
  .flex-row--header {
    border-bottom: 2px solid #00091e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-row--header span {
    font-weight: bold;
    line-height: 40px;
  }
  .flex-row--header .prices {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 40px;
    font-weight: bold;
  }
  .details {
    width: 70%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .details .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .details .description {
    padding: 0 10px;
    margin-top: 0;
    border-top: 0;
  }
  .mobile-help {
    display: none;
  }
  .details .col:last-of-type {
    border-right: 0;
  }
  .sg {
    width: 9%;
    word-break: break-all;
  }
  .scott {
    width: 9%;
    word-break: break-all;
  }
  .sku {
    width: 6%;
    word-break: break-all;
  }
  .details .col.img {
    width: 50px;
    text-align: center;
  }
  .options-1 .details {
    width: 90%;
  }
  .options-2 .details {
    width: 85%;
  }
  .options-6 .details {
    width: 55%;
  }
  .options-7 .details {
    width: 50%;
  }
  .option {
    margin: 0;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .option:empty {
    display: block;
  }
  .option:first-of-type {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .option:last-of-type {
    border-right: 0;
  }
  .prices {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-top: 0;
  }
  .prices .link {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.filter_panel {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
  border-radius: 10px;
}
.filter_panel h4 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.filter_panel__form-wrap {
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}
.filter_panel__form-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .filter_panel__form-group {
    display: block;
  }
}
.filter_panel__form-group:last-of-type {
  margin-bottom: 1rem;
}
.filter_panel label {
  font-size: 0.8rem;
}
.filter_panel input[type="text"] {
  border: 0;
  padding: 0.2rem;
}
.filter_panel .button {
  font-size: 0.9em;
  padding: 0.3rem;
  line-height: 100%;
}
.stamps-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.stamps-grid__item {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  width: 13%;
  margin-bottom: 1em;
  font-size: 0.8rem;
}
@supports (display:grid) {
  .stamps-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .stamps-grid__item {
    width: auto;
    margin-bottom: 0;
  }
}
.stamp-block__description {
  margin: 1rem 0 0.5rem 0;
  font-size: 90%;
  line-height: 140%;
}
.stamp-block__image img {
  width: 100%;
  height: auto;
}
.stamp-block__sku {
  font-size: 70%;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e3e3e3;
}
/*summer
@blue: #113837;
@red: #a43f13;
@button: slategrey;
@grey: tint(black,90);
*/
/*Spring
@blue: #36414b;
@red: #a23f19;
@button: #a23f19;
@grey: tint(black,90);*/
html {
  --c-blue: #00091e;
  --c-red: #9e3f18;
  --c-button: #637294;
  --c-grey: #e6e6e6;
}
html,
body {
  background-color: #fff;
  font-family: 'fertigo_proregular', sans-serif;
  font-weight: 100;
  margin: 0;
  height: 100%;
}
#app {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
strong {
  font-weight: 600;
}
small {
  font-size: 60%;
}
hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.masthead {
  background-color: #00091e;
  border-bottom: 5px;
  color: white;
  padding: 1em 0;
}
.masthead__text {
  opacity: 0.8;
  font-size: 0.9rem;
  line-height: 140%;
}
@media (max-width: 600px) {
  .masthead__text {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.masthead a {
  color: white;
  text-decoration: none;
}
.contact-details {
  text-align: right;
  font-size: 0.7rem;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .contact-details {
    text-align: center;
    margin-bottom: 30px;
  }
}
.contact-details li {
  display: inline-block;
}
.logo {
  width: 38%;
  margin-top: -10px;
}
@media (max-width: 600px) {
  .logo {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.logo img {
  width: 500px;
  height: auto;
}
@media (max-width: 600px) {
  .logo img {
    width: 100%;
  }
}
.auth-links {
  font-size: 0.8rem;
}
.auth-links__item {
  position: relative;
  padding: 0.5rem;
}
.auth-links__item:hover .auth-links__dropdown {
  display: block;
}
.auth-links__toggle {
  display: block;
}
@media (max-width: 600px) {
  .auth-links__toggle {
    display: inline-block;
  }
}
.auth-links__dropdown {
  position: absolute;
  display: none;
  background-color: #00091e;
  z-index: 10;
  right: 0;
  top: 100%;
  padding: 10px;
}
.auth-links__dropdown li {
  white-space: nowrap;
  text-align: right;
  padding-bottom: 5px;
}
.navigation-row {
  background-color: #80848f;
  padding: .75em 0;
}
.home .content-wrapper {
  background-color: #e6e6e6;
}
.content-wrapper {
  background-color: #999da5;
  padding: 2em 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.next-show-detail__title {
  color: #9e3f18;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
}
.next-show-detail__date {
  text-align: center;
}
.next-show-detail * + * {
  margin-top: 0.5rem;
  line-height: 1.6;
}
.next-show-detail__small {
  font-size: 80%;
}
.next-show-countdown {
  background-color: #00091e;
  color: white;
}
@media (max-width: 1024px) {
  .row--home-banner {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.row--home-banner .row__block:nth-child(1) {
  width: 70%;
}
@media (max-width: 1024px) {
  .row--home-banner .row__block:nth-child(1) {
    width: 100%;
  }
}
.row--home-banner .row__block:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.row--home-banner .row__block:nth-child(2) {
  width: 30%;
  color: black;
  background-image: url(../images/seahorse_faded.jpeg);
  padding: 0;
}
@media (max-width: 1024px) {
  .row--home-banner .row__block:nth-child(2) {
    width: 100%;
    background-image: none;
    text-align: center;
  }
}
.page-title {
  color: white;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.sub-title {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.account-details {
  font-size: 0.8rem;
}
.account-details a {
  text-decoration: none;
  color: white;
}
.user-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 75%;
}
@media (max-width: 600px) {
  .user-tools {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .user-tools {
    width: 100%;
  }
}
.user-tools .break {
  display: block;
}
@media (max-width: 600px) {
  .user-tools .break {
    display: inline-block;
  }
}
.search {
  padding: 0.3em 1em;
  background-color: #e6e6e6;
  margin-right: 0.3em;
}
@media (max-width: 600px) {
  .search {
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
.search__form {
  margin: 0;
}
.search__label {
  color: #9e3f18;
}
.search__input {
  background-color: black;
  height: 25px;
  border: 0;
}
.search__button {
  background-color: #637294;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 30px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
.search__button i {
  color: white;
}
.basket-icon {
  background-color: #9e3f18;
  padding: 1rem 0.5em;
  text-align: center;
  margin-right: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .basket-icon {
    width: 48.5%;
    margin-left: 0;
  }
}
.basket-icon__link {
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .basket-icon__link {
    display: inline-block;
  }
}
.auth {
  background-color: #637294;
  text-align: center;
  padding: 1rem 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .auth {
    width: 48.5%;
  }
}
.auth.logged-in {
  padding: 0;
}
.acting {
  background-color: orangered;
  padding: 2em;
  text-align: center;
  color: white;
  overflow: hidden;
}
.acting a {
  color: white;
}
.text-block--70 {
  width: 70%;
}
@media (max-width: 800px) {
  .text-block--70 {
    width: 100%;
  }
}
.text-block p {
  line-height: 140%;
  margin-bottom: 1rem;
}
.text-block a {
  color: white;
  text-decoration: none;
}
.text-block h2 {
  font-size: 1.6rem;
  margin: 1rem 0 0.5rem 0;
  color: white;
}
.text-block h3 {
  font-size: 1.3rem;
  margin: 1rem 0 0.5rem 0;
  color: white;
}
.text-block ul {
  list-style: disc;
  margin: 0 0 2em 1rem;
}
.text-block ul li {
  margin-bottom: 0.3rem;
}
.text-block dt {
  float: left;
  width: 20%;
  text-align: left;
  clear: left;
  font-weight: bold;
  padding: 1rem 0;
  border-top: 1px solid white;
}
.text-block dd {
  float: left;
  width: 70%;
  padding: 1em 0;
  border-top: 1px solid white;
}
.text-block dl:after {
  content: "";
  display: table;
  clear: both;
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.item-list--space-btm {
  margin-bottom: 2em;
}
.item-list--vertical-space {
  margin: 1em 0;
}
.item-list--slim-gap .item-list__item {
  padding-bottom: 5px;
}
.item-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-list--inline .item-list__item {
  padding-right: 10px;
}
.item-list--inline .item-list__item:last-of-type {
  padding-right: 0;
  padding-bottom: 0.5rem;
}
.item-list--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.item-list--80 {
  font-size: 80%;
}
.item-list__item {
  padding-bottom: 0.5em;
  line-height: 120%;
}
.item-list__item:last-of-type {
  padding-bottom: 0;
}
.item-list__link--nounderline {
  text-decoration: none;
}
.text-link {
  color: #00091e;
  font-weight: bold;
  text-decoration: none;
}
.button {
  background-color: #637294;
  border-radius: 3px;
  font-size: 1rem;
  font-family: 'fertigo_proregular', sans-serif;
  padding: 0.5em;
  color: white;
  text-decoration: none;
  border: 0;
  display: inline-block;
  cursor: pointer;
}
.button--small {
  font-size: 0.7rem;
}
.button--warn {
  background-color: orangered;
}
.button--cart {
  font-size: 0.7rem;
  background-color: #9e3f18;
}
.button--offer {
  background-color: gold;
  color: #666;
}
.button--active {
  background-color: #00091e;
}
.button--close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.features {
  background-color: #4d5362;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}
.features__item {
  border-right: 4px dotted #87B0AE;
  color: white;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: dotted;
  border-color: white;
  border-image-source: url('../images/dots_lgrey.svg');
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-image-width: 8px;
  border-image-outset: 2px;
}
@media (max-width: 800px) {
  .features__item {
    width: 50%;
    font-size: 80%;
  }
}
@media (max-width: 600px) {
  .features__item {
    width: 100%;
    font-size: 80%;
  }
}
.features__image {
  width: 30%;
}
.features__image img {
  width: 100%;
  height: auto;
}
.features__text {
  padding-left: 1em;
  width: 70%;
}
.features__text h3 {
  font-weight: bold;
  margin: 0 0 0.5em 0;
  font-size: 1.3em;
}
.features__text a {
  color: white;
  text-decoration: none;
}
.features__text p {
  line-height: 140%;
}
.flash {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #ffffff;
  padding: 1em;
  border-radius: 10px;
  max-width: 350px;
  border: 1px solid white;
  text-align: right;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
}
.flash a {
  color: currentColor;
}
.flash a.hl {
  color: #9e3f18;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
}
.image-panel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 400px;
  background-color: white;
  border-radius: 10px;
  padding: 0.5em;
  min-height: 60px;
}
@media (max-width: 600px) {
  .image-panel {
    width: 80%;
  }
}
.image-panel.loading {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.image-panel img {
  width: 100%;
  cursor: pointer;
}
.pagination {
  margin-top: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination li {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.pagination li.active span {
  background-color: #9e3f18;
}
.pagination li.disabled {
  opacity: 0.5;
}
.pagination li > span,
.pagination li > a {
  padding: 0.3rem 0.5rem;
  text-align: center;
  border-radius: 5px;
  color: white;
  background-color: #00091e;
  display: block;
}
.pagination li a {
  text-decoration: none;
}
.errors {
  border: 2px solid #9e3f18;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1em;
}
.errors p {
  margin-bottom: 1em;
}
.errors p strong {
  color: #9e3f18;
}
[v-cloak] {
  display: none;
}
.bx-wrapper {
  background-color: transparent;
}
.bxslider li + li {
  display: none;
}
.bx-wrapper {
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 10px;
  bottom: 10px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  bottom: 10px;
  left: 10px;
}
.acting .bx-controls-direction a {
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M6.77,17.96l-1-1c-.31-.31-.31-.81,0-1.12l5.84-5.84-5.84-5.84c-.31-.31-.31-.81,0-1.12l1-1c.31-.31.81-.31,1.12,0l7.4,7.4c.31.31.31.81,0,1.12l-7.4,7.4c-.31.31-.81.31-1.12,0Z" style="fill: %23fff; stroke-width: 0px;"/><rect width="20" height="20" style="fill: none; stroke-width: 0px;"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: auto;
}
.acting .bx-controls-direction a:hover {
  background-position: center;
  opacity: .5;
}
.acting .bx-controls-direction a.bx-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-button {
  color: #00091e;
}
.page-footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em 0;
  font-size: 0.9rem;
}
.page-footer__social {
  margin: 2rem 0;
  color: white;
}
.page-footer__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-footer__social ul span {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.page-footer__social img {
  display: block;
  width: 25px;
  height: 25px;
}
.page-footer__title {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid white;
  color: white;
  width: 100%;
  display: block;
  font-weight: bold;
}
.page-footer img.price-list {
  width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.page-footer a {
  color: white;
}
.credit-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
.credit-cards li {
  width: 24%;
}
.credit-cards li img {
  width: 100%;
}
.credit-cards li:last-of-type {
  margin-right: 0;
}
.credit-cards :after {
  display: block;
  content: '';
  clear: left;
}
.sign-off {
  margin-top: 3rem;
  font-size: .5rem;
  color: rgba(255, 255, 255, 0.5);
}
.block-skip {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
.block-skip.sticky {
  width: 100vw;
  position: fixed;
  left: 50%;
  right: 50%;
  top: 0;
  margin-left: -50vw;
  margin-right: -50vw;
}
.block-skip.sticky .row {
  max-width: 1300px;
}
#backToTop {
  display: none;
  position: fixed;
  /* Fixed/sticky position */
  bottom: 15px;
  /* Place the button at the bottom of the page */
  right: 15px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #9e3f18;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.flash_on #backToTop {
  bottom: 15px;
}
#backToTop.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#backToTop:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
}
