@charset "UTF-8";

[class*='fa-facebook'] {
  color: #3b5998;
}

[class*='fa-facebook']:hover {
  color: #344e86;
}

[class*='fa-twitter'] {
  color: #00aced;
}

[class*='fa-twitter']:hover {
  color: #0099d3;
}

[class*='fa-pinterest'] {
  color: #cb2027;
}

[class*='fa-pinterest']:hover {
  color: #b51d23;
}

[class*='fa-codepen'] {
  color: #fff;
}

[class*='fa-codepen']:hover {
  color: #f2f2f2;
}

[class*='fa-instagram'] {
  color: #ba5915;
}

[class*='fa-instagram']:hover {
  color: #a34e12;
}

[class*='fa-github'] {
  color: #4183c4;
}

[class*='fa-github']:hover {
  color: #3876b4;
}

[class*='fa-dribbble'] {
  color: #ea4c89;
}

[class*='fa-dribbble']:hover {
  color: #e7357a;
}

.article-header {
  font-size: 24px;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9e9e9e;
  color: #666766;
  text-transform: uppercase;
  font-weight: 200;
}

@media screen and (max-width: 750px) {
  .article-header {
    font-size: 16px;
    padding: 1rem 2rem;
    width: calc(100% +  4rem);
    margin-top: 0;
    margin-left: -2rem;
    border-bottom: none;
    background-color: #666766;
    color: #fff;
  }
  .article-header.stick {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}

.flag, .store-has-deals,
.store-has-events, .notice--ends-today,
.notice--ends-tomorrow,
.notice--ends-within-week,
.notice--ends-outside-week {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0;
  padding: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border: 1px solid #c72626;
  background-color: #c72626;
  font-weight: 200;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.store-has-events h3 {
  background-color: #ecd42b !important;
  color: #272727 !important;
}

.notice--ends-today,
.notice--ends-tomorrow,
.notice--ends-within-week,
.notice--ends-outside-week {
  width: 100%;
  max-width: calc(100% - 2rem);
  margin-bottom: 1rem;
}

.notice--ends-within-week {
  border: 1px solid #c72626;
  background-color: #fff;
  color: #c72626;
}

.notice--ends-outside-week {
  border: 1px solid #e1e1e1 !important;
  background-color: #e1e1e1 !important;
  color: #333 !important;
}

#deal-flow {
  overflow: hidden;
}

#deal-flow h2 {
  margin-top: 0 !important;
}

#deal-flow .bubble {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  min-width: 1.8em;
  height: 1.8em;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  background-color: #c72626;
  text-align: center;
  z-index: 15;
  transition: background-color 200ms;
}

@media screen and (max-width: 750px) {
  #deal-flow .bubble {
    font-size: 0.8em;
    line-height: 1.4em;
    top: -0.4em;
    right: -0.4em;
  }
}

@media screen and (max-width: 750px) {
  #deal-flow .bubble {
    font-size: 0.8em;
    line-height: 1.4em;
    top: -0.4em;
    right: -0.4em;
  }
}

#deal-flow .bubble.bubble--active,
#deal-flow .tile:hover .bubble,
#deal-flow .tile:active .bubble {
  background-color: #c72626;
}

#deal-flow .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  border: none;
  padding: 0;
  margin: 0 0 0.4em;
  color: #9e9e9e;
}

#deal-flow .title.title--secondary {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.65em;
  color: #9e9e9e;
}

#deal-flow .filter {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0 1rem 1rem 0;
}

#deal-flow .filter:after {
  content: "";
  display: table;
  clear: both;
}

#deal-flow .filter__title {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  display: none;
  font-weight: 700;
  float: left;
  margin-right: 0.8em;
  padding-top: 0.2em;
}

@media screen and (max-width: 750px) {
  #deal-flow .filter__title {
    display: none;
  }
}

#deal-flow .filter__control {
  float: left;
}

#deal-flow .toggle {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0 0 1em;
}

#deal-flow .toggle:after {
  content: "";
  display: table;
  clear: both;
}

#deal-flow .toggle__switch {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  margin-right: 1rem;
  color: #e1e1e1;
  cursor: pointer;
}

#deal-flow .toggle__switch:last-of-type {
  margin-right: 0;
}

#deal-flow .toggle__switch:hover,
#deal-flow .toggle__switch:active,
#deal-flow .toggle__switch:focus,
#deal-flow .toggle__switch.toggle__switch--active {
  color: #9e9e9e;
}

#deal-flow .toggle__switch .icon {
  font-size: 60px;
}

#deal-flow .toggle__switch .icon.icon--grid::before {
  font-family: "fontawesome", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 30px;
  padding: 0 0.5rem;
  color: inherit;
}

