/*
  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?1699013689') format('woff');
}
@font-face {
  font-family: "Montserrat Regular";
  src: url('../../fonts/Montserrat-Regular.woff?1579795085') format('woff');
}
@font-face {
  font-family: "MinionPro Regular";
  src: url('../../fonts/MinionPro-Regular.woff?1715006335') format('woff'), url('../../fonts/MinionPro-Regular.woff2?1715006335') format('woff2');
}
@font-face {
  font-family: "MinionPro Regular Bold";
  src: url('../../fonts/MinionPro-Bold.woff?1715006337') format('woff'), url('../../fonts/MinionPro-Bold.woff2?1715006338') format('woff2');
}
@font-face {
  font-family: "MinionPro Italic";
  src: url('../../fonts/MinionPro-It.woff?1715006336') format('woff'), url('../../fonts/MinionPro-It.woff?1715006336') 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 52, ../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 61, ../sass/_global.scss */
h1 {
  font-size: var(--eightyfivep);
}

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

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

/* line 75, ../sass/_global.scss */
.menu-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}
/* line 82, ../sass/_global.scss */
.menu-header .nav-logo {
  position: relative;
}
/* line 84, ../sass/_global.scss */
.menu-header .nav-logo-h1 {
  text-indent: -99999px;
  position: absolute;
}
/* line 88, ../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 88, ../sass/_global.scss */
  .menu-header .nav-logo-img {
    height: 50px;
    margin: 0;
  }
}
@media only screen and (max-width: 48em) {
  /* line 99, ../sass/_global.scss */
  .menu-header .menu-head-navigation-container {
    display: none;
  }
}
/* line 104, ../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 104, ../sass/_global.scss */
  .menu-header .menu-main-menu-container {
    display: none;
  }
}
/* line 110, ../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 113, ../sass/_global.scss */
.menu-header ul {
  margin: 0;
  padding: 0;
}
/* line 116, ../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 121, ../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 130, ../sass/_global.scss */
.menu-header ul li.current-menu-item a, .menu-header ul li:hover a {
  color: #ff0000;
}
/* line 136, ../sass/_global.scss */
.menu-header #click-menu {
  position: absolute;
  right: 0;
  width: 30px;
  height: 40px;
}
/* line 142, ../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 148, ../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 157, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(1) {
  top: 0px;
}
/* line 160, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(2) {
  top: 10px;
}
/* line 163, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(3) {
  top: 10px;
}
/* line 166, ../sass/_global.scss */
.menu-header #click-menu .click span:nth-child(4) {
  top: 20px;
}
/* line 171, ../sass/_global.scss */
.menu-header #click-menu .click.open span {
  border-left: 0px solid transparent;
}
/* line 173, ../sass/_global.scss */
.menu-header #click-menu .click.open span:nth-child(1) {
  opacity: 0;
}
/* line 176, ../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 179, ../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 182, ../sass/_global.scss */
.menu-header #click-menu .click.open span:nth-child(4) {
  opacity: 0;
}

/* line 191, ../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 191, ../sass/_global.scss */
  .menu-nav {
    width: 100%;
  }
}
/* line 214, ../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 214, ../sass/_global.scss */
  .menu-nav-al {
    width: 100%;
  }
}
/* line 220, ../sass/_global.scss */
.menu-nav.open {
  right: 0;
}
/* line 222, ../sass/_global.scss */
.menu-nav.open ul {
  opacity: 1;
}
/* line 226, ../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 229, ../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 233, ../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 242, ../sass/_global.scss */
.menu-nav ul li.current-menu-item a, .menu-nav ul li:hover a {
  color: #ff0000;
}

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

/* line 254, ../sass/_global.scss */
section, .main-container, .banner-item-cnt {
  max-width: 2000px;
  padding: 5vh 2%;
  margin: 0px auto;
  box-sizing: content-box !important;
}
/* line 259, ../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 254, ../sass/_global.scss */
  section, .main-container, .banner-item-cnt {
    padding: 5vh 0%;
  }
}

