/* ===================
VARIABLES & MIXINS
=================== */
/* ===================
STYLES
=================== */
@media screen and (max-width: 768px) {
  /* mobile styles */
  .promo-count {
    display: none;
  }
}
#header .promotions-wrapper .promotion-item .content .info-details-poppup {
  top: 0 !important;
  height: 100%;
  z-index: 10;
  /*this fixes the issue of the details appearing below any "positioned" element in the content asset. */
  transition: transform 0.3s ease;
}

.is-responsive {
  /* fixes that mirror fed-content, but those styles have .isDesktopEnvironment */
}
.is-responsive .ag-full-width .ag-site-width {
  min-width: 0;
}
.is-responsive .html-bottom-block {
  max-width: 1480px;
}
.is-responsive .wlcnt-tech-in-gallery-tout {
  position: relative;
  max-width: 228px;
  width: 95%;
  margin: 0 auto;
}
.is-responsive .wlcnt-tech-in-gallery-tout a {
  display: block;
  line-height: 0;
}
.is-responsive .wlcnt-tech-in-gallery-tout .cta-button {
  line-height: 1;
}
@media (min-width: 769px) {
  .is-responsive .header-banner .text-scroller li {
    font-size: 12px;
    background: 0 0;
    color: #363432;
  }
}
@media (min-width: 769px) {
  .is-responsive .nav-wrapper .nav-item {
    left: 0;
  }
}
@media (min-width: 769px) {
  .is-responsive .about-us-nav-wrapper .nav-item {
    width: auto;
  }
}
.is-responsive .refinements .refinement .refinement-link.selected {
  color: #363432;
}
@media (min-width: 769px) {
  .is-responsive .menu-utility li a {
    color: #363432;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
  }
  .is-responsive .menu-utility li a:hover {
    color: #A41E21;
  }
}
@media (min-width: 641px) {
  .is-responsive .cta-button {
    border-width: 2px;
    padding: 0.7em 1em 0.64em;
  }
}
@media (min-width: 641px) {
  .is-responsive .flex-control-paging li a {
    height: 15px;
    width: 15px;
    border-width: 2px;
  }
}

/* END [ .is-responsive ] General */
.is-responsive,
.isDesktopEnvironment .pt_cart {
  /* END [ #footer ] */
}
.is-responsive #footer .footer-content,
.isDesktopEnvironment .pt_cart #footer .footer-content {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 769px) {
  .is-responsive #footer .footer-content .footer-items-box,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-items-box {
    display: block;
  }
}
.is-responsive #footer .footer-content .footer-items-box .row,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-items-box .row {
  justify-content: space-evenly;
}
.is-responsive #footer .footer-content .footer-item,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-item {
  margin-right: 0;
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .is-responsive #footer .footer-content .footer-item,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-item {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .is-responsive #footer .footer-content .footer-item h3,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-item h3 {
    color: #363432;
  }
}
.is-responsive #footer .footer-content .footer-item ul li,
.is-responsive #footer .footer-content .footer-item ul li a,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-item ul li,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-item ul li a {
  color: #737d85;
  font-weight: normal;
}
.is-responsive #footer .footer-content .footer-item ul li:hover,
.is-responsive #footer .footer-content .footer-item ul li a:hover,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-item ul li:hover,
.isDesktopEnvironment .pt_cart #footer .footer-content .footer-item ul li a:hover {
  color: #A41E21;
}
.is-responsive #footer .footer-content #foot_subscribe,
.isDesktopEnvironment .pt_cart #footer .footer-content #foot_subscribe {
  max-width: 640px;
  margin: auto;
  padding-bottom: 20px;
}
.is-responsive #footer .footer-content #foot_subscribe .email-offer-applied-msg,
.isDesktopEnvironment .pt_cart #footer .footer-content #foot_subscribe .email-offer-applied-msg {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .is-responsive #footer .footer-content #foot_subscribe,
.isDesktopEnvironment .pt_cart #footer .footer-content #foot_subscribe {
    padding: 15px 10px;
    max-width: 420px;
    text-align: center;
  }
  .is-responsive #footer .footer-content #foot_subscribe .email-offer-applied-msg,
.isDesktopEnvironment .pt_cart #footer .footer-content #foot_subscribe .email-offer-applied-msg {
    width: 98%;
    max-width: 415px;
  }
}
@media (min-width: 577px) and (max-width: 876px) {
  .is-responsive #footer .footer-bottom-links ul li,
.isDesktopEnvironment .pt_cart #footer .footer-bottom-links ul li {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .is-responsive #footer .wrap-country-selector,
.isDesktopEnvironment .pt_cart #footer .wrap-country-selector {
    float: left;
  }
}

/* END [ .is-responsive ] General */
.isMobileEnvironment #footer .footer-content {
  margin-left: 0;
  margin-right: 0;
}
.isMobileEnvironment #footer .footer-content .email-signup-box {
  padding: 30px 0;
  width: 100%;
}
.isMobileEnvironment #footer #foot_subscribe {
  text-align: center;
}
.isMobileEnvironment #footer .footer-items-box .row {
  justify-content: space-between;
}
.isMobileEnvironment #footer .footer-items-box .footer-item {
  width: 48%;
  margin-right: 0;
  margin-bottom: 10px;
}

.isDesktopEnvironment #footer .footer-content .first-lg {
  flex-basis: 75%;
  max-width: 75%;
}
.isDesktopEnvironment #footer .footer-content .last-lg {
  flex-basis: 25%;
  max-width: 25%;
  order: 1;
}
.isDesktopEnvironment #footer #footer-social {
  margin-left: calc(460px - 50vw);
}
@media (max-width: 920px) {
  .isDesktopEnvironment #footer #footer-social {
    margin-left: 0;
  }
}
.isDesktopEnvironment .pt_cart #footer #footer-social {
  margin-left: -60px;
}
@media (min-width: 1601px) {
  .isDesktopEnvironment .pt_cart #footer #footer-social {
    margin-left: calc(740px - 50vw);
  }
}
@media (max-width: 920px) {
  .isDesktopEnvironment .pt_cart #footer #footer-social {
    margin-left: -60px;
  }
}
@media (max-width: 1024px) {
  .isDesktopEnvironment .pt_cart #footer .footer-content .footer-item {
    margin-top: 0;
  }
}

/* global footer */
@media (min-width: 769px) {
  #footer #footer-social {
    width: 100vw;
    margin-left: -60px;
    background: #fff;
    display: flex;
    justify-content: center;
    font-size: 0.833vw;
  }
  #footer #footer-social .social-links {
    width: 45em;
    margin: 0 3em 3em;
  }
  #footer #footer-social .social-links p.label {
    font-size: 4.5em;
    margin: 0 0.43em 0 0;
  }
  #footer #footer-social .social-links a {
    font-size: inherit;
  }
  #footer #footer-social .social-links a img {
    height: 4.5em;
  }
  #footer #footer-social .social-links ul li + li {
    margin-left: 1.5em;
  }
  #footer #footer-social .social-links + .social-links {
    margin-top: 0;
  }
}
@media (min-width: 1201px) {
  #footer #footer-social {
    font-size: 10px;
  }
}
@media (min-width: 1601px) {
  #footer #footer-social {
    margin-left: calc(740px - 50vw);
  }
}

/*# sourceMappingURL=wolverine-fed-plp.css.map */
