



















body {
  font: 15px/1.65em 'Abel', sans-serif;
  font-weight: 300;
  background: #1E222D;
  -webkit-font-smoothing: initial;
}

main {
  background: #d6d6d6;
  padding: 2em 0 0;
  overflow: hidden;
  color: #992323;
}

main:before {
  content: '';
  display: block;
  height: 60px;
}

@media screen and (min-width: 64em) {
  main:before {
    content: '';
    display: block;
    height: 72px;
  }
}


  main:before {
    height: calc(60px + 40px);
  }

  @media screen and (min-width: 64em) {
    main:before {
      height: calc(72px + 40px);
    }
  }


footer {
  background: #1E222D;
  color: #999999;
}

section {
  position: relative;
  margin-bottom: 2em;
}

@media screen and (min-width: 64em) {
  .row {
    width: 98%;
    max-width: 1440px;
  }
  
  header .row,
  footer .row {
    /*max-width: calc(1440px + 90px);*/
  }
}



/********************
  TYPOGRAPHY
********************/

h2, h3, h4 {
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-family: Abel;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

h2 a, h3 a, h4 a, h5 a,
a h2, a h3, a h4, a h5 {
  color: #333333;
}

h2 a:hover, h3 a:hover, h4 a:hover,
a h2:hover, a h3:hover, a h4:hover {
  color: #992323;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.65em;
  margin-bottom: 0.8em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-family: Abel;
  font-size: 1.15em;
}

h5 {
  font-size: 1.1em;
}

h2 small, h3 small {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}

.subheading {
  font-size: 0.6em;
  font-weight: 500;
  letter-spacing: initial;
  margin-top: -5px;
  font-family: 'Abel';
  color: #333333;
}

.lines {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1em 0;
 }

.lines:before, 
.lines:after {
  flex-grow: 1;
  height: 2px;
  content: '\a0';
  background-color: #000;
  position: relative;
  top: 0.5em;
}

.lines:before {
  margin-right: 1em;
}

.lines:after {
  margin-left: 1em;
}



/********************
  HTML ELEMENTS
********************/

p {
  margin: 0 0 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
}

a {
  color: #992323;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #992323;
}

hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #bd1b1b;
}

small {
  font-size: 0.8em;
}

select {
  height: 48px;
  line-height: 45px;
  text-indent: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #bababa;
  border: 1px solid #bd1b1b;
  color: #992323;
}

input, textarea {
  border-radius: 0;
  min-height: 40px;
  text-indent: 8px;
  width: 100%;
  margin-bottom: 1em;
  background: #bababa;
  border: 1px solid #bd1b1b;
}

textarea {
  min-height: 120px;
}

*:focus, *:active {
  outline: none;
}



/********************
  CLASSES
********************/

.button {
  color: #fff;
  padding: 0 4em;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s ease;
  text-transform: uppercase;
  text-align: center;
  background: #992323;
  border: 1px solid #992323;
  -webkit-font-smoothing: antialiased;
}

.button:hover {
  background: #992323;
  color: #d6d6d6;
  border: 1px solid #992323;
}

.button.disabled {
  background: #ddd;
  pointer-events: none;
  border-color: #ddd;
}

.button.secondary {
  background: none;
  color: #992323;
  border: 1px solid;
}

.banner {
  background: #C51919;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px;
  text-align: center;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}

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

article.row + article.row {
  margin-top: 50px;
}

.sticker {
  position: absolute;
  color: white;
  width: 120px;
  top: 10px;
  left: -30px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1em;
  padding: 8px;
  text-align: center;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  background: #992323;
}

.badge {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  color: white;
  text-indent: 1px;
  font-family: Abel;
  background: #992323;
}

.announcement {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  z-index: 1;
  background: #992323;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 64em) {
  .announcement {
    top: 72px;
  }
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1em;
  width: 100%;
  text-align: center;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.embed-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

.arrow-up:before,
.arrow-right:before,
.arrow-bottom:before,
.arrow-left:before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 2px 2px 0 0;
}