/* line 273, ../sass/_global.scss */
article .feature {
  background-color: #f1f1f1;
}
/* line 275, ../sass/_global.scss */
article .feature-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 61.938em) {
  /* line 275, ../sass/_global.scss */
  article .feature-image {
    height: 70vw;
  }
}
/* line 283, ../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 296, ../sass/_global.scss */
article .feature-text {
  padding: 10vh 8vw 10vh 7vw;
}
/* line 302, ../sass/_global.scss */
article .feature-text.center {
  padding: 10vh 4vw;
  text-align: center;
}
/* line 305, ../sass/_global.scss */
article .feature-text.center hr {
  width: 100%;
}
/* line 308, ../sass/_global.scss */
article .feature-text.center .feature-text-cnt-byline {
  width: 100%;
  padding: 0 10%;
}
/* line 314, ../sass/_global.scss */
article .feature .fullimage {
  width: 100%;
  height: calc(100vh - 70px);
  overflow: hidden;
}
/* line 318, ../sass/_global.scss */
article .feature .fullimage-cnt {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 323, ../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 334, ../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 346, ../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 351, ../sass/_global.scss */
article .feature .fullimage-cnt-align h1 {
  color: #fff;
}
/* line 354, ../sass/_global.scss */
article .feature .fullimage-cnt-align .feature-text-cnt-byline {
  color: #fff;
}
/* line 357, ../sass/_global.scss */
article .feature .fullimage-cnt-align .feature-text {
  padding: 0 20vw 0 0;
}
@media only screen and (max-width: 48em) {
  /* line 357, ../sass/_global.scss */
  article .feature .fullimage-cnt-align .feature-text {
    padding: 0 12px;
  }
}
/* line 369, ../sass/_global.scss */
article .article-body .main-container:first-of-type {
  padding-top: 10vh;
}
/* line 372, ../sass/_global.scss */
article .article-body .main-container:last-of-type {
  padding-bottom: 10vh;
}
/* line 375, ../sass/_global.scss */
article .article-body .main-container.fullimage {
  padding: 5vh 0;
}
/* line 379, ../sass/_global.scss */
article .article-body img {
  width: 100%;
  display: block;
}
/* line 384, ../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: #ff0000;
  font-size: var(--thirtyp);
  line-height: 1.25em;
  font-family: var(--fontItalic);
}
@media only screen and (max-width: 48em) {
  /* line 384, ../sass/_global.scss */
  article .article-body .textquote .quote, article .article-body .quotetext .quote {
    position: relative !important;
    margin-bottom: 10vh;
  }
}
/* line 398, ../sass/_global.scss */
article .article-body .quotetext .quote {
  margin-right: 5vw;
  padding-right: 3vw;
  border-right: 2px solid #ff0000;
}
/* line 405, ../sass/_global.scss */
article .article-body .textquote .quote {
  margin-left: 5vw;
  padding-left: 3vw;
  border-left: 2px solid #ff0000;
}
/* line 411, ../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 426, ../sass/_global.scss */
.feature-text-cnt span,
.banner-item-cnt span {
  font-family: var(--secondFontRegular);
  text-transform: uppercase;
  color: #ff0000;
  font-size: var(--fourteenp);
  letter-spacing: 1.5px;
}
/* line 433, ../sass/_global.scss */
.feature-text-cnt h1,
.banner-item-cnt h1 {
  margin: 0.5em 0;
}
/* line 436, ../sass/_global.scss */
.feature-text-cnt hr,
.banner-item-cnt hr {
  color: #ff0000;
  height: 6px;
  background-color: #ff0000;
  width: 300px;
  opacity: 1;
  margin-bottom: 5vh;
}
/* line 444, ../sass/_global.scss */
.feature-text-cnt-byline,
.banner-item-cnt-byline {
  width: 70%;
  color: #7d7d7d;
  font-size: var(--twentyp);
}

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

/* line 462, ../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 469, ../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 473, ../sass/_global.scss */
.footer-item a:hover {
  color: #ff0000 !important;
}
/* line 477, ../sass/_global.scss */
.footer-item-al {
  display: inline-block;
}
/* line 480, ../sass/_global.scss */
.footer-item-al .menu-footer-navigation-container ul {
  margin: 0 0 0 1em;
  list-style: none;
  padding: 0;
}
/* line 489, ../sass/_global.scss */
.footer-item.smallprint {
  text-align: right;
}

