/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/************MEDIA QUERIES******************/
/******>=576******/
/******>=768******/
/******>=992******/
/******>=1200******/
/******992<>=1200******/
/******1300<>=1200******/
/******>=1400******/
/************OLD MEDIA QUERIES******************/
@font-face {
  font-family: "Sabado";
  src: url('../../fonts/sabado_regular-webfont.woff?1764067709') format('woff');
}
@font-face {
  font-family: "Montserrat Regular";
  src: url('../../fonts/Montserrat-Regular.woff?1764067709') format('woff');
}
@font-face {
  font-family: "MinionPro Regular";
  src: url('../../fonts/MinionPro-Regular.woff?1764067709') format('woff'), url('../../fonts/MinionPro-Regular.woff2?1764067709') format('woff2');
}
@font-face {
  font-family: "MinionPro Regular Bold";
  src: url('../../fonts/MinionPro-Bold.woff?1764067709') format('woff'), url('../../fonts/MinionPro-Bold.woff2?1764067709') format('woff2');
}
@font-face {
  font-family: "MinionPro Italic";
  src: url('../../fonts/MinionPro-It.woff?1764067709') format('woff'), url('../../fonts/MinionPro-It.woff?1764067709') format('woff');
}
/* line 22, ../sass/_global.scss */
html,
body {
  font-size: 1em;
  font-family: "MinionPro Regular", serif;
  color: #000;
  background-color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  --genpad: 10vh;
  --genpadh: 5.2vw;
  --heighthome: calc(100vh - 90px);
  --hero-pad: 6vw;
  --fontRegular: 'MinionPro Regular', serif;
  --fontBold: 'MinionPro Regular Bold', serif;
  --fontItalic: 'MinionPro Italic', serif;
  --secondFontRegular: 'Montserrat Regular', sans-serif;
  --fourteenp: 0.875em;
  --eighteenp: 1.125em;
  --twentyp: 1.25em;
  --thirtyp: 1.875em;
  --thirtyfivep: 2.188em;
  --fourtyp: 2.5em;
  --fiftyp: 3.125em;
  --sixtyp: 3.750em;
  --eightyp: 5em;
  --eightyfivep: 5.3125em;
  --onehundredp: 6.250em;
}
@media only screen and (max-width: 48em) {
  /* line 22, ../sass/_global.scss */
  html,
  body {
    --hero-pad: 2vw;
  }
}
/* line 56, ../sass/_global.scss */
html p b,
html p strong,
body p b,
body p strong {
  font-family: var(--fontBold);
}
@media only screen and (max-width: 48em) {
  /* line 22, ../sass/_global.scss */
  html,
  body {
    --eightyfivep: 3.3125em;
  }
}

/* line 67, ../sass/_global.scss */
h1 {
  font-size: var(--eightyfivep);
}

/* line 71, ../sass/_global.scss */
main {
  margin-top: 70px;
}

/* line 75, ../sass/_global.scss */
.menu-header .main-container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #000;
}

/* line 81, ../sass/_global.scss */
.menu-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}
/* line 89, ../sass/_global.scss */
.menu-header .nav-logo {
  position: relative;
}
/* line 92, ../sass/_global.scss */
.menu-header .nav-logo-h1 {
  text-indent: -99999px;
  position: absolute;
}
/* line 97, ../sass/_global.scss */
.menu-header .nav-logo-img {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 48em) {
  /* line 97, ../sass/_global.scss */
  .menu-header .nav-logo-img {
    height: 50px;
    margin: 0;
  }
}
@media only screen and (max-width: 48em) {
  /* line 110, ../sass/_global.scss */
  .menu-header .menu-head-navigation-container {
    display: none;
  }
}
/* line 116, ../sass/_global.scss */
.menu-header .menu-main-menu-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 61.938em) {
  /* line 116, ../sass/_global.scss */
  .menu-header .menu-main-menu-container {
    display: none;
  }
}
/* line 124, ../sass/_global.scss */
.menu-header .menu-head-navigation-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 128, ../sass/_global.scss */
.menu-header ul {
  margin: 0;
  padding: 0;
}
/* line 132, ../sass/_global.scss */
.menu-header ul li {
  text-align: left;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-right: 1em;
}
/* line 138, ../sass/_global.scss */
.menu-header ul li a {
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 148, ../sass/_global.scss */
.menu-header ul li.current-menu-item a, .menu-header ul li:hover a {
  color: #e30613;
}
/* line 155, ../sass/_global.scss */
.menu-header #click-menu {
  position: absolute;
  right: 0;
  width: 30px;
  height: 40px;
}
/* line 161, ../sass/_global.scss */
.menu-header #click-menu .click {
  width: 30px;
  height: 23px;
  position: relative;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 168, ../sass/_global.scss */