.arrow-up:before    { transform: rotate(-45deg); }
.arrow-right:before { transform: rotate(45deg); }
.arrow-down:before  { transform: rotate(135deg); }
.arrow-left::before { transform: rotate(-135deg); }

.arrow-down-fill {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #000 transparent transparent transparent;
}

.arrow-down-fill {
  position: absolute;
  left: 50%;
  margin-top: -10px;
  transform: translateX(-50%);
}

.slider {
  margin: 0 -.9375rem;
}

.slick-slider [class*="arrow-"] {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  color: white;
  z-index: 1;
  transition: all 0.2s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slick-slider [class*="arrow-"]:before {
  height: 15px;
  width: 15px;
}

.slick-slider .arrow-left {
  left: 1em;
}

.slick-slider .arrow-right {
  right: 1em;
}

@media screen and (min-width: 64em) {
  .slider.slick-slider .arrow-left {
    color: black;
    left: -1.5em;
  }
  
  .slider.slick-slider .arrow-right {
    color: black;
    right: -1.5em;
  }
}

.carousel [class*="arrow-"] {
  opacity: 0;
}

.carousel:hover [class*="arrow-"] {
  opacity: 1;
}

.vertical-list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #bd1b1b;
}

.vertical-list li span {
  display: inline-block;
  width: 3.5em;
  text-transform: uppercase;
  font-size: 0.9em;
}

.horizontal-list {
  margin-bottom: 1.5em;
}

.horizontal-list li {
  display: inline-block;
}

.horizontal-list li:after {
  content: '/';
  font-size: 0.9em;
  margin: 0 5px 0 8px;
}

.horizontal-list li:last-child:after {
  display: none;
}

.square,
.two-three,
.three-two,
.four-five,
.five-four {
  position: relative;
}

.square > *,
.two-three > *,
.three-two > *,
.four-five > *,
.five-four > * {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.square:before,
.two-three:before,
.three-two:before,
.four-five:before,
.five-four:before {
  display: block;
  content: "";
  width: 100%;
}

.square:before {
  padding-top: 100%;
}

.two-three:before {
  padding-top: calc(3 / 2 * 100%);
}

.three-two:before {
  padding-top: calc(2 / 3 * 100%);
}

.four-five:before {
  padding-top: calc(5 / 4 * 100%);
}

.five-four:before {
  padding-top: calc(4 / 5 * 100%);
}



/********************
  TOP BAR
********************/

.top-bar {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 0.85em;
  font-family: Abel;
  color: ;
  background: ;
}

.top-bar a {
  font-size: 14px;
  padding: 0 0.5em;
  opacity: 0.75;
  color: ;
}

.top-bar a:hover {
  opacity: 1;
  color: ;
}

.top-bar .social-icons {
  float: right;
}

.top-bar li:last-child a {
  padding-right: 0;
}



/********************
  HEADER
********************/

.main-nav {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-right: 50px;
  transition: height 0.4s ease, line-height 0.4s ease;
  background: #1E222D;
  -webkit-font-smoothing: antialiased;
}

.main-nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.main-nav.shrink {
  height: 60px;
  line-height: 60px;
}

.main-nav li {
  float: left;
}

.main-nav a {
  display: block;
  padding: 0 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Abel';
  font-size: 0.9em;
}

.main-nav a:hover {
  opacity: 0.8;
}

.main-nav h1,
.main-nav .logo {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  margin-right: 2em;
  font-weight: 700;
}

.main-nav .logo img {
  max-height: 60px;
  padding: 10px 0;
  transition: max-height 0.4s ease, padding 0.4s ease;
  max-width: 80%;
}

.main-nav .dropdown {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  min-width: 15em;
  opacity: 0;
  transition: opacity 0.2s;
  border: 1px solid white;
  border-top: 0;
  background: #1E222D;
}

.main-nav .dropdown.columns {
  -webkit-columns: 150px 2;
  -moz-columns: 150px 2;
  columns: 150px 2;
  padding: 0;
}

.main-nav .dropdown li {
  float: none;
  height: 38px;
  line-height: 38px;
  padding: 0 1em;
}

.main-nav .dropdown li a {
  display: block;
  padding: 0;
}

.main-nav .dropdown:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #1E222D;
}