/* line 499, ../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 506, ../sass/_global.scss */
.page-template-page-allissues .story {
  text-align: center;
}
/* line 508, ../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 511, ../sass/_global.scss */
.page-template-page-allissues .story a.line:hover {
  opacity: 0.7;
}

/* line 518, ../sass/_global.scss */
.btn, .button, .wp-block-button__link {
  background-color: #ff0000 !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 527, ../sass/_global.scss */
.btn:hover, .button:hover, .wp-block-button__link:hover {
  background-color: #fff !important;
  border-radius: 0  !important;
  color: #000 !important;
}

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

/* line 541, ../sass/_global.scss */
.story {
  background-color: #f1f1f1;
  padding: 7vh 5vw;
}
/* line 544, ../sass/_global.scss */
.story h2 {
  margin-bottom: 1em;
}
/* line 547, ../sass/_global.scss */
.story a {
  text-decoration: none;
}
/* line 550, ../sass/_global.scss */
.story-item {
  margin-bottom: 5vh;
}
/* line 552, ../sass/_global.scss */
.story-item-img {
  position: relative;
}
/* line 554, ../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 567, ../sass/_global.scss */
.story-item img {
  width: 100%;
  display: block;
}
/* line 572, ../sass/_global.scss */
.story-item-txt {
  padding-top: 10px;
}
/* line 574, ../sass/_global.scss */
.story-item-txt span, .story-item-txt h3, .story-item-txt h2 {
  color: #000;
}
/* line 577, ../sass/_global.scss */
.story-item-txt span {
  font-family: var(--secondFontRegular);
  text-transform: uppercase;
  font-size: var(--fourteenp);
  letter-spacing: 1.5px;
}
/* line 583, ../sass/_global.scss */
.story-item-txt h3, .story-item-txt h2 {
  margin: 10px 0;
  font-size: 2em;
}
/* line 587, ../sass/_global.scss */
.story-item-txt .byline {
  color: #4d4d4d;
}
/* line 593, ../sass/_global.scss */
.story-item:hover .story-item-img:after {
  opacity: 0.3;
}

/* line 601, ../sass/_global.scss */
.banner {
  padding: 0;
  height: calc(100vh - 70px);
  overflow: hidden;
  position: relative;
}
/* line 607, ../sass/_global.scss */
.banner-item {
  height: calc(100vh - 70px);
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 613, ../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 625, ../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 637, ../sass/_global.scss */
.banner-item-cnt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  z-index: 3;
}
@media only screen and (max-width: 48em) {
  /* line 637, ../sass/_global.scss */
  .banner-item-cnt {
    padding: 30px 12px;
  }
}
/* line 645, ../sass/_global.scss */
.banner-item-cnt h2 {
  font-size: var(--eightyfivep);
}
/* line 648, ../sass/_global.scss */
.banner-item-cnt-byline {
  color: #fff;
  margin-bottom: 2em;
}
/* line 655, ../sass/_global.scss */
.banner .slider-home .slick-dots {
  bottom: 15px;
  right: 2%;
  text-align: right;
}
/* line 660, ../sass/_global.scss */
.banner .slider-home .slick-dots li button {
  background-color: #fff;
  border-radius: 25px;
}
/* line 661, ../sass/_global.scss */
.banner .slider-home .slick-dots li button:before {
  content: '';
}
/* line 668, ../sass/_global.scss */
.banner .slider-home .slick-dots li.slick-active button {
  background-color: #ff0000;
}

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

/* line 685, ../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 694, ../sass/_global.scss */
.wp-block-woocommerce-cart-line-items-block {
  border-radius: 0 !important;
  background-color: #f1f1f1 !important;
}

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

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

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

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

/* line 738, ../sass/_global.scss */
a {
  color: #ff0000;
}

/* line 742, ../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 768, ../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 797, ../sass/_global.scss */
#customer_details {
  margin-bottom: 3em;
}

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

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

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

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

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

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

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

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

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

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

/* line 875, ../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 875, ../sass/_global.scss */
  #order_review_heading,
  .woocommerce-checkout-review-order {
    width: 100% !important;
    padding-left: 0%;
  }
}

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