#deal-flow .toggle__switch .icon.icon--list::before {
  font-family: "fontawesome", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 30px;
  padding: 0 0.5rem;
  color: inherit;
}

#deal-flow .tile {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  display: block;
  position: relative;
  text-decoration: none !important;
  transition: none !important;
}

#deal-flow .tile:hover .tile__title,
#deal-flow .tile:active .tile__title {
  color: #666766 !important;
}

#deal-flow .tile:hover .tile__thumbnail-mask:after,
#deal-flow .tile:active .tile__thumbnail-mask:after {
  opacity: 1;
}

#deal-flow .tile.tile--expand,
#deal-flow .tile-list__content.tile-list__content--list .tile {
  max-width: none;
  margin-bottom: 0;
}

#deal-flow .tile.tile--expand .tile__wrap,
#deal-flow .tile-list__content.tile-list__content--list .tile .tile__wrap {
  min-height: 172px;
  padding: 1em 0 1em 11em;
  border: none;
  border-top: 1px solid #e1e1e1;
}

@media screen and (max-width: 1025px) {
  #deal-flow .tile.tile--expand .tile__wrap,
  #deal-flow .tile-list__content.tile-list__content--list .tile .tile__wrap {
    min-height: 0;
    padding: 2rem 0;
  }
}

@media screen and (max-width: 750px) {
  #deal-flow .tile.tile--expand .tile__logo,
  #deal-flow .tile-list__content.tile-list__content--list .tile .tile__logo {
    display: none;
  }
}

#deal-flow .tile.tile--expand .tile__logo-image,
#deal-flow .tile-list__content.tile-list__content--list .tile .tile__logo-image {
  margin: 0;
}

#deal-flow .tile.tile--expand .tile__logo-text,
#deal-flow .tile-list__content.tile-list__content--list .tile .tile__logo-text {
  text-align: left;
}

#deal-flow .tile.tile--expand .tile__thumbnail,
#deal-flow .tile-list__content.tile-list__content--list .tile .tile__thumbnail {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 10.1em;
}

@media screen and (max-width: 750px) {
  #deal-flow .tile.tile--expand .tile__thumbnail,
  #deal-flow .tile-list__content.tile-list__content--list .tile .tile__thumbnail {
    display: none;
  }
}

#deal-flow .tile.tile--expand .notice,
#deal-flow .tile-list__content.tile-list__content--list .tile .notice {
  width: 9rem;
  position: absolute;
  top: 1rem;
  right: 0;
}

#deal-flow .tile.tile--expand.tile--stacked:before,
#deal-flow .tile-list__content.tile-list__content--list .tile.tile--stacked:before,
#deal-flow .tile.tile--expand.tile--stacked:after,
#deal-flow .tile-list__content.tile-list__content--list .tile.tile--stacked:after {
  display: none;
}

#deal-flow .tile.tile--expand.tile--stacked .tile__thumbnail:before,
#deal-flow .tile-list__content.tile-list__content--list .tile.tile--stacked .tile__thumbnail:before,
#deal-flow .tile.tile--expand.tile--stacked .tile__thumbnail:after,
#deal-flow .tile-list__content.tile-list__content--list .tile.tile--stacked .tile__thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  box-shadow: inset 0 0 0 1px #e1e1e1;
  z-index: 5;
}

#deal-flow .tile.tile--expand.tile--stacked .tile__thumbnail:before,
#deal-flow .tile-list__content.tile-list__content--list .tile.tile--stacked .tile__thumbnail:before {
  top: 3px;
  left: -3px;
}

#deal-flow .tile.tile--expand.tile--stacked .tile__thumbnail:after,
#deal-flow .tile-list__content.tile-list__content--list .tile.tile--stacked .tile__thumbnail:after {
  top: 6px;
  left: -6px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #deal-flow .tile.tile--expand.tile--stacked .tile__thumbnail:after,
  #deal-flow .tile-list__content.tile-list__content--list .tile.tile--stacked .tile__thumbnail:after {
    display: none;
  }
}

@media (min-width: 500px) {
  #deal-flow .tile.tile--stacked .tile__wrap {
    background-color: #fff;
    min-height: 178px !important;
  }
  #deal-flow .tile.tile--stacked:before,
  #deal-flow .tile.tile--stacked:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    box-shadow: inset 0 0 0 1px #e1e1e1;
    z-index: 5;
  }
  #deal-flow .tile.tile--stacked:before {
    top: 3px;
    left: -3px;
  }
  #deal-flow .tile.tile--stacked:after {
    top: 6px;
    left: -6px;
    z-index: 1;
  }
}