.main-nav li:hover .dropdown {
  visibility: visible;
  opacity: 1;
}

.main-nav .cart-trigger {
  position: relative;
  padding-right: 0;
}

.main-nav .badge.cart-count {
  position: absolute;
  top: 15px;
  right: -12px;
  transition: top 0.4s ease;
}

.main-nav.shrink .cart-count {
  top: 15px;
}

.main-nav .social-icons {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  overflow: auto;
  padding-left: 1em;
  margin-left: 2em;
}

.main-nav .social-icons li:last-child a {
  padding-right: 0;
}

@media screen and (min-width: 64em) {
  .main-nav {
    height: 72px;
    line-height: 72px;
    padding-right: 0;
  }
  
  .main-nav .logo img {
    max-height: 72px;
    padding: 10px 0;
  }
  
  .main-nav.shrink .logo img {
    max-height: 60px;
    padding: 10px 0;
  }
  
  .main-nav .cart-count {
    top: 30px;
  }
}



/********************
  MOBILE NAVIGATION
********************/

.mobile-nav {
  position: fixed;
  left: 0; top: -100%;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.25s;
  padding-top: 10px;
  background: #1E222D;
}

.mobile-nav.open {
  top: 0;
  opacity: 1;
}

.mobile-nav::-webkit-scrollbar {
  display: none;
}

.mobile-nav li a {
  display: block;
  padding: 0.4em 0;
  font-size: 1.5em;
  color: #ffffff;
}

.mobile-nav .social-icons {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 1.2em;
  background: #fafafa;
  height: 60px;
  line-height: 60px;
}

.mobile-nav .social-icons a {
  padding: 0 1em;
}

.nav-trigger {
  position: absolute;
  top: 0; right: 1em;
  height: 60px;
  width: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  z-index: 1100;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  position: absolute;
  width: 18px;
  height: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffffff;
}