.menu-header #click-menu .click span {
  background-color: #000;
  display: block;
  width: 100%;
  height: 3px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  border-radius: 10px;
  right: 0;
}
/* line 178, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(1) {
  top: 0px;
}
/* line 182, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(2) {
  top: 10px;
}
/* line 186, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(3) {
  top: 10px;
}
/* line 190, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(4) {
  top: 20px;
}
/* line 196, ../sass/_global.scss */
.menu-header #click-menu .click.open span {
  border-left: 0px solid transparent;
}
/* line 199, ../sass/_global.scss */
.menu-header #click-menu .click.open span:nth-child(1) {
  opacity: 0;
}
/* line 203, ../sass/_global.scss */
.menu-header #click-menu .click.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 207, ../sass/_global.scss */
.menu-header #click-menu .click.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 211, ../sass/_global.scss */
.menu-header #click-menu .click.open span:nth-child(4) {
  opacity: 0;
}

/* line 220, ../sass/_global.scss */
.menu-nav {
  position: fixed;
  right: -100%;
  top: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  width: 25vw;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 48em) {
  /* line 220, ../sass/_global.scss */
  .menu-nav {
    width: 100%;
  }
}
/* line 245, ../sass/_global.scss */
.menu-nav-al {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 48em) {
  /* line 245, ../sass/_global.scss */
  .menu-nav-al {
    width: 100%;
  }
}
/* line 253, ../sass/_global.scss */
.menu-nav.open {
  right: 0;
}
/* line 256, ../sass/_global.scss */
.menu-nav.open ul {
  opacity: 1;
}
/* line 261, ../sass/_global.scss */
.menu-nav ul {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
/* line 265, ../sass/_global.scss */
.menu-nav ul li {
  text-align: left;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
/* line 270, ../sass/_global.scss */
.menu-nav ul li a {
  text-decoration: none;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #000;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 280, ../sass/_global.scss */
.menu-nav ul li.current-menu-item a, .menu-nav ul li:hover a {
  color: #e30613;
}

/* line 288, ../sass/_global.scss */
.pos-rel {
  position: relative;
}

/* line 292, ../sass/_global.scss */
section,
.main-container,
.banner-item-cnt {
  max-width: 2000px;
  padding: 5vh 2%;
  margin: 0px auto;
  box-sizing: content-box !important;
}
/* line 300, ../sass/_global.scss */
section.no-space,
.main-container.no-space,
.banner-item-cnt.no-space {
  padding: 0;
}
@media only screen and (max-width: 48em) {
  /* line 292, ../sass/_global.scss */
  section,
  .main-container,
  .banner-item-cnt {
    padding: 5vh 0%;
  }
}

/* line 315, ../sass/_global.scss */
article .feature {
  background-color: #f1f1f1;
}
/* line 318, ../sass/_global.scss */
article .feature-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 61.938em) {
  /* line 318, ../sass/_global.scss */
  article .feature-image {
    height: 70vw;
  }
}
/* line 328, ../sass/_global.scss */
article .feature-image img {
  position: absolute !important;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  min-height: 100%;
  min-width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
/* line 342, ../sass/_global.scss */
article .feature-text {
  padding: 10vh 8vw 10vh 7vw;
}
/* line 347, ../sass/_global.scss */
article .feature-text.center {
  padding: 10vh 4vw;
  text-align: center;
}
/* line 351, ../sass/_global.scss */
article .feature-text.center hr {
  width: 100%;
}
/* line 355, ../sass/_global.scss */
article .feature-text.center .feature-text-cnt-byline {
  width: 100%;
  padding: 0 10%;
}
/* line 362, ../sass/_global.scss */
article .feature .fullimage {
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
}
/* line 367, ../sass/_global.scss */
article .feature .fullimage-cnt {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 373, ../sass/_global.scss */
article .feature .fullimage-cnt:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.2;
  z-index: 1;
}
/* line 385, ../sass/_global.scss */
article .feature .fullimage-cnt img {
  position: absolute !important;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  min-height: 100%;
  min-width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
/* line 398, ../sass/_global.scss */
article .feature .fullimage-cnt-align {
  position: absolute !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
/* line 404, ../sass/_global.scss */
article .feature .fullimage-cnt-align h1 {
  color: #fff;
}
/* line 408, ../sass/_global.scss */
article .feature .fullimage-cnt-align .feature-text-cnt-byline {
  color: #fff;
}
/* line 412, ../sass/_global.scss */
article .feature .fullimage-cnt-align .feature-text {
  padding: 0 20vw 0 0;
}
@media only screen and (max-width: 48em) {
  /* line 412, ../sass/_global.scss */
  article .feature .fullimage-cnt-align .feature-text {
    padding: 0 12px;
  }
}
/* line 426, ../sass/_global.scss */
article .article-body .main-container:first-of-type {
  padding-top: 10vh;
}
/* line 430, ../sass/_global.scss */
article .article-body .main-container:last-of-type {
  padding-bottom: 10vh;
}
/* line 434, ../sass/_global.scss */
article .article-body .main-container.fullimage {
  padding: 5vh 0;
}
/* line 439, ../sass/_global.scss */
article .article-body img {
  width: 100%;
  display: block;
}
/* line 446, ../sass/_global.scss */
article .article-body .textquote .quote,
article .article-body .quotetext .quote {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute !important;
  color: #e30613;
  font-size: var(--thirtyp);
  line-height: 1.25em;
  font-family: var(--fontItalic);
}
@media only screen and (max-width: 48em) {
  /* line 446, ../sass/_global.scss */
  article .article-body .textquote .quote,
  article .article-body .quotetext .quote {
    position: relative !important;
    margin-bottom: 10vh;
  }
}
/* line 462, ../sass/_global.scss */
article .article-body .quotetext .quote {
  margin-right: 5vw;
  padding-right: 3vw;
  border-right: 2px solid #e30613;
}
/* line 470, ../sass/_global.scss */
article .article-body .textquote .quote {
  margin-left: 5vw;
  padding-left: 3vw;
  border-left: 2px solid #e30613;
}
/* line 477, ../sass/_global.scss */
article .article-body .imageparallax {
  min-height: 200px;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5vh;
  padding: 0 !important;
}

/* line 492, ../sass/_global.scss */
.feature-text-cnt span,
.banner-item-cnt span {
  font-family: var(--secondFontRegular);
  text-transform: uppercase;
  color: #e30613;
  font-size: var(--fourteenp);
  letter-spacing: 1.5px;
}
/* line 500, ../sass/_global.scss */
.feature-text-cnt h1,
.banner-item-cnt h1 {
  margin: 0.5em 0;
}
/* line 504, ../sass/_global.scss */
.feature-text-cnt hr,
.banner-item-cnt hr {
  color: #e30613;
  height: 6px;
  background-color: #e30613;
  width: 300px;
  opacity: 1;
  margin-bottom: 5vh;
}
/* line 513, ../sass/_global.scss */
.feature-text-cnt-byline,
.banner-item-cnt-byline {
  width: 70%;
  color: #7d7d7d;
  font-size: var(--twentyp);
}
@media only screen and (max-width: 36em) {
  /* line 513, ../sass/_global.scss */
  .feature-text-cnt-byline,
  .banner-item-cnt-byline {
    width: 100%;
  }
}

/* line 525, ../sass/_global.scss */
.share hr {
  color: #e30613;
  height: 6px;
  background-color: #e30613;
  width: 300px;
  opacity: 1;
  margin-bottom: 2vh;
}

/* line 535, ../sass/_global.scss */
.footer {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-top: 1px solid #000;
  font-family: var(--secondFontRegular);
  font-size: var(--fourteenp);
}
/* line 543, ../sass/_global.scss */
.footer-item a {
  text-decoration: none;
  color: #000 !important;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 548, ../sass/_global.scss */
.footer-item a:hover {
  color: #e30613 !important;
}
/* line 553, ../sass/_global.scss */
.footer-item-al {
  display: inline-block;
}
/* line 557, ../sass/_global.scss */
.footer-item-al .menu-footer-navigation-container ul {
  margin: 0 0 0 1em;
  list-style: none;
  padding: 0;
}
/* line 567, ../sass/_global.scss */
.footer-item.smallprint {
  text-align: right;
}

/* line 577, ../sass/_global.scss */
.tax-artissue .story,
.tax-artcategory .story,
.page-template-page-frontpage .story,
.page-template-page-allissues .story {
  background-color: transparent;
  padding: 0;
}

/* line 584, ../sass/_global.scss */
.page-template-page-allissues .story {
  text-align: center;
}
/* line 587, ../sass/_global.scss */
.page-template-page-allissues .story a.line {
  text-decoration: underline;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 591, ../sass/_global.scss */
.page-template-page-allissues .story a.line:hover {
  opacity: 0.7;
}

/* line 598, ../sass/_global.scss */
.btn,
.button,
.wp-block-button__link {
  background-color: #e30613 !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--secondFontRegular);
  font-size: var(--fourteenp) !important;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 610, ../sass/_global.scss */
.btn:hover,
.button:hover,
.wp-block-button__link:hover {
  background-color: #fff !important;
  border-radius: 0 !important;
  color: #000 !important;
}

/* line 618, ../sass/_global.scss */
.titlebtn .btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}

/* line 624, ../sass/_global.scss */
.story {
  background-color: #f1f1f1;
  padding: 7vh 5vw;
}
/* line 628, ../sass/_global.scss */
.story h2 {
  margin-bottom: 1em;
}
/* line 632, ../sass/_global.scss */
.story a {
  text-decoration: none;
}
/* line 636, ../sass/_global.scss */
.story-item {
  margin-bottom: 5vh;
}
/* line 639, ../sass/_global.scss */
.story-item-img {
  position: relative;
}
/* line 642, ../sass/_global.scss */
.story-item-img:after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
/* line 656, ../sass/_global.scss */
.story-item img {
  width: 100%;
  display: block;
}
/* line 662, ../sass/_global.scss */
.story-item-txt {
  padding-top: 10px;
}
/* line 665, ../sass/_global.scss */
.story-item-txt span,
.story-item-txt h3,
.story-item-txt h2 {
  color: #000;
}
/* line 671, ../sass/_global.scss */
.story-item-txt span {
  font-family: var(--secondFontRegular);
  text-transform: uppercase;
  font-size: var(--fourteenp);
  letter-spacing: 1.5px;
}
/* line 678, ../sass/_global.scss */
.story-item-txt h3,
.story-item-txt h2 {
  margin: 10px 0;
  font-size: 2em;
}
/* line 684, ../sass/_global.scss */
.story-item-txt .byline {
  color: #4d4d4d;
}
/* line 691, ../sass/_global.scss */
.story-item:hover .story-item-img:after {
  opacity: 0.3;
}

/* line 699, ../sass/_global.scss */
.banner {
  padding: 0;
  height: calc(100vh - 70px);
  overflow: hidden;
  position: relative;
}
/* line 705, ../sass/_global.scss */
.banner-item {
  height: calc(100vh - 70px);
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 712, ../sass/_global.scss */
.banner-item:after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.25;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
/* line 725, ../sass/_global.scss */
.banner-item img {
  position: absolute !important;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  min-height: 100%;
  min-width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
}
/* line 738, ../sass/_global.scss */
.banner-item-cnt {
  top: 60% !important;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  z-index: 3;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  /* line 738, ../sass/_global.scss */
  .banner-item-cnt {
    padding: 30px 12px;
    top: 50% !important;
  }
}
/* line 751, ../sass/_global.scss */
.banner-item-cnt h2 {
  font-size: var(--eightyfivep);
}
/* line 755, ../sass/_global.scss */
.banner-item-cnt-byline {
  color: #fff;
  margin-bottom: 2em;
}
/* line 761, ../sass/_global.scss */
.banner-item-caption {
  z-index: 3;
  position: absolute;
  bottom: 15px;
  left: 2%;
  width: 80%;
  color: #fff;
}
@media only screen and (max-width: 36em) {
  /* line 761, ../sass/_global.scss */
  .banner-item-caption {
    bottom: 40px;
  }
}
/* line 776, ../sass/_global.scss */
.banner .slider-home .slick-dots {
  bottom: 15px;
  right: 2%;
  text-align: right;
}
/* line 782, ../sass/_global.scss */
.banner .slider-home .slick-dots li button {
  background-color: #fff;
  border-radius: 25px;
}
/* line 783, ../sass/_global.scss */
.banner .slider-home .slick-dots li button:before {
  content: '';
}
/* line 792, ../sass/_global.scss */
.banner .slider-home .slick-dots li.slick-active button {
  background-color: #e30613;
}

/* line 801, ../sass/_global.scss */
.woocommerce,
.wp-block-woocommerce-cart {
  min-height: 100vh;
}
/* line 805, ../sass/_global.scss */
.woocommerce a,
.wp-block-woocommerce-cart a {
  color: #e30613;
}

/* line 810, ../sass/_global.scss */
.wp-block-woocommerce-checkout-order-summary-block,
table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th,
.wp-block-woocommerce-cart-order-summary-block {
  border-radius: 0 !important;
  background-color: #f1f1f1 !important;
}

/* line 819, ../sass/_global.scss */
.wp-block-woocommerce-cart-line-items-block {
  border-radius: 0 !important;
  background-color: #f1f1f1 !important;
}

/* line 824, ../sass/_global.scss */
.front-title {
  font-size: 3em;
  margin-bottom: 1em;
}

/* line 830, ../sass/_global.scss */
.listart .btn {
  float: right;
}
@media only screen and (max-width: 48em) {
  /* line 830, ../sass/_global.scss */
  .listart .btn {
    margin-bottom: 5vh;
  }
}
/* line 839, ../sass/_global.scss */
.listart .main-container:first-of-type {
  padding-top: 10vh;
}
/* line 843, ../sass/_global.scss */
.listart .main-container:last-of-type {
  padding-bottom: 10vh;
}

/* line 849, ../sass/_global.scss */
.newsletter {
  background-color: #f1f1f1;
}

/* line 853, ../sass/_global.scss */
#mc_embed_signup {
  background-color: #f1f1f1 !important;
  font-family: var(--fontRegular) !important;
  width: 100% !important;
}
/* line 858, ../sass/_global.scss */
#mc_embed_signup input {
  border-radius: 0 !important;
}

/* line 865, ../sass/_global.scss */
a {
  color: #e30613;
}

/* line 869, ../sass/_global.scss */
.woocommerce input[type=email],
.woocommerce input[type=number],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce input[type=email],
.woocommerce input[type=number],
.woocommerce input[type=tel],
.woocommerce input[type=text],
.woocommerce input[type=url],
.woocommerce input[type=password],
.woocommerce textarea {
  background-color: #fff;
  border: 1px solid rgba(18, 18, 18, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em;
  width: 100%;
}

/* line 895, ../sass/_global.scss */
.woocommerce-checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #fff;
  height: auto;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1em;
  opacity: 1;
  outline: inherit;
  padding: 1.5em .5em .5em;
  text-align: left;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}

/* line 925, ../sass/_global.scss */
#customer_details {
  margin-bottom: 3em;
}

/* line 929, ../sass/_global.scss */
.select2-container--default .select2-selection--single {
  height: auto;
}

/* line 933, ../sass/_global.scss */
.form-row-wide.more-info {
  margin-bottom: 2em !important;
}

/* line 937, ../sass/_global.scss */
.form-row-wide.more-info label {
  line-height: 1.5em !important;
}

/* line 941, ../sass/_global.scss */
.form-row-wide.more-title {
  margin-top: 2em !important;
}

/* line 945, ../sass/_global.scss */
.shop_table.woocommerce-checkout-review-order-table {
  border-radius: 0 !important;
  background-color: #f1f1f1 !important;
}

/* line 957, ../sass/_global.scss */
.woocommerce-checkout-payment {
  margin-bottom: 10vh !important;
}

/* line 962, ../sass/_global.scss */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 967, ../sass/_global.scss */
.woocommerce-MyAccount-navigation ul li {
  padding: 5px;
}
/* line 970, ../sass/_global.scss */
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  font-size: var(--eighteenp);
}
/* line 974, ../sass/_global.scss */
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: underline;
}
/* line 979, ../sass/_global.scss */
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #f1f1f1;
}

/* line 987, ../sass/_global.scss */
.woocommerce-MyAccount-content {
  background-color: #f1f1f1;
  padding: 20px;
}

/* line 992, ../sass/_global.scss */
#ship-to-different-address {
  margin-top: 2em !important;
}

/* line 996, ../sass/_global.scss */
#customer_details {
  float: left;
  width: 49%;
}
@media only screen and (max-width: 61.938em) {
  /* line 996, ../sass/_global.scss */
  #customer_details {
    width: 100% !important;
  }
}
/* line 1004, ../sass/_global.scss */
#customer_details .col-2,
#customer_details .col-1 {
  width: 100%;
}

/* line 1010, ../sass/_global.scss */
#order_review_heading,
.woocommerce-checkout-review-order {
  width: 45%;
  float: right;
  padding-left: 5%;
}
@media only screen and (max-width: 61.938em) {
  /* line 1010, ../sass/_global.scss */
  #order_review_heading,
  .woocommerce-checkout-review-order {
    width: 100% !important;
    padding-left: 0%;
  }
}

/* line 1022, ../sass/_global.scss */
.banner-simple {
  background-color: #e30613;
  padding: 50px 0;
}
/* line 1026, ../sass/_global.scss */
.banner-simple .text-white {
  color: #fff !important;
}
@media (min-width: 992px) {
  /* line 1030, ../sass/_global.scss */
  .banner-simple .banner-content {
    padding-left: 50px;
  }
}
/* line 1036, ../sass/_global.scss */
.banner-simple h2.text-white {
  color: #fff !important;
  font-size: var(--eightyfivep);
}
/* line 1041, ../sass/_global.scss */
.banner-simple .btn-black {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
/* line 1046, ../sass/_global.scss */
.banner-simple .btn-black:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

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