#deal-flow .tile__wrap {
  border: 1px solid #e1e1e1;
  padding: 1rem;
  position: relative;
  z-index: 10;
}

#deal-flow .tile__logo {
  height: 3.06em;
  margin-bottom: 0.6em;
  position: relative;
}

#deal-flow .tile__logo-image {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: none;
}

#deal-flow .tile__logo-text {
  display: block;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.4em;
  color: #9e9e9e;
}

#deal-flow .tile__thumbnail {
  display: block;
  margin-bottom: 1rem;
}

#deal-flow .tile__thumbnail-mask {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #e1e1e1;
}

#deal-flow .tile__thumbnail-mask:before {
  content: '';
  display: block;
  padding-top: 86.5%;
}

#deal-flow .tile__thumbnail-mask:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 3px #666766, inset 0 0 50px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 200ms;
}

#deal-flow .tile__thumbnail-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  border: none;
  box-shadow: none;
  transform: translateY(-50%);
}

#deal-flow .tile__title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  margin: 0 0 0.5em;
  border: none;
  font-weight: 700;
  font-style: normal;
  color: #333;
  word-break: break-word;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color 200ms;
}

#deal-flow .tile__title a {
  color: #9e9e9e;
  text-decoration: none;
}

#deal-flow .tile__title a:hover {
  text-decoration: underline;
}

#deal-flow .tile__subtitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 !important;
  font-size: 1em;
  line-height: 1.4em;
  font-style: normal;
  color: #9e9e9e;
  text-transform: none;
  word-break: break-word;
  letter-spacing: 0;
}

#deal-flow .layout {
  margin-bottom: 1.25em;
}

#deal-flow .layout:after {
  content: "";
  display: table;
  clear: both;
}

#deal-flow .layout__left {
  float: left;
  width: 50%;
}

#deal-flow .layout__right {
  float: right;
  width: 50%;
}

@media screen and (max-width: 1025px) {
  #deal-flow .layout__main {
    width: 62.5%;
    float: left;
    padding-right: 0.5em;
  }
  #deal-flow .layout__aside {
    width: 36.5%;
    float: right;
    padding-left: 0.5em;
  }
}

#deal-flow .logo {
  width: 247px;
  height: 74px;
  margin: 0 auto 1.875em;
  position: relative;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border: 1px solid #dadada;
}

#deal-flow .logo__image {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-shadow: none;
}

#deal-flow .logo__text {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.55em 0 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  border: none;
  color: #9e9e9e;
}

#deal-flow .icon-list {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  list-style: none !important;
  margin: 0 !important;
  padding: 0;
}

#deal-flow .icon-list__item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  margin: 0 0.5em 0.5em 0 !important;
  cursor: pointer;
  list-style: none !important;
}

#deal-flow .icon-list__item:last-child {
  margin-right: 0 !important;
}

#deal-flow .icon-list__description {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  float: left;
  padding: 0.4em 0.5em 0 0;
}

#deal-flow .icon-list__icon {
  display: block;
  width: 2.31em;
  height: 2.31em;
  margin: 0;
  box-shadow: none;
  border: none;
}

#deal-flow .icon-list__icon:hover {
  opacity: 0.75;
}

#deal-flow .icon-list__icon:active {
  opacity: 0.5;
}

#deal-flow .featured-image {
  display: table;
  width: 100%;
  height: 566px;
  background-color: #ebe9e9;
  border: 1px solid #b2b2b2;
  margin-bottom: 1.25em;
}

#deal-flow .featured-image__wrapper {
  display: table-cell;
  vertical-align: middle;
}

#deal-flow .featured-image__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  box-shadow: none;
}

#deal-flow .featured-image__image.featured-image__image--fallback {
  max-width: 279px;
  max-height: 242px;
}

#deal-flow .copy {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  color: #9e9e9e;
}

#deal-flow .copy p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0 0 1em;
  color: #9e9e9e;
}

#deal-flow .tile-list {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 1.6em;
}

#deal-flow .tile-list.tile-list--alt {
  width: calc(100% + 3.2em);
  margin-left: -1.6em;
  padding: 1.6em 1.6em 0.6em;
  background-color: #ebe9e9;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

@media screen and (max-width: 750px) {
  #deal-flow .tile-list.tile-list--alt {
    width: calc(100% + 2em);
    margin-left: -1em;
    padding: 1em;
  }
}

#deal-flow .tile-list__header:after {
  content: "";
  display: table;
  clear: both;
}

#deal-flow .tile-list__header .filter,
#deal-flow .tile-list__header .toggle {
  float: left;
  margin-left: 0.5rem;
}

