@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
body {
  font: 400 14px 'Montserrat', sans-serif;
  color: #111;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0 !important;
  font: 700 100% 'Montserrat', sans-serif;
  color: #111;
  line-height: 1.5;
}
h1 {
  font-size: 160% !important;
}
h2 {
  font-size: 140% !important;
}
h3 {
  font-size: 120% !important;
}
p {
  margin: 0 0 20px 0;
}
a {
  font-weight: 700;
  color: #ed1c24;
  text-decoration: none;
}
a:visited {
  color: #ed1c24;
}
a:hover {
  color: #ed1c24;
  text-decoration: underline;
}
ol,
ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
}
.page-header .panel.wrapper {
  background: #111;
  border: none !important;
}
.page-header .panel.header {
  padding: 5px 20px !important;
  color: #fff;
  font-size: 12px !important;
  line-height: 1.8;
}
.page-header .panel.header a {
  color: #fff;
  font-weight: 400;
}
.page-header .panel.header li {
  font-size: 12px !important;
  line-height: 1.8 !important;
}
.page-header .switcher-option a {
  color: #111 !important;
}
.nav-sections {
  background: none;
}
nav.navigation {
  background: none;
}
nav.navigation ul {
  background: #ccc;
}
nav.navigation .level0.active > .level-top,
nav.navigation .level0.has-active > .level-top {
  border-color: #ed1c24;
}
nav.navigation .submenu .active > a {
  border-color: #ed1c24 !important;
}
@media only screen and (max-width: 767px) {
  .nav-sections {
    background: #000;
  }
  .nav-sections-item-title {
    padding-top: 20px;
    background: #070707;
    border-color: #111;
  }
  .nav-sections-item-title > a {
    min-height: 30px;
    line-height: 30px;
    display: block;
  }
  .nav-sections a {
    color: #fff;
  }
  .nav-sections a:hover {
    color: #999 !important;
    text-decoration: none;
  }
  .nav-sections a[href^="#store.menu"] {
    text-indent: -9999px;
    background: url('../images/icon-menu.svg') no-repeat center center;
  }
  .nav-sections a[href^="#store.links"] {
    text-indent: -9999px;
    background: url('../images/icon-user.svg') no-repeat center center;
  }
  .nav-sections a[href^="#store.settings"] {
    text-indent: -9999px;
    background: url('../images/icon-gear.svg') no-repeat center center;
  }
  .nav-sections .header.links {
    border-bottom: 1px solid #111;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #111;
  }
  .nav-sections .header.links a {
    padding: 15px 40px 15px 20px !important;
    color: #fff;
  }
  .nav-sections .header.links .greet {
    padding: 15px 40px 15px 20px !important;
    color: #fff;
    border-top: 1px solid #111 !important;
  }
  .nav-sections .switcher {
    padding: 15px 40px 0 20px;
    border-top: 1px solid #111;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #111;
  }
  .nav-sections .switcher .label {
    margin-bottom: 20px;
    color: #fff;
    font-style: italic;
  }
  .nav-sections .switcher span {
    color: #fff;
  }
  .nav-sections .switcher .switcher-dropdown {
    display: block !important;
  }
  .nav-sections .switcher-options span {
    color: #999;
  }
  .nav-sections .switcher-trigger strong::after {
    display: none !important;
  }
  nav.navigation ul {
    background: #000;
  }
  .navigation a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation .level0 {
    border-top: 1px solid #111;
  }
  .navigation .level0:last-child {
    border-bottom: 1px solid #111 !important;
  }
  .navigation .level0.active a {
    border-color: #ed1c24 !important;
  }
  .navigation .level0 > .level-top {
    padding: 15px 40px 15px 20px;
    text-transform: none;
  }
  .navigation .parent .level-top::after {
    top: 0;
  }
  .navigation .submenu {
    padding-left: 20px !important;
    font-size: 80%;
  }
}
.page-main {
  background: #fff;
}
.page-footer {
  color: #fff;
  background: #111;
}
.footer.content {
  margin: 0 auto;
  padding: 20px;
  border: none;
}
.footer.content .block {
  float: none !important;
}
.footer.content .copyright {
  display: none;
}
.footer .copyright {
  margin: 0;
}
.footer-columns {
  width: 100%;
}
.footer-columns ul {
  padding: 0;
  list-style: none;
}
.footer-columns li {
  margin: 10px 0 !important;
}
.footer-columns a {
  color: #fff;
}
.footer-bottom {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #333;
}
.action.primary {
  background: #ed1c24 !important;
  border: 1px solid #ed1c24 !important;
}
.action.primary:hover {
  background: #111 !important;
  border: 1px solid #111 !important;
}
.message.success a {
  color: #111 !important;
}
.minicart-wrapper .counter.qty {
  background: #111 !important;
}
.cart-empty a {
  color: #ed1c24 !important;
}
.action-auth-toggle,
.payment-option-title .action-toggle {
  color: #111 !important;
}
.opc-progress-bar-item._active::before {
  background: #ed1c24;
}
.opc-progress-bar-item._active > span::before {
  background: #ed1c24;
}
@media only screen and (min-width: 768px) {
  .customer-account-login .fieldset > .field:not(.choice) > .label {
    text-align: left !important;
    width: 100% !important;
    display: block;
    float: none !important;
  }
  .customer-account-login .login-container .fieldset::after,
  .customer-account-login .actions-toolbar {
    margin-left: 0 !important;
  }
}
.block-promo {
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
}
.block-promo img {
  width: 100%;
}
.block-promo .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
}
.block-promo .info {
  font-weight: 400;
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .promo-blocks .block-promo {
    margin-right: 4%;
    width: 48%;
    display: inline-block;
    float: left;
    font-size: 80%;
  }
  .promo-blocks .block-promo:nth-child(2n+2) {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .block-promo .content {
    font-size: 120%;
  }
  .promo-blocks .block-promo {
    width: 48%;
    display: inline-block;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .promo-blocks .block-promo {
    margin-right: 4%;
  }
  .promo-blocks .block-promo:nth-child(2n+2) {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .promo-blocks .block-promo {
    margin-right: 2%;
    width: 23.5%;
  }
  .promo-blocks .block-promo:nth-last-child(1) {
    margin-right: 0;
  }
}