.nav-trigger span {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span:after {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}

.nav-trigger span::before {
  bottom: 6px;
}

.nav-trigger span::after {
  top: 6px;
}

.nav-is-visible {
  position: fixed;
}

.nav-is-visible .nav-trigger {
  position: fixed;
}

.nav-is-visible .nav-trigger span {
  background-color: rgba(255, 255, 255, 0) !important;
}

.nav-is-visible .nav-trigger span::before,
.nav-is-visible .nav-trigger span::after {
  background-color: #ffffff;
}

.nav-is-visible .nav-trigger span::before {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.nav-is-visible .nav-trigger span::after {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}



/********************
  PAGINATION
********************/

.pagination {
  padding: 1em 0;
  text-align: center;
}

.pagination .page a,
.pagination .current {
  display: inline-block;
  padding: 2px 10px;
  margin: 2px;
  color: #992323;
}

.pagination .current {
  font-weight: bold;
}

.pagination .prev,
.pagination .next {
  display: none;
}



/********************
  FOOTER
********************/

footer {
  font-size: 0.9em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

footer a {
  color: #999999;
}

footer a:hover {
  color: #ccc;
}

footer nav li {
  display: inline-block;
}

footer nav a:after {
  content: '';
  border-right: 1px solid #999999;
  margin: 0 .75em 0 1em;
  vertical-align: -.5px;
}

footer nav li:last-child a:after {
  display: none;
}

.footer-content {
  background: rgba(0,0,0,0.15);
  padding: 2em 0;
}

.footer-copyright {
  font-size: 0.9em;
  padding: 1.5em 0 1.5em;
  line-height: 1.75;
}

.footer-copyright,
.footer-copyright a {
  color: #666;
}

footer h3, footer h4 {
  margin: 0 0 1em;
  color: white;
}

footer .email,
footer #email {
  width: 70%;
  float: left;
  margin-bottom: 0;
  background: none;
  color: white;
  border-color: white;
  border-right: 0;
}

footer .button {
  width: 30%;
  height: 40px;
  line-height: 38px;
  padding: 0;
  background: none;
  border-color: white;
  margin-bottom: 0;
}

footer .button:hover {
  background: white;
  color: black;
  border-color: white;
}

.message_area {
  position: absolute;
  border: 0 !important;
  padding: 5px 10px 6px;
}

footer .close {
  position: absolute;
  right: 3px;
  top: -2px;
  color: black;
}



/********************
  GRIDS
********************/

.grid-item {
  margin-bottom: 2em;
  text-align: center;
  color: #333333;
}

.grid-item img {
  height: 100%;
  width: auto !important;
  max-width: initial;
  transition: transform 10s ease 0.1s;
}

.events .grid-item img {
  width: 100% !important;
  height: auto;
}

/*.grid-item img:hover {*/
/*  transform: scale(1.1);*/
/*}*/

.grid-item .overlay h5 {
  margin-bottom: 0;
}

.grid-item-caption {
  padding: .75em;
  line-height: 1.5;
}

.grid-item-caption a {
  font-weight: bold;
  color: #333333;
}

.grid-item h4 {
  margin-bottom: 0;
}

.grid-item div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.4s ease;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

figure img {
  width: 100%;
}

figure .overlay {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
  background: rgba(255,255,255,0.8);
}

figure:hover .overlay {
  opacity: 1;
}

.list {
  margin-bottom: 4em;
}

.list h3 {
  margin: 0 0 1em;
}



/********************
  HOME PAGE
********************/

.index .carousel {
  margin-top: -2em;
}

.index .carousel .caption {
  display: inline-block;
  position: absolute;
  bottom: 2em;
  padding: 1em 2em;
  background: ;
}

.index .carousel .caption h3 {
  margin: 0;
  color: ;
}

.index .carousel .caption h3:hover {
  color: ;
}


/********************
  PRODUCT PAGE
********************/

.slick-slide img {
  width: 100%;
}

.slider-prev, .slider-next {
  width: 50px;
  text-align: center;
  font-size: 5em;
  color: rgba(255,255,255,0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.slider-prev:hover, .slider-next:hover {
  color: white;
}

.slider-prev {
  left: 0px;
}

.slider-next {
  right: 0px;
}

.slider-thumbnails li {
  padding: 2px 2px 0 0;
  cursor: pointer;
  max-height: 120px;
}

.product .content select,
.product .content .button {
  margin-bottom: 1em;
}

.variations {
  position: relative;
  overflow: auto;
}

.related-products .grid-item {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .related-products .grid-item:nth-child(-n+4) {
    display: block;
  }
}



/********************
  ORDER PAGE
********************/

.order table {
  margin-bottom: 2em;
  width: 100%;
}

.order table thead th,
.order table tbody td {
  text-align: left;
  vertical-align: top;
  height: 30px;
}

.order table tbody td + td {
  text-align: right;
  width: 20%;
}

.order table#metadata td {
  width: 50%;
}

.order table#metadata td + td {
  text-align: left;
}



/********************
  ICONS & SHARING
********************/

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  font-size: 15px;
  padding: 0 0.75em;
}

.sharing-button {
  transition: 25ms ease-out;
  height: 32px;
  line-height: 32px;
  padding: 0 0.75em;
}

.sharing-button__link,
.sharing-button__icon {
  display: inline-block
}

.sharing-button__link {
  margin: 0.5em;
  color: white;
}

.sharing-button__link:hover {
  color: white;
}

.sharing-button__icon svg {
  width: 1em;
  height: 1em
}

.sharing-button__icon {
  fill: #fff;
  margin-right: 5px;
  vertical-align: middle;
}

.sharing-button--twitter {
  background-color: #55acee
}

.sharing-button--twitter:hover {
  background-color: #2795e9
}

.sharing-button--pinterest {
  background-color: #bd081c
}

.sharing-button--pinterest:hover {
  background-color: #8c0615
}

.sharing-button--facebook {
  background-color: #3b5998
}

.sharing-button--facebook:hover {
  background-color: #2d4373
}

.sharing-button--email {
  background-color: #777
}

.sharing-button--email:hover {
  background-color: #5e5e5e
}

.strip {
  background: #f5f5f5;
  margin-bottom: -2em;
  padding: 1.5em 0;
}

.instagram #photos {
  margin: 0 -20px;
}