#deal-flow .tile-list__header .title {
  margin: -0.6em 0 0.4em !important;
}

#deal-flow .tile-list__content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

#deal-flow .tile-list__content.tile-list__content--loaded .tile {
  opacity: 1;
}

#deal-flow .tile-list__content.tile-list__content--list .tile {
  width: calc(100% - 16px);
}

@media screen and (max-width: 750px) {
  #deal-flow .tile-list__content.tile-list__content--list .tile {
    width: 100%;
  }
}

#deal-flow .tile-list__content.tile-list__content--full-width {
  max-width: none;
}

#deal-flow .tile-list__content .tile {
  width: calc(25% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
  float: left;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  #deal-flow .tile-list__content .tile {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 750px) {
  #deal-flow .tile-list__content--list .tile {
    margin: 0;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  #deal-flow .tile-list__content--list .tile .tile__title {
    max-width: calc(100% - 8em);
  }
}

/*# sourceMappingURL=main.css.map */
#deal-flow-wrapper {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

#deal-flow-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

#deal-flow-wrapper .deal-flow-wrapper__right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

#deal-flow-wrapper .deal-flow-wrapper__right:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  #deal-flow-wrapper .deal-flow-wrapper__right {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  #deal-flow-wrapper .deal-flow-wrapper__right:last-child {
    margin-right: 0;
  }
}

#deal-flow-wrapper .deal-flow-wrapper__right h2 {
  display: none;
}

#deal-flow-wrapper .deal-flow-wrapper__left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

#deal-flow-wrapper .deal-flow-wrapper__left:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  #deal-flow-wrapper .deal-flow-wrapper__left {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  #deal-flow-wrapper .deal-flow-wrapper__left:last-child {
    margin-right: 0;
  }
}

#deal-flow-wrapper #deal-flow-filter-panel ul {
  padding: 0;
  list-style-type: none;
}

#deal-flow-wrapper #deal-flow-filter-panel li {
  padding: 0.5rem 2rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0.5rem;
  background-color: #e1e1e1;
  font-weight: normal;
  color: #666766;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

#deal-flow-wrapper #deal-flow-filter-panel li.deal-flow-active {
  background-color: #096a8b;
  color: #fff;
}

#deal-flow-wrapper .tile-list__header .filter:first-of-type {
  display: none;
}

#deal-flow-wrapper .tile-list__header .toggle {
  float: right !important;
}

.deals .featured-deals h1 {
  font-size: 24px;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9e9e9e;
  color: #666766;
  text-transform: uppercase;
  font-weight: 200;
}

