@font-face {
  font-family: "TrendSansW05-OneItalic";
  src: url("../../fonts/trend-sans/TrendSansW05-OneItalic.woff2") format("woff2"), url("../../fonts/trend-sans/TrendSansW05-OneItalic.woff") format("woff");
}

@font-face {
  font-family: "TrendSansW05-One";
  src: url("../../fonts/trend-sans/TrendSansW05-One.woff2") format("woff2"), url("../../fonts/trend-sans/TrendSansW05-One.woff") format("woff");
}

@font-face {
  font-family: "TrendSlabW05-OneItalic";
  src: url("../../fonts/trend-sans/TrendSlabW05-OneItalic.woff2") format("woff2"), url("../../fonts/trend-sans/TrendSlabW05-OneItalic.woff") format("woff");
}

@font-face {
  font-family: "TrendSlabW05-One";
  src: url("../../fonts/trend-sans/TrendSlabW05-One.woff2") format("woff2"), url("../../fonts/trend-sans/TrendSlabW05-One.woff") format("woff");
}

@font-face {
  font-family: "Trade Gothic W01 Light";
  src: url("../../fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix"), url("../../fonts/1d699af3-0e50-4c4b-a343-42d071e85714.eot?#iefix") format("embedded-opentype"), url("../../fonts/5414f75e-5cb8-4357-88e5-5a294424c859.woff2") format("woff2"), url("../../fonts/537b145a-6a7d-4787-81d9-7228d3a42458.woff") format("woff"), url("../../fonts/8e50278c-45cd-4808-b774-24767d958f17.ttf") format("truetype"), url("../../fonts/d918b947-5fcb-42e2-8286-a98a801876de.svg#d918b947-5fcb-42e2-8286-a98a801876de") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Trade Gothic W01 Regular";
  src: url("../../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix"), url("../../fonts/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("embedded-opentype"), url("../../fonts/7b555e94-d57a-415e-a36e-1b0c5d3b90d2.woff2") format("woff2"), url("../../fonts/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"), url("../../fonts/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"), url("../../fonts/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "TradeGothicLTW05-BoldNo.2";
  src: url("../../fonts/trade-gothic/TradeGothicLTW05-BoldNo.2.woff2") format("woff2"), url("../../fonts/trade-gothic/TradeGothicLTW05-BoldNo.2.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "TradeGothicLTW05-BoldObl";
  src: url("../../fonts/trade-gothic/TradeGothicLTW05-BoldObl.woff2") format("woff2"), url("../../fonts/trade-gothic/TradeGothicLTW05-BoldObl.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

.hp-module-container {
  margin-bottom: 50px;
}

.hp-module {
  max-width: 1196px;
  margin: 0 auto 50px;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 700px) {
  .hp-module {
    margin: 0 auto 50px;
  }
}

.hp-module h2 {
  color: #333;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.hp-module h2::after {
  border-top: 1px solid #333;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.hp-module h2 span {
  background: #fff;
  padding: 0 15px;
}

.hp-module p {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
}

.hp-module .button {
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: 10px;
}

.home-bottom-slots + img {
  margin-bottom: 40px;
  position: relative;
  top: -20px;
  width: 1430px !important;
}

.ad-spots-module {
  background-image: url("../../images/spinner-rewards.gif");
  background-repeat: no-repeat;
  background-position: center 61%;
  background-size: 32px;
  padding: 0 16px;
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 1196px) {
  .ad-spots-module {
    padding: 0;
  }
}

.ad-spots-module p {
  margin: 0 auto;
}

.ad-spots-module.loaded {
  background: none;
}

.ad-spots-module .ad-spots {
  width: calc(100% + 101px);
  height: 260px;
  margin: 24px 0 35px -101px;
  display: block !important;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (min-width: 700px) {
  .ad-spots-module .ad-spots {
    width: calc(100% + 165px);
    margin-left: -165px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 1024px) {
  .ad-spots-module .ad-spots {
    width: 100%;
    margin-left: 0;
  }
}

.ad-spots-module .ad-spots.onscreen {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ad-spots-module .ad-spots .item {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms, visibility 250ms;
  transition: opacity 500ms, visibility 250ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ad-spots-module .ad-spots .item .image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.ad-spots-module .ad-spots .item h3 {
  color: #333;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-transform: uppercase;
}

.ad-spots-module .ad-spots .item p {
  text-align: left;
  font-size: 16px;
  margin: 8px 0 0;
  line-height: 1.3;
  color: #666;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-right: 10px;
}

.ad-spots-module .ad-spots .item .text-link {
  color: #333;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  text-align: left;
  display: inherit;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.ad-spots-module .ad-spots .item .text-link:hover {
  text-decoration: none;
  color: #666;
}

.ad-spots-module .ad-spots.owl-loaded {
  height: auto;
}

.ad-spots-module .ad-spots.owl-loaded .item {
  visibility: visible;
  opacity: 1;
}

.ad-spots-module .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

@media only screen and (min-width: 1196px) {
  .ad-spots-module .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
  }
}

.ad-spots-module .owl-carousel .owl-stage-outer .owl-item {
  height: 100%;
}

.category-nav {
  margin: 37px auto 9px;
  position: relative;
  text-align: center;
  max-width: 1196px;
  display: block !important;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .category-nav {
    margin: 66px auto 53px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.category-nav h2,
.category-nav h2.title {
  margin-bottom: 30px;
  margin-top: 10px;
  margin-top: 0;
}

.category-nav ul {
  line-height: 0.9375rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -25px;
}

@media only screen and (min-width: 768px) {
  .category-nav ul {
    margin-top: 28px;
  }
}

.category-nav ul::after {
  display: none;
}

.category-nav ul li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
  display: inline;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-weight: 400;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
}

@media (max-width: 319px) {
  .category-nav ul li {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .category-nav ul li {
    width: 31.333333333%;
  }
}

@media only screen and (max-width: 767px) {
  .category-nav ul li {
    display: block;
    float: left;
    font-family: "TrendSansW05-One", Arial, sans-serif;
    font-weight: 400;
    padding: 0;
    width: 42.5531915%;
  }
}

@media (min-width: 768px) {
  .category-nav ul li {
    float: left;
    width: 31.333333333%;
  }
}

@media (min-width: 1024px) {
  .category-nav ul li {
    width: 15.0684932%;
  }
}

@media only screen and (min-width: 768px) {
  .category-nav ul li.first {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .category-nav ul li.last {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .category-nav ul li.odd {
    padding-right: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .category-nav ul li.even {
    float: right;
    padding-left: 7px;
  }
}

.category-nav ul li span {
  display: block;
  line-height: 1;
  margin: 20px 0 50px;
  font-size: 12px;
  color: #333;
}

@media (min-width: 768px) {
  .category-nav ul li span {
    margin-bottom: 30px;
  }
}

.category-nav ul li img {
  width: 100%;
  height: auto;
}

.hp-module.four-square {
  margin: 0 auto;
  padding: 0 16px;
  margin-bottom: -50px;
}

@media only screen and (min-width: 1196px) {
  .hp-module.four-square {
    padding: 0;
  }
}

.hp-module.four-square h2 {
  margin-bottom: 30px;
}

.hp-module.four-square .home-grid-two {
  margin-bottom: 0;
}

.hp-module.four-square .home-bottom-slots {
  margin-bottom: 0;
  padding: 0;
}

.hp-module.four-square .standard-text {
  color: #333;
  font-size: 16px !important;
}

.hp-module.four-square .fake-button {
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  text-decoration: underline;
  border: none;
}

.hp-module.four-square .fake-button:hover {
  background: none !important;
  text-decoration: none !important;
  color: #333 !important;
}

.hp-module.hero-module {
  margin-bottom: 0;
  max-width: 1440px;
  text-align: center;
}

.hp-module.hero-module picture img {
  max-width: 100%;
  vertical-align: top;
}

.hp-module.hero-module .eventdetails a.details-pop-up {
  display: inline-block;
  letter-spacing: 0.5px;
  margin: 0 15px;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .hp-module.hero-module .eventdetails a.details-pop-up {
    padding: 2px 15px;
  }
}

.hp-module.hero-module.two-button-container {
  position: relative;
}

.hp-module.hero-module.two-button-container .primary-button,
.hp-module.hero-module.two-button-container .secondary-button {
  background: #df058f;
  border-color: #fff;
  color: #fff;
  font-family: "Trade Gothic W01 Bold_2", Arial, sans-serif;
  font-size: 19px;
  height: 11%;
  left: 9.67%;
  line-height: 237%;
  margin: 0;
  max-height: none;
  padding: 0;
  position: absolute;
  width: 19.5%;
}

@media screen and (max-width: 767px) {
  .hp-module.hero-module.two-button-container .primary-button,
.hp-module.hero-module.two-button-container .secondary-button {
    font-size: 2.50vw;
    height: 5.7%;
    left: 30.9%;
    line-height: 238%;
    margin: 0;
    padding: 0;
    width: 38.2%;
  }
}

@media screen and (max-width: 1440px) {
  .hp-module.hero-module.two-button-container .primary-button,
.hp-module.hero-module.two-button-container .secondary-button {
    font-size: 1.29vw;
  }
}

.hp-module.hero-module.two-button-container .primary-button {
  top: 62%;
}

@media screen and (max-width: 767px) {
  .hp-module.hero-module.two-button-container .primary-button {
    top: 19.1%;
  }
}

.hp-module.hero-module.two-button-container .secondary-button {
  top: 78.2%;
}

@media screen and (max-width: 767px) {
  .hp-module.hero-module.two-button-container .secondary-button {
    top: 27.3%;
  }
}

.promo-module {
  width: 100%;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f2f2f2;
  border: solid 1px #e5e5e5;
  border-left: 0;
  border-right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.promo-module h2 {
  margin: 26px auto;
  line-height: 1.2em;
  font-size: 16px;
}

.promo-module h2 span {
  background: transparent;
}

.promo-module .promo-display {
  position: relative;
  visibility: hidden;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  margin: 0;
  height: 0;
}

.promo-module .promo-display.owl-loaded {
  visibility: visible;
  height: auto;
}

.promo-module .promo-display.onscreen {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.promo-module .promo-display .owl-stage-outer {
  position: relative;
  margin: 0 15px;
}

.promo-module .promo-display .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-module .promo-display .owl-item {
  min-width: 188px;
}

.promo-module .promo-display .promo-tile {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  padding: 15px;
  text-align: center;
}

.promo-module .promo-display .promo-tile:first-child(.promo-image) {
  background: transparent;
}

.promo-module .promo-display .promo-tile:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.promo-module .promo-display .promo-tile:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.promo-module .promo-display .promo-tile .promo-image {
  display: block;
  position: absolute;
  top: 0;
  margin-left: -15px;
  z-index: -1;
}

.promo-module .promo-display .promo-tile .promo-image img {
  width: 100%;
}

.promo-module .promo-display .promo-tile .urgency {
  color: #004F8D;
  font-family: "TradeGothicLTW05-BoldObl";
  text-transform: uppercase;
  font-size: 13px;
  line-height: 12px;
  margin: 0;
  margin-bottom: 3px;
}

.promo-module .promo-display .promo-tile .promo-details {
  margin: 0;
}

.promo-module .promo-display .promo-tile .promo-details .form,
.promo-module .promo-display .promo-tile .promo-details .promo,
.promo-module .promo-display .promo-tile .promo-details .qualifier {
  display: block;
  color: #333;
  font-family: "Trade Gothic W01 Light";
  margin-bottom: 7px;
}

.promo-module .promo-display .promo-tile .promo-details .form {
  font-size: 14px;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-module .promo-display .promo-tile .promo-details .form .positioning {
  display: block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 auto;
}

.promo-module .promo-display .promo-tile .promo-details .promo {
  font-size: 20px;
  line-height: 20px;
}

.promo-module .promo-display .promo-tile .promo-details .qualifier {
  text-transform: none;
  font-size: 10px;
  line-height: 12px;
}

.promo-module .promo-display .promo-tile .promo-details sup {
  font-size: 12px;
  line-height: 14px;
  vertical-align: baseline;
}

.promo-module .promo-display .promo-tile .promo-details sub {
  bottom: 0;
}

.promo-module .promo-display .promo-tile .cta {
  font-family: "TrendSansW05-One", Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  width: auto;
  padding: 10px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 4px;
  max-width: 113px;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 1.2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.promo-module .promo-display .promo-tile .cta:hover {
  color: #333;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}

.promo-module .promo-display .promo-tile .cta:active {
  background: #fff;
  color: #333;
}

.promo-module .promo-display .owl-nav button {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 0;
  background-repeat: no-repeat;
}

.promo-module .promo-display .owl-nav button span {
  background-color: transparent;
  width: 16px;
  height: 29px;
  margin: 0 auto;
}

.promo-module .promo-display .owl-nav button.owl-next {
  right: -55px;
}

.promo-module .promo-display .owl-nav button.owl-next span {
  background-image: url("sti-r.svg");
}

.promo-module .promo-display .owl-nav button.owl-next:hover span {
  background-image: url("sti-r-hover.svg");
  background-color: transparent;
}

.promo-module .promo-display .owl-nav button.owl-next:active span {
  background-image: url("sti-r-active.svg");
  background-color: transparent;
}

.promo-module .promo-display .owl-nav button.owl-prev {
  left: -55px;
}

.promo-module .promo-display .owl-nav button.owl-prev span {
  background-image: url("sti-l.svg");
}

.promo-module .promo-display .owl-nav button.owl-prev:hover span {
  background-image: url("sti-l-hover.svg");
  background-color: transparent;
}

.promo-module .promo-display .owl-nav button.owl-prev:active span {
  background-image: url("sti-l-active.svg");
  background-color: transparent;
}

.promo-module .view-all {
  margin: 25px auto;
  width: 100%;
  text-align: center;
}

.promo-module .view-all a {
  font-family: "TrendSansW05-One", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 14px;
  text-decoration: underline;
}

.promo-module .view-all a:hover {
  text-decoration: none;
}

.promo-module .view-all.hidden {
  height: 0;
  margin: 15px 0;
}

.promo-module .hidden {
  visibility: hidden;
  height: 0;
}

@media screen and (min-width: 768px) {
  .promo-module {
    margin: 0 auto;
    margin-bottom: 50px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
  .promo-module h2 {
    margin: 23px auto;
    font-size: 18px;
  }
  .promo-module .promo-display {
    margin: 0 70px;
  }
  .promo-module .owl-stage-outer {
    margin: 0 !important;
    overflow: hidden;
  }
  .promo-module .owl-item {
    min-width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .promo-module {
    max-width: 1196px;
  }
  .promo-module .promo-display {
    margin: 0 85px;
  }
  .promo-module .owl-nav button.owl-prev {
    left: -62px;
  }
  .promo-module .owl-nav button.owl-next {
    right: -62px;
  }
}

.recommendations-module {
  height: 462px;
  background-image: url("../../images/spinner-rewards.gif");
  background-repeat: no-repeat;
  background-position: center 61%;
  background-size: 32px;
}

.recommendations-module p {
  margin: 0 auto;
}

.recommendations-module.loaded {
  background: none;
  height: auto;
}

.recommendations-module .horizontal-carousel {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 24px;
}

.recommendations-module .horizontal-carousel .owl-stage {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommendations-module .horizontal-carousel .owl-stage > .owl-item {
  width: 50%;
  padding: 10px;
}

.recommendations-module .horizontal-carousel .recommendation-item {
  height: 100%;
}

.recommendations-module .horizontal-carousel .product-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: auto;
}

.recommendations-module .horizontal-carousel .product-tile .product-name {
  color: #4a4a4a;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 4px;
  margin-top: 15px;
}

.recommendations-module .horizontal-carousel .product-tile .sub-attribute {
  color: #666;
  font-size: 14px;
  margin-bottom: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.recommendations-module .horizontal-carousel .product-tile .product-price {
  font-size: 16px;
  margin: 14px 0 2px;
}

.recommendations-module .horizontal-carousel .product-tile .product-price .price-sales {
  color: #4a4a4a;
}

.recommendations-module .horizontal-carousel .product-tile .product-price .price-standard {
  text-decoration: line-through;
}

.recommendations-module .horizontal-carousel .product-tile .product-price .price-standard ~ .price-sales {
  color: #c00;
}

.recommendations-module .horizontal-carousel .product-tile .promotion .promotion-callout {
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 16px;
  color: #c00;
}

.recommendations-module .horizontal-carousel .product-tile .promotion .promotion-callout * {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.recommendations-module .horizontal-carousel .product-tile .promotion .promotion-callout p {
  color: #c00;
  margin: 0;
}

.recommendations-module .horizontal-carousel .product-tile .promotion .promotion-callout .callout-message {
  margin-bottom: 3px;
}

.recommendations-module .horizontal-carousel .product-tile .centered {
  max-width: 140px;
  width: 100%;
}

.recommendations-module .horizontal-carousel .product-tile .centered .add-to-cart {
  width: 100%;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: 10px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media only screen and (max-width: 1251px) {
  .recommendations-module .horizontal-carousel .product-tile .centered .add-to-cart {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 1204px) {
  .recommendations-module .horizontal-carousel .product-tile .centered .add-to-cart {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .recommendations-module .horizontal-carousel .product-tile .centered .add-to-cart {
    margin-top: 5px;
    padding: 0;
  }
}

@media only screen and (max-width: 879px) {
  .recommendations-module .horizontal-carousel .product-tile .centered .add-to-cart {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .recommendations-module .horizontal-carousel .product-tile .centered .add-to-cart {
    padding: 0 12px;
  }
}

.recommendations-module .owl-carousel .product-tile img {
  max-height: 194px;
  max-width: 100% !important;
}

.recommendations-module .owl-nav button {
  border-radius: 0;
  top: calc(48% - 10px);
}

.recommendations-module .owl-nav button span {
  height: 29px;
  margin: 0 auto;
  width: 16px;
}

.recommendations-module .owl-nav button.owl-next {
  right: -50px;
}

.recommendations-module .owl-nav button.owl-next span {
  background: url("shop-the-image-next.svg") no-repeat center;
}

.recommendations-module .owl-nav button.owl-prev {
  left: -50px;
}

.recommendations-module .owl-nav button.owl-prev span {
  background: url("shop-the-image-prev.svg") no-repeat center;
}

.hp-module.seo-copy-block-module {
  margin: auto;
  max-width: 1196px;
  text-align: center;
}

.hp-module.seo-copy-block-module .intro-copy-container .intro-copy {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .hp-module.seo-copy-block-module .intro-copy-container .intro-copy {
    margin-bottom: 0;
  }
}

.hp-module.seo-copy-block-module .intro-copy-container .intro-copy p {
  max-width: none;
}

.hp-module.seo-copy-block-module .intro-copy-container .intro-copy p:last-child {
  margin-bottom: 0;
}

.shop-the-image {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 879px) {
  .shop-the-image {
    height: auto;
    max-height: none;
  }
}

@media only screen and (min-width: 880px) {
  .shop-the-image {
    margin: 0 auto;
    margin-top: -45px;
  }
}

.shop-the-image a {
  font-family: "TrendSansW05-One", Arial, sans-serif;
}

.shop-the-image .image-container,
.shop-the-image .video-js {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  width: 60%;
  height: 100%;
}

.shop-the-image .image-container img,
.shop-the-image .video-js img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 879px) {
  .shop-the-image .image-container,
.shop-the-image .video-js {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-height: none;
    height: auto;
  }
}

.shop-the-image .video-js {
  padding-bottom: 33.73%;
}

@media only screen and (max-width: 879px) {
  .shop-the-image .video-js {
    padding-bottom: 56.22%;
  }
}

@media only screen and (min-width: 880px) {
  .shop-the-image .video-js {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    height: calc(100% - 1px + 1px);
  }
}

.shop-the-image .shop-full-collection {
  margin-top: 20px !important;
}

.shop-the-image .shop-container {
  width: 40%;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../../images/spinner-rewards.gif");
  background-repeat: no-repeat;
  background-position: center 61%;
  background-size: 32px;
}

@media only screen and (max-width: 879px) {
  .shop-the-image .shop-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    padding: 10px 0;
  }
}

.shop-the-image .shop-container.loaded {
  background: none;
}

@media only screen and (min-width: 880px) {
  .shop-the-image .shop-container.loaded {
    margin-left: calc(59.1% + 1em);
    height: calc(100% - 1px + 1px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.shop-the-image .shop-container .info-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 879px) {
  .shop-the-image .shop-container .info-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.shop-the-image .shop-container .info-container p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  max-width: none;
}

.shop-the-image .shop-container .info-container p.urgency {
  font-family: "Just Lovely";
  font-size: 28px;
}

@media only screen and (max-width: 879px) {
  .shop-the-image .shop-container .info-container p.urgency {
    padding-top: 10px;
  }
}

.shop-the-image .shop-container .info-container h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.shop-the-image .shop-container .info-container h2::after {
  display: none;
}

.shop-the-image .shop-container .shop-the-image-carousel {
  list-style: none;
  margin: 0 auto;
  width: 80%;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (max-width: 1205px) {
  .shop-the-image .shop-container .shop-the-image-carousel {
    max-width: 296px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 63%;
            flex: 0 1 63%;
  }
}

@media only screen and (max-width: 879px) {
  .shop-the-image .shop-container .shop-the-image-carousel {
    max-width: 440px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

.shop-the-image .shop-container .shop-the-image-carousel > li {
  display: none;
}

.shop-the-image .shop-container .shop-the-image-carousel.onscreen {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.shop-the-image .shop-container.loaded .shop-the-image-carousel > li {
  display: list-item;
}

.shop-the-image .shop-container .product-tile {
  padding-bottom: 40px;
  padding-top: 10px;
}

.shop-the-image .shop-container .product-tile .centered {
  width: 100%;
}

.shop-the-image .shop-container .product-tile .product-name {
  font-size: 14px;
  margin-top: 10px;
  font-family: 'TrendSansW05-one';
  text-transform: uppercase;
}

.shop-the-image .shop-container .product-tile .product-type {
  margin-top: 3px;
  font-size: 12px;
  font-family: 'Trade Gothic W01 Regular', 'Trade Gothic W01 Light', Arial, sans-serif;
}

.shop-the-image .shop-container .product-tile .add-to-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "TrendSansW05-One", Arial, sans-serif;
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  margin: 0;
}

.shop-the-image .shop-container > p {
  margin: 0 auto;
  max-width: none;
}

.shop-the-image .owl-item.active {
  height: 100%;
  position: relative;
}

.shop-the-image .owl-nav button {
  top: calc(50% - 50px);
  width: 40px;
  height: 40px;
  border-radius: 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 879px) {
  .shop-the-image .owl-nav button {
    top: calc(50% - 30px);
  }
}

.shop-the-image .owl-nav button span {
  background-color: transparent;
  width: 16px;
  height: 29px;
  margin: 0 auto;
}

.shop-the-image .owl-nav button.owl-next {
  right: -50px;
}

.shop-the-image .owl-nav button.owl-next span {
  background-image: url("sti-r.svg");
}

.shop-the-image .owl-nav button.owl-next:hover span {
  background-image: url("sti-r-hover.svg");
  background-color: transparent;
}

.shop-the-image .owl-nav button.owl-next:active span {
  background-image: url("sti-r-active.svg");
  background-color: transparent;
}

.shop-the-image .owl-nav button.owl-prev {
  left: -50px;
}

.shop-the-image .owl-nav button.owl-prev span {
  background-image: url("sti-l.svg");
}

.shop-the-image .owl-nav button.owl-prev:hover span {
  background-image: url("sti-l-hover.svg");
  background-color: transparent;
}

.shop-the-image .owl-nav button.owl-prev:active span {
  background-image: url("sti-l-active.svg");
  background-color: transparent;
}

.shop-the-image .product-tile .product-image:hover .quickview {
  display: block !important;
}

.shop-the-image-product-tile {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-the-image-product-tile img {
  max-height: 194px;
  height: auto;
  width: auto !important;
}

@media only screen and (max-width: 879px) {
  .ui-dialog.quickview {
    max-height: 93vh !important;
    width: 90% !important;
    overflow: auto;
  }
  .ui-dialog.quickview .ui-dialog-content {
    height: 100% !important;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-1 {
    width: 100%;
    height: 177px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-1 .product-primary-image {
    width: inherit;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-1 .product-primary-image img {
    height: 100%;
    max-height: none;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-1 .wish-list-link {
    display: none;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap #slider {
    width: 100%;
    height: 177px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap #slider .owl-stage-outer,
.ui-dialog.quickview .ui-dialog-content .product-cols-wrap #slider .owl-stage,
.ui-dialog.quickview .ui-dialog-content .product-cols-wrap #slider .owl-item {
    height: 100%;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap #slider .owl-item > div {
    height: 100%;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap #slider .owl-item > div img {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 {
    width: 100%;
    text-align: center;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .product-name {
    font-family: "TrendSansW05-One", Arial, sans-serif;
    font-size: 16px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .product-name .small-title {
    font-family: "Trade Gothic W01 Light", Arial, sans-serif;
    font-size: 13px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 #product-content {
    margin-top: 0;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 #product-content > .small-title {
    font-size: 12px;
    padding-bottom: 12px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 #product-content .rating {
    margin: 0;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .description {
    line-height: 16px;
    font-size: 13px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .details-view {
    font-family: "TrendSansW05-One", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .product-add-to-cart {
    display: inline-block;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .product-add-to-cart button {
    width: auto;
    height: 42px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .product-add-to-cart .inventory .quantity-button,
.ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .product-add-to-cart .inventory input {
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .promotion .promotion-callout {
    margin: 0 auto;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .promotion .promotion-callout .callout-message {
    font-size: 12px;
    padding-bottom: 8px;
  }
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .promotion .promotion-callout .tooltip {
    color: #4a4a4a;
    font-size: 12px;
  }
  .ui-dialog.quickview .ui-dialog-content .pdp-main {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ui-dialog.quickview .promo__tooltip, .ui-dialog.quickview .bbwd-tooltip {
    margin: 0 auto;
  }
}

@media screen and (max-width: 375px) {
  .ui-dialog.quickview .ui-dialog-content .product-cols-wrap .product-col-2 .product-add-to-cart button {
    padding: 0 8px !important;
  }
}

.hp-module.shop-the-image .vjs-has-started.vjs-ended .vjs-poster {
  display: block;
}

.social-module {
  background-image: url("../../images/spinner-rewards.gif");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 32px;
  padding: 0;
  overflow: hidden;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .social-module {
    padding: 0;
  }
}

.social-module h2 {
  margin-top: -5px;
}

.social-module h2 span {
  position: relative;
}

.social-module h2 span::before {
  content: url("instagram-logo.svg");
  width: 25px;
  height: auto;
  display: inline;
  position: relative;
  top: 5px;
  margin-left: 3px;
  margin-right: 7px;
}

.social-module h2::after {
  top: 56%;
}

.social-module p {
  margin: 0 auto;
}

.social-module.loaded {
  background: none;
}

.social-module > div {
  overflow: hidden;
}

.social-module .social-feed {
  width: calc(100% + 68px);
  min-height: 3em;
  margin: 30px auto;
  margin-left: -88px;
  overflow: visible;
  display: block !important;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media only screen and (min-width: 768px) {
  .social-module .social-feed {
    width: inherit;
    margin: 30px 60px 0;
  }
}

.social-module .social-feed.onscreen {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.social-module .social-feed .item {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms, visibility 250ms;
  transition: opacity 500ms, visibility 250ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  display: block;
}

.social-module .social-feed .item p {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms, visibility 250ms;
  transition: opacity 500ms, visibility 250ms;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

.social-module .social-feed .item p.formatted {
  visibility: visible;
  opacity: 1;
}

.social-module .social-feed .item .image-container {
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.social-module .social-feed .item .image-container img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.social-module .social-feed.owl-loaded .item {
  visibility: visible;
  opacity: 1;
}

.social-module .social-feed .owl-item {
  list-style: none;
}

.social-module .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

@media only screen and (min-width: 768px) {
  .social-module .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
  }
}

.social-module .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 879px) {
  .social-module .owl-nav button {
    top: calc(50% - 30px);
  }
}

.social-module .owl-nav button span {
  background-color: transparent;
  width: 16px;
  height: 29px;
  margin: 0 auto;
}

.social-module .owl-nav button.owl-next {
  right: -50px;
}

.social-module .owl-nav button.owl-next span {
  background-image: url("sti-r.svg");
}

.social-module .owl-nav button.owl-next:hover span {
  background-image: url("sti-r-hover.svg");
  background-color: transparent;
}

.social-module .owl-nav button.owl-next:active span {
  background-image: url("sti-r-active.svg");
  background-color: transparent;
}

.social-module .owl-nav button.owl-prev {
  left: -50px;
}

.social-module .owl-nav button.owl-prev span {
  background-image: url("sti-l.svg");
}

.social-module .owl-nav button.owl-prev:hover span {
  background-image: url("sti-l-hover.svg");
  background-color: transparent;
}

.social-module .owl-nav button.owl-prev:active span {
  background-image: url("sti-l-active.svg");
  background-color: transparent;
}

/*****************
 * VIS NAV START *
 *****************/
.vis-nav {
  position: relative;
  background: #ABEEFF;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.vis-nav * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vis-nav img {
  display: block;
  background: #f2f2f2;
  width: auto;
}

.vis-nav .hero {
  width: 100%;
}

.vis-nav .hero.mobile {
  display: block;
}

.vis-nav .hero.tablet {
  display: none;
}

.vis-nav .hero.desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .vis-nav .hero.mobile {
    display: none;
  }
  .vis-nav .hero.tablet {
    display: block;
  }
  .vis-nav .hero.desktop {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .vis-nav .hero.mobile {
    display: none;
  }
  .vis-nav .hero.tablet {
    display: none;
  }
  .vis-nav .hero.desktop {
    display: block;
  }
}

.vis-nav .all {
  background-color: #E04B9B;
  display: block;
  width: 100%;
  font-family: "TrendSansW05-One";
  font-size: 9px;
  line-height: 10px;
  padding: 7px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.vis-nav .all::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 12px;
  margin-left: 1em;
  background: url("vis-nav_chevron.svg") no-repeat 50%;
}

.vis-nav .all:hover, .vis-nav .all:active {
  color: #333;
  background: #fff;
}

.vis-nav .all:hover::after, .vis-nav .all:active::after {
  background-image: url("vis-nav_chevron-active.svg");
}

.vis-nav.buttons .categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 15px;
}

@media screen and (min-width: 768px) {
  .vis-nav.buttons .categories {
    width: 400px;
    margin: 30px auto;
  }
}

@media screen and (min-width: 1440px) {
  .vis-nav.buttons .categories {
    width: 1000px;
    margin: 0 auto 30px;
  }
}

.vis-nav.buttons .categories .category {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "TrendSansW05-One";
  color: #fff;
  width: calc(50% - 5px);
  background: #E04B9B;
  border: 2px solid #fff;
  -webkit-box-shadow: 4px 4px 0 0 #0A9894;
          box-shadow: 4px 4px 0 0 #0A9894;
  padding: 8px;
  margin: 10px 5px 0 0;
}

.vis-nav.buttons .categories .category:nth-child(even) {
  margin: 10px 0 0 5px;
}

.vis-nav.buttons .categories .category:hover, .vis-nav.buttons .categories .category:active {
  background: #fff;
  color: #333;
}

@media screen and (min-width: 768px) {
  .vis-nav.buttons .categories .category {
    max-width: 141px;
  }
}

@media screen and (min-width: 1440px) {
  .vis-nav.buttons .categories .category {
    max-width: 290px;
    font-size: 19px;
    letter-spacing: 0.7px;
    line-height: 19px;
    margin: 30px 20px 0;
  }
  .vis-nav.buttons .categories .category:nth-child(even) {
    margin: 30px 20px 0;
  }
}

.vis-nav.images .categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 15px;
}

@media screen and (min-width: 1440px) {
  .vis-nav.images .categories {
    margin: 30px auto;
  }
}

.vis-nav.images .categories .category {
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "TrendSansW05-One";
  color: #333;
  width: calc(50% - 10px);
  margin: 10px 10px 0 0;
}

.vis-nav.images .categories .category:nth-child(even) {
  margin: 10px 0 0 10px;
}

.vis-nav.images .categories .category img {
  display: block;
  min-width: 136px;
  min-height: 136px;
  margin: 0 auto;
}

.vis-nav.images .categories .category span {
  display: block;
  margin: 20px 0 40px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
}

.vis-nav.images .categories .category:nth-last-child(-n+2) span {
  margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .vis-nav.images .categories .category {
    width: 176px;
    margin: 0 25px 0 0;
  }
  .vis-nav.images .categories .category:nth-child(even) {
    margin: 0 25px 0 0;
  }
  .vis-nav.images .categories .category:last-of-type {
    margin-right: 0;
  }
  .vis-nav.images .categories .category img {
    width: 176px;
    height: 176px;
  }
  .vis-nav.images .categories .category span {
    margin: 20px 0 0;
  }
}

/***************
 * VIS NAV END *
 ***************/
/*# sourceMappingURL=hp-modules.css.map */