/* Events */

.masthead {
  margin-top: calc(-2em - 12px);
  height: 420px;
}

.event .masthead {
  margin-top: calc(-2em - 40px);
}

.event-item-info {
  position: absolute;
  bottom: 2em;
  width: 100%;
}

.event-item-info div,
.event-item-info h2,
.event-item-info h3 {
  display: inline-block;
  padding: 0.4em 2% 0.5em;
  margin: 0 0 1px;
  color: white;
  -webkit-font-smoothing: antialiased;
  background: #1E222D;
}

.event-info {
  border-top: 1px solid #bd1b1b;
  padding-top: 1.5em;
  overflow: hidden;
}

.event-info div {
  float: left;
  width: 48%;
}

.event-info div:last-of-type {
  padding-left: 1.5em;
  border-left: 1px solid #bd1b1b;
}

.terms {
  font-size: 0.8em;
  line-height: 1.5;
  background: #fafafa;
  padding: 1.5em;
  overflow: hidden;
}


/* Variations */

.variation {
  margin-bottom: 1em;
}

.variation:last-of-type {
  margin-bottom: 0.5em;
}

.variation label,
.variation .label {
  width: 65%;
  margin-right: 2%;
  float: left;
  padding: 0 1em;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  transition: all 0.1s;
  -webkit-font-smoothing: antialiased;
  color: #992323;
  border: 1px solid #bd1b1b;
}

.variation .button {
  width: 33%;
  padding: 0;
}

.variation label:hover,
.variation .label:hover {
  border-color: #992323;
}

.variation.disabled label,
.variation.disabled .button {
  color: #ccc;
  border: 1px solid #bd1b1b;
  pointer-events: none;
}

/********************
  TOUR
********************/

.table {
  font-size: 0.9em;
}

.table li {
  padding: .75em 0;
  overflow: auto;
  transition: all .25s;
  border-bottom: 1px solid #bd1b1b;
}

.table li:first-child {
  padding-top: 0;
}

.table li div {
  float: left;
  vertical-align: top;
  margin-top: 5px;
}

.table li span {
  display: inline-block;
  margin-top: 5px;
}

.table li .button {
  margin: 0;
  padding: 0 .5em;
  height: 32px;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

.table li .date {
  width: 20%;
}

.table li .venue {
  width: 40%;
}

.table li .state {
  width: 40%;
}

.table li .tickets {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .table li .date {
    width: 15%;
  }
  
  .table li .venue {
    width: 30%;
  }
  
  .table li .state {
    width: 35%;
  }

  .table li .tickets {
    width: 20%;
    text-align: right;
    float: right;
    margin: 0;
  }
}

.instashow, .instashow-gallery-wrapper {
  font: inherit !important;
  text-transform: none !important;
}

.fa-heart-o {
  font-size: 0.9em;
}

/* Cart Popup */

.cart-modal {
  display: none;
  background: white;
  position: fixed;
  left: 50%;
  top: 12%;
  padding: 1em 1em 0;
  width: 100%;
  max-width: 420px;
  border-radius: 5px;
  box-shadow: 0 0 40px rgba(0,0,0,0.05);
  transform: translateX(-50%);
  z-index: 6000;
}

.cart-modal.open {
  display: block;
}

.modal-is-visible:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 101;
}

.add-to-cart {
  margin-top: 1.5em;
}