@media screen and (max-width: 750px) {
  .deals .featured-deals h1 {
    font-size: 16px;
    padding: 1rem 2rem;
    width: calc(100% +  4rem);
    margin-top: 0;
    margin-left: -2rem;
    border-bottom: none;
    background-color: #666766;
    color: #fff;
  }
  .deals .featured-deals h1.stick {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}

.deals .component-deals-list {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.deals .component-deals-list::after {
  clear: both;
  content: "";
  display: table;
}

.deals .component-deals-list h2 {
  font-size: 24px;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #9e9e9e;
  color: #666766;
  text-transform: uppercase;
  font-weight: 200;
}

@media screen and (max-width: 750px) {
  .deals .component-deals-list h2 {
    font-size: 16px;
    padding: 1rem 2rem;
    width: calc(100% +  4rem);
    margin-top: 0;
    margin-left: -2rem;
    border-bottom: none;
    background-color: #666766;
    color: #fff;
  }
  .deals .component-deals-list h2.stick {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}

.deals .component-deals-list .tabbed-buttons {
  margin-bottom: 4rem;
}

.deals .component-deals-list .tabbed-buttons ul {
  margin-bottom: 0.33333rem;
}

.deals .component-deals-list .tabbed-buttons a {
  width: 100%;
  margin-bottom: 0.4rem;
}

.deals .component-deals-list .tabbed-buttons .label a {
  color: #fff;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.deals .component-deals-list .tabbed-buttons .selectric-items li {
  margin: 0;
}

.deals .component-deals-list .tabbed-buttons .selectric-items a {
  padding: 0;
  margin: 0;
  background-color: transparent;
  text-align: left;
  text-transform: capitalize;
  font-weight: lighter;
  color: #666;
}

.deals .component-deals-list .tabbed-buttons .selectric-items a:hover,
.deals .component-deals-list .tabbed-buttons .selectric-items a:active {
  color: #444;
}

.deals .deals-tabs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.deals .deals-tabs:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .deals .deals-tabs {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .deals .deals-tabs:last-child {
    margin-right: 0;
  }
}

.deals .flow-container {
  visibility: hidden;
}

.deals .deals-details {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.deals .deals-details:last-child {
  margin-right: 0;
}

.deals .deals-details .deals-flow-controls {
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 1px solid #9e9e9e;
}

.deals .deals-details .deals-flow-controls .sort {
  font-weight: bold;
}

.deals .deals-details .flow-layout {
  float: right;
}

.deals .deals-details .sort-lists {
  display: inline-block;
  vertical-align: sub;
}

.deals .deals-details .sort-lists h4,
.deals .deals-details .sort-lists ul {
  text-transform: uppercase;
}

.deals .deals-details .sort-lists h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.deals .deals-details .sort-lists ul li {
  display: inline-block;
  margin-left: 1rem;
}

.deals .deals-details .sort-lists ul li.js-first {
  margin-left: 0;
}

.deals .deals-details .sort-lists ul li.tile,
.deals .deals-details .sort-lists ul li.vertical {
  float: right;
}

.deals .deals-details .sort-lists ul a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  color: #666766;
}

.deals .deals-details .sort-lists ul a.js-active,
.deals .deals-details .sort-lists ul a.active {
  color: #666766;
}

@media screen and (max-width: 750px) {
  .deals .deals-details {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
  }
  .deals .deals-details:last-child {
    margin-right: 0;
  }
}

.deals .deals-teaser img {
  padding: 1rem;
}

.deals .th-list::after {
  font-family: "fontawesome", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 25px;
  padding: 0 0.5rem;
  color: inherit;
}

.deals .th-large::after {
  font-family: "fontawesome", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 25px;
  padding: 0 0.5rem;
  color: inherit;
}

.deals .th-list.js-active,
.deals .th-large.js-active {
  color: #666766 !important;
}

.deals .category-list-deals {
  position: relative;
}

.deals .category-list-deals ul > li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 2rem 0;
  width: 100%;
}

.deals .category-list-deals ul > li {
  border-bottom: 1px solid white;
}

.deals .category-list-deals ul > li:last-of-type {
  border-bottom: 0;
}

.deals .category-list-deals ul * {
  transition: none;
}

.deals .category-list-deals .grid li {
  width: 22.5%;
  margin: 0  1.25% 2.5%;
  padding: 0;
  border: 1px solid #e1e1e1;
}

@media screen and (max-width: 1025px) {
  .deals .category-list-deals .grid li {
    padding: 0.5rem;
    width: 30%;
    margin: 0 1.5% 3%;
  }
}

@media screen and (max-width: 750px) {
  .deals .category-list-deals .grid li {
    padding: 0.5rem;
    width: 50%;
    margin: 0;
  }
}

.deals .category-list-deals .grid .read-more {
  display: none;
}

.deals .category-list-deals .grid .deal-teaser {
  padding: 1rem;
}

.deals .category-list-deals .grid .retailer-logo {
  display: block;
  border: 1px solid #e1e1e1;
  margin-bottom: 1rem;
}

.deals .category-list-deals .grid .retailer-logo img {
  width: 80px;
  height: 40px;
  border-radius: 0;
  object-fit: cover;
  object-position: relative;
  overflow: hidden;
  border: 0;
  margin: 0 auto;
}

.deals .category-list-deals .grid img {
  width: 150px;
  height: 150px;
  border-radius: 0;
  object-fit: cover;
  object-position: relative;
  overflow: hidden;
  float: none;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 750px) {
  .deals .category-list-deals .grid img {
    width: 150px;
    height: 150px;
    border-radius: 0;
    object-fit: cover;
    object-position: relative;
    overflow: hidden;
    display: block;
  }
}

.deals .category-list-deals .grid h3, .deals .category-list-deals .grid h4, .deals .category-list-deals .grid p, .deals .category-list-deals .grid time {
  max-width: 100%;
  width: 100%;
}

.deals .category-list-deals .grid time {
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .deals .mezzobit-ad {
    display: none;
  }
}

a.in-store-event:after {
  content: 's';
}

.selectric-wrapper {
  position: relative;
  min-width: 300px;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  background-color: #9e9e9e;
  position: relative;
}

.selectric .label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  display: block;
  margin-bottom: 0;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  font-size: 16px !important;
  text-overflow: ellipsis;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.selectric .label::after {
  font-family: "fontawesome", Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "";
  font-size: 16px;
  padding: 0 0.5rem;
  color: inherit;
}

.selectric .button {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: initial;
  color: #9e9e9e;
  text-align: center;
  font: 0/0 a;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-items ul, .selectric-items li {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}