/*
	Editorial - Style Details
*/
/*
MatchesFashion.com | Main Stylesheet File

(i) IMPORTANT
Before modifying this file please read about Atomic Design Pattern
http://patternlab.io/about.html

(c) 2014 MatchesFashion.com
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline-color: transparent;
  outline-style: none; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }
.yCmsContentSlot {
  zoom: 1; }
  .yCmsContentSlot:before, .yCmsContentSlot:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .yCmsContentSlot:after {
    clear: both; }

.selecter .no--arrow:after {
  display: none !important; }

.hidden, .notVisible {
  display: none; }

.underline {
  border-bottom: solid 1px black;
  display: inline-block; }

.visible-mobile {
  display: none; }
  @media (min-width: 0em) and (max-width: 42.5em) {
    .visible-mobile {
      display: block !important; } }

.visible-tablet {
  display: none; }
  @media (min-width: 42.5em) and (max-width: 61.25em) {
    .visible-tablet {
      display: block !important; } }

@media (min-width: 0em) and (max-width: 42.5em) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 42.5em) and (max-width: 61.25em) {
  .hidden-tablet {
    display: none !important; } }

@media (min-width: 61.25em) and (max-width: 90em) {
  .hidden-desktop {
    display: none !important; } }

@media (min-width: 90em) {
  .hidden-desktop-large {
    display: none !important; } }

/* @import "sass/visibility";
@import "sass/atoms/global/animations"; */
.grid-container {
  max-width: 93.33%;
  margin-left: auto;
  margin-right: auto; }
  .grid-container::after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 42.5em) {
    .grid-container {
      max-width: 95.89%;
      margin-left: auto;
      margin-right: auto; }
      .grid-container::after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 61.25em) {
    .grid-container {
      max-width: 97.02%;
      margin-left: auto;
      margin-right: auto; }
      .grid-container::after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 90em) {
    .grid-container {
      max-width: 109.88%;
      margin-left: auto;
      margin-right: auto;
      max-width: 97.2%; }
      .grid-container::after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 120em) {
    .grid-container {
      max-width: 168.3%;
      margin-left: auto;
      margin-right: auto;
      max-width: 97.2%; }
      .grid-container::after {
        content: " ";
        display: block;
        clear: both; } }

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

a {
  color: #000;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: black; }
  a img {
    border: none; }

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 11px;
    line-height: 1.35;
    font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Chronicle Display A", "Chronicle Display B", serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 1rem; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 10px;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 48px;
  font-size: 3rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 10px;
  line-height: inherit; }

ul,
ol,
dl {
  font-size: 1rem;
  list-style-position: outside;
  font-family: inherit; }

ul.no-bullet {
  margin-left: 0; }
  ul.no-bullet li ul,
  ul.no-bullet li ol {
    list-style: none; }

ul li ul,
ul li ol {
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

ol {
  margin-left: 1.4rem; }

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
  border-bottom: 1px dotted #ddd; }

abbr {
  text-transform: none; }

blockquote {
  margin: 0 0 14px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

.vcard {
  display: inline-block; }
  .vcard li {
    margin: 0;
    display: block; }

.vevent abbr {
  cursor: default;
  border: none; }

.chronicle-display-black, .lister__item__title, .size-guide-heading, .size-guide-sub-heading, .size-guide-designer, .chronicle-display-bold, .size-guide-price, .chronicle-display-semibold, .section-title-box, .headline-title-box, .chronicle-display-roman, .lead-title-box, .size-guide-description, .chronicle-display-light {
  font-family: "Chronicle Display A", "Chronicle Display B", serif; }

.helvetica-neue-regular, .breadcrumbs, .applyed-filters a, .filter__box__item, .pager, .size-guide-label, .size-guide-contact a {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  line-height: 18px; }

.helvetica-neue-bold, .link-generic__14_upper, .link-generic__14_lower, .link-generic__12_upper, .link-generic__12_lower, .applyed-filters, .pager a.selectd, .size-guide-form-label, .size-guide-type, .size-guide-contact span {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

.chronicle-display-black, .lister__item__title, .size-guide-heading, .size-guide-sub-heading, .size-guide-designer {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-weight: 900; }

.chronicle-display-bold, .size-guide-price {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-weight: 700; }

.chronicle-display-semibold, .section-title-box, .headline-title-box {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-weight: 400; }

.chronicle-display-roman, .lead-title-box, .size-guide-description {
  text-rendering: optimizeLegibility;
  font-weight: 300; }

.chronicle-display-light {
  font-weight: 200;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

.georgia, .lister__item__details, .lister__item__price, .size-guide-list {
  font-family: 'Georgia', serif;
  text-transform: none;
  text-rendering: optimizeLegibility; }

.georgia-regular {
  font-family: 'Georgia Regular', serif;
  text-transform: none;
  text-rendering: optimizeLegibility; }

.right-arrow__14_wb-icn {
  font-family: 'webdings';
  font-size: 14px; }

.right-arrow__12_wb-icn {
  font-family: 'webdings';
  font-size: 14px; }

.section-title-box {
  text-transform: none;
  font-size: 12px; }

.headline-title-box {
  font-size: 20px; }

.lead-title-box {
  font-size: 14px;
  text-transform: none; }

.link-generic__14_upper {
  font-size: 14px;
  text-transform: uppercase; }

.link-generic__14_lower {
  font-size: 14px;
  text-transform: uppercase; }

.link-generic__12_upper {
  font-size: 12px;
  text-transform: uppercase; }

.link-generic__12_lower {
  font-size: 12px;
  text-transform: uppercase; }

.breadcrumbs {
  color: #ccc;
  font-size: 10px; }

.applyed-filters {
  text-transform: uppercase;
  font-size: 10px; }
  .applyed-filters a {
    text-transform: none;
    font-size: 11.6px; }

.lister__item__title {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

.lister__item__details, .lister__item__price {
  font-size: 12px;
  color: #333333;
  text-rendering: optimizeLegibility; }

.filter__box__item {
  font-size: 12px; }

.pager {
  font-size: 12px; }

.size-guide-heading {
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 3px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  clear: both; }

.size-guide-sub-heading {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  border-top: 3px solid #000;
  margin-top: 30px;
  padding-top: 26px;
  padding-bottom: 20px;
  clear: both; }

.size-guide-designer {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left; }

.size-guide-description {
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  padding: 10px 0; }

.size-guide-price {
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 20px; }

.size-guide-form-label {
  text-transform: uppercase;
  font-size: 11px;
  text-align: left; }

.size-guide-label {
  font-size: 11px;
  text-align: left;
  margin-left: 20px;
  text-transform: none; }

.size-guide-type {
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px; }

.size-guide-list {
  font-size: 11px;
  line-height: 16px;
  text-align: left; }
  .size-guide-list:last-of-type {
    margin-bottom: 20px; }

.size-guide-contact {
  clear: both;
  margin-top: 20px; }
  .size-guide-contact span {
    font-size: 11px;
    text-transform: uppercase; }
  .size-guide-contact a {
    font-size: 11px;
    text-align: left;
    margin-left: 10px;
    text-decoration: underline; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  box-shadow: none;
  outline: 0 none; }
  textarea:focus.error, input:focus.error, input[type]:focus.error, .uneditable-input:focus.error {
    outline: 0 none; }

input::-webkit-input-placeholder {
  color: #999999;
  display: block;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  text-rendering: optimizeLegibility;
  text-transform: none; }

input:focus::-webkit-input-placeholder {
  color: gray; }

input:-moz-placeholder {
  color: #999999;
  display: block;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  text-rendering: optimizeLegibility;
  text-transform: none; }

input:focus:-moz-placeholder {
  color: gray; }

input::-moz-placeholder {
  color: #999999;
  display: block;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  text-rendering: optimizeLegibility;
  text-transform: none; }

input:focus::-moz-placeholder {
  color: gray; }

input:-ms-input-placeholder {
  color: #999999;
  display: block;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  text-rendering: optimizeLegibility;
  text-transform: none; }

input:focus:-ms-input-placeholder {
  color: gray; }

input.error {
  border: 1px solid red !important; }

input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  letter-spacing: 0px;
  font: 300 14px/18px Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: left;
  text-rendering: optimizeLegibility;
  width: 100%;
  padding: 0 8px;
  color: #000;
  margin-bottom: 14px;
  border: 1px solid #000;
  background-color: #fff; }
  input:focus {
    color: #000; }

input[type="checkbox"] {
  width: auto; }

label {
  display: block;
  font-size: 10px;
  padding-bottom: 0px; }

label.error {
  padding-bottom: 12px; }

small {
  display: block; }

.button {
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #fff !important;
  border: none;
  background-color: #000;
  box-sizing: border-box;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .button:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000; }

.button-white {
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #000 !important;
  border: 1px solid #000;
  background-color: #fff;
  box-sizing: border-box; }
  .button-white:hover {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000; }

.error {
  color: red; }

.required {
  font-size: 10px;
  padding-bottom: 12px; }

input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

input ::-webkit-input-placeholder {
  color: #999999;
  letter-spacing: 10px; }
input :-moz-placeholder {
  color: #999999;
  letter-spacing: 1px; }
input ::-moz-placeholder {
  color: #999999;
  letter-spacing: 1px; }
input :-ms-input-placeholder {
  color: #999999;
  letter-spacing: 1px; }

.blackOutline {
  border-color: #000 !important; }

.placeholder {
  color: #999999 !important;
  letter-spacing: 1px; }

.btn {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  line-height: 39px;
  padding: 0 2em;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 10px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer; }
  .btn:hover {
    background-color: #000;
    border: solid 1px #000;
    color: #fff; }

.btn--default {
  background-color: #fff;
  border: solid 1px #000;
  color: #000; }
  .btn--default:hover {
    background-color: #000;
    border: solid 1px #000;
    color: #fff; }

.btn--primary {
  background-color: #000;
  border: solid 1px #000;
  color: #fff; }
  .btn--primary:hover {
    background-color: #fff;
    border: solid 1px #000;
    color: #000; }

.halves .btn {
  float: left;
  width: 50%;
  padding: 0;
  border-left: none; }
  .halves .btn:nth-child(2n+0) {
    border-right: none; }

.mfp-container {
  padding: 0; }

.mfp-wrap .mfp-content {
  max-width: 97.02%;
  margin-left: auto;
  margin-right: auto; }
  .mfp-wrap .mfp-content::after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 0em) {
    .mfp-wrap .mfp-content {
      max-width: 93.33%;
      margin-left: auto;
      margin-right: auto; }
      .mfp-wrap .mfp-content::after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 42.5em) {
    .mfp-wrap .mfp-content {
      max-width: 95.89%;
      margin-left: auto;
      margin-right: auto; }
      .mfp-wrap .mfp-content::after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 61.25em) {
    .mfp-wrap .mfp-content {
      max-width: 97.02%;
      margin-left: auto;
      margin-right: auto; }
      .mfp-wrap .mfp-content::after {
        content: " ";
        display: block;
        clear: both; } }

.button__add {
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #fff !important;
  border: none;
  background-color: #000;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 20px; }
  .button__add:hover {
    background-color: #fff;
    color: #000; }
  @media (min-width: 0em) {
    .button__add {
      width: 100%;
      float: left;
      clear: both; } }
  @media (min-width: 42.5em) {
    .button__add {
      clear: both;
      width: 100%;
      float: left;
      clear: both; } }
  @media (min-width: 61.25em) {
    .button__add {
      width: 47.82609%;
      float: left;
      margin-right: 4.34783%;
      clear: both; } }

.button__wish-list {
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #000 !important;
  border: 1px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding-top: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .button__wish-list:hover {
    background-color: #000;
    color: #fff; }
  @media (min-width: 0em) {
    .button__wish-list {
      clear: none;
      width: 48.21601%;
      float: left;
      margin-right: 3.56798%; } }
  @media (min-width: 42.5em) {
    .button__wish-list {
      clear: both;
      width: 100%;
      float: left;
      clear: both; } }
  @media (min-width: 61.25em) {
    .button__wish-list {
      clear: both;
      width: 47.82609%;
      float: left;
      margin-right: 4.34783%;
      margin-right: 0;
      margin-bottom: 40px; } }

.button__look {
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #000 !important;
  border: 1px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding-top: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .button__look:hover {
    background-color: #000;
    color: #fff; }
  @media (min-width: 0em) and (max-width: 42.5em) {
    .button__look {
      width: 48.21601%;
      float: left;
      margin-right: 3.56798%;
      margin-right: 0; } }
  @media (min-width: 42.5em) and (max-width: 61.25em) {
    .button__look {
      clear: both;
      width: 100%;
      float: left;
      clear: both;
      margin-top: 20px; } }
  @media (min-width: 61.25em) {
    .button__look {
      width: 47.82609%;
      float: right;
      margin-right: 0;
      margin-bottom: 40px;
      clear: none; } }

.button__checkout-login-cta {
  font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: center;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  color: #fff !important;
  border: none;
  background-color: #000;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 20px; }
  .button__checkout-login-cta:hover {
    background-color: #fff;
    color: #000; }
  @media (min-width: 0em) {
    .button__checkout-login-cta {
      width: 100%;
      float: left;
      clear: both; } }
  @media (min-width: 42.5em) {
    .button__checkout-login-cta {
      clear: both;
      width: 100%;
      float: left;
      clear: both; } }
  @media (min-width: 61.25em) {
    .button__checkout-login-cta {
      width: 47.82609%;
      float: left;
      margin-right: 4.34783%;
      clear: both; } }

/*
Shame stylesheet | for temporary hacks and demo purposes only.

(c) 2014 MatchesFashion.com
*/
/* To be added to custom BASE styles
----------------------------------------------------------------------------- */
a {
  text-decoration: none; }

/* related to Sprint 2 demo. To be refactored / removed
----------------------------------------------------------------------------- */
#page {
  overflow: hidden; }

.demo-logo-menu {
  background-image: url("../../images/mf-logo+menu.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 112px;
  margin-top: 20px; }
  .demo-logo-menu:hover {
    opacity: .3; }

/* Hide Zoom images on PDP.
----------------------------------------------------------------------------- */
.zoom-image {
  display: none; }

.row {
  clear: both;
  width: 100%;
  float: left; }

.control-group {
  clear: both;
  width: 100%;
  float: left; }

/* Hide Me to hide things quickly */
.hideme {
  display: none; }

/* PDP */
@media (min-width: 42.563em) {
  .button__add {
    margin-top: 25px;
    margin-bottom: 0px;
    height: 41px; } }
/*#site-wrapper {
	position:relative;
	@include susy-breakpoint($range-mobile-from $range-mobile-to, $layout-mobile) {
		width: 108%;
		margin-left: -3.6%;
	}
	@include susy-breakpoint($range-tablet-from $range-tablet-to, $layout-tablet) {
		width: 95.34884%;
		margin: 0 auto;
	}
	@include susy-breakpoint($range-desktop-from $range-desktop-to, $layout-desktop) {
		width:96.8254%;
		margin:0 auto;
	}
	@include susy-breakpoint($range-desktop-large-from, $layout-desktop) {
		width:97%;
		margin:0 auto;
	}
	img {
		width:100%;
	}
	font: 400 9px/9px "BlairITC-Medium", sans-serif;
	font: 700 75px/75px Chronicle Display A,Chronicle Display B,serif;
}*/
@media (min-width: 0em) and (max-width: 42.5em) {
  .sale-banner-holder {
    margin: 0 -3.77419% 12px; } }
@media (min-width: 42.5em) and (max-width: 61.25em) {
  .sale-banner-holder {
    margin: 0 -2.32558% 18px; } }
@media (min-width: 61.25em) and (max-width: 90em) {
  .sale-banner-holder {
    margin: 0 -1.62% 18px; } }
@media (min-width: 90em) {
  .sale-banner-holder {
    margin: 0 -1.5873% 18px; } }

.sale-banner {
  position: relative;
  width: 100%; }
  .sale-banner * {
    text-align: center; }
  .sale-banner img {
    width: 100%; }
  @media (min-width: 61.25em) {
    .sale-banner {
      overflow: hidden; } }
  .sale-banner > div {
    position: absolute;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px; }
    @media (min-width: 0em) and (max-width: 42.5em) {
      .sale-banner > div {
        width: 260px; } }
    @media (min-width: 42.5em) and (max-width: 61.25em) {
      .sale-banner > div {
        width: 460px; } }
    @media (min-width: 61.25em) {
      .sale-banner > div {
        width: 700px; } }
    .sale-banner > div > div {
      border: 2px solid #000;
      position: relative; }
      @media (min-width: 0em) and (max-width: 42.5em) {
        .sale-banner > div > div {
          height: 90px; } }
      @media (min-width: 42.5em) and (max-width: 61.25em) {
        .sale-banner > div > div {
          height: 90px; } }
      @media (min-width: 61.25em) {
        .sale-banner > div > div {
          height: 125px; } }
      .sale-banner > div > div > div:nth-of-type(1) * {
        color: #000; }
      @media (min-width: 0em) and (max-width: 42.5em) {
        .sale-banner > div > div > div:nth-of-type(1) {
          position: absolute;
          left: 0;
          top: 7px;
          width: 100%; }
          .sale-banner > div > div > div:nth-of-type(1) h4 {
            font: 400 10px/10px "BlairITC-Medium", sans-serif;
            padding: 0;
            margin: 0; }
          .sale-banner > div > div > div:nth-of-type(1) h2 {
            font: 700 32px/30px Chronicle Display A,Chronicle Display B,serif;
            padding: 0;
            margin: 0;
            margin: 4px 0 0; } }
      @media (min-width: 42.5em) and (max-width: 61.25em) {
        .sale-banner > div > div > div:nth-of-type(1) {
          position: absolute;
          left: 0px;
          top: 5px;
          width: 200px; }
          .sale-banner > div > div > div:nth-of-type(1) h4 {
            font: 400 9px/9px "BlairITC-Medium", sans-serif;
            padding: 0;
            margin: 4px 0 4px; }
          .sale-banner > div > div > div:nth-of-type(1) h2 {
            font: 700 24px/22px Chronicle Display A,Chronicle Display B,serif;
            padding: 0;
            margin: 0; } }
      @media (min-width: 61.25em) {
        .sale-banner > div > div > div:nth-of-type(1) {
          position: absolute;
          left: 18px;
          top: 15px;
          width: 300px; }
          .sale-banner > div > div > div:nth-of-type(1) h4 {
            font: 400 10px/10px "BlairITC-Medium", sans-serif;
            padding: 0;
            margin: 0; }
          .sale-banner > div > div > div:nth-of-type(1) h2 {
            font: 700 38px/36px Chronicle Display A,Chronicle Display B,serif;
            padding: 0;
            margin: 4px 0 0; } }
      .sale-banner > div > div > div:nth-of-type(2) * {
        color: #000; }
      @media (min-width: 0em) and (max-width: 42.5em) {
        .sale-banner > div > div > div:nth-of-type(2) {
          display: none; } }
      @media (min-width: 42.5em) and (max-width: 61.25em) {
        .sale-banner > div > div > div:nth-of-type(2) {
          position: absolute;
          top: 15px;
          left: 190px; }
          .sale-banner > div > div > div:nth-of-type(2) h3 {
            font: 400 11px/11px "BlairITC-Medium", sans-serif;
            padding: 0;
            margin: 0; }
            .sale-banner > div > div > div:nth-of-type(2) h3 span {
              width: 102px;
              font: 400 25px/25px "BlairITC-Medium", sans-serif; }
              .sale-banner > div > div > div:nth-of-type(2) h3 span::after, .sale-banner > div > div > div:nth-of-type(2) h3 span::before {
                width: 10px; } }
      @media (min-width: 61.25em) {
        .sale-banner > div > div > div:nth-of-type(2) {
          position: absolute;
          top: 22px;
          left: 315px; }
          .sale-banner > div > div > div:nth-of-type(2) h3 {
            font: 400 16px/16px "BlairITC-Medium", sans-serif;
            padding: 0;
            margin: 0; }
            .sale-banner > div > div > div:nth-of-type(2) h3 span {
              width: 155px;
              font: 400 38px/38px "BlairITC-Medium", sans-serif; }
              .sale-banner > div > div > div:nth-of-type(2) h3 span::after, .sale-banner > div > div > div:nth-of-type(2) h3 span::before {
                width: 15px; } }
      .sale-banner > div > div > div:nth-of-type(2) span {
        display: block;
        position: relative; }
        .sale-banner > div > div > div:nth-of-type(2) span::before, .sale-banner > div > div > div:nth-of-type(2) span::after {
          content: "";
          display: block;
          height: 1px;
          border-top: 1px solid #000;
          position: absolute;
          left: 0;
          top: 50%;
          -ms-transform: translate(0%, -50%);
          -webkit-transform: translate(0%, -50%);
          -moz-transform: translate(0%, -50%);
          -o-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
        .sale-banner > div > div > div:nth-of-type(2) span::after {
          left: auto;
          right: 0; }
      .sale-banner > div > div > div:nth-of-type(3) {
        text-align: left; }
        @media (min-width: 0em) and (max-width: 42.5em) {
          .sale-banner > div > div > div:nth-of-type(3) {
            display: none; } }
        @media (min-width: 42.5em) and (max-width: 61.25em) {
          .sale-banner > div > div > div:nth-of-type(3) {
            position: absolute;
            top: 18px;
            left: 317px; }
            .sale-banner > div > div > div:nth-of-type(3) a {
              margin-bottom: 12px;
              padding-right: 11px;
              font-size: 11px;
              line-height: 11px; }
              .sale-banner > div > div > div:nth-of-type(3) a::after {
                top: 1px;
                width: 11px;
                height: 11px; } }
        @media (min-width: 61.25em) {
          .sale-banner > div > div > div:nth-of-type(3) {
            position: absolute;
            top: 33px;
            left: 515px; }
            .sale-banner > div > div > div:nth-of-type(3) a {
              margin-bottom: 16px;
              padding-right: 15px;
              font-size: 16px;
              line-height: 16px; }
              .sale-banner > div > div > div:nth-of-type(3) a::after {
                top: 1px;
                width: 14px;
                height: 14px; } }
        .sale-banner > div > div > div:nth-of-type(3) a {
          position: relative;
          display: inline-block;
          font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-weight: 700; }
          .sale-banner > div > div > div:nth-of-type(3) a::after {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            background: url("http://assets.matchesfashion.com/content/mf/images/svg/mf-icn-dropdown-right.svg") no-repeat;
            background-size: contain; }
      .sale-banner > div > div > div:nth-of-type(4) {
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 100%; }
        @media (min-width: 0em) and (max-width: 42.5em) {
          .sale-banner > div > div > div:nth-of-type(4) {
            display: none; } }
        .sale-banner > div > div > div:nth-of-type(4) p {
          font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          color: #666;
          padding: 0;
          margin: 0; }
          @media (min-width: 42.5em) and (max-width: 61.25em) {
            .sale-banner > div > div > div:nth-of-type(4) p {
              font-size: 9px;
              line-height: 9px; } }
          @media (min-width: 61.25em) {
            .sale-banner > div > div > div:nth-of-type(4) p {
              font-size: 10px;
              line-height: 10px; } }
      @media (min-width: 42.5em) {
        .sale-banner > div > div.sale-row > div:nth-of-type(1) {
          top: 11px; }
        .sale-banner > div > div.sale-row > div:nth-of-type(2) {
          top: 18px; }
        .sale-banner > div > div.sale-row > div:nth-of-type(3) {
          top: 21px; } }
      @media (min-width: 61.25em) {
        .sale-banner > div > div.sale-row > div:nth-of-type(1) {
          top: 20px; }
        .sale-banner > div > div.sale-row > div:nth-of-type(2) {
          top: 27px; }
        .sale-banner > div > div.sale-row > div:nth-of-type(3) {
          top: 38px; } }
  .sale-banner-mobile {
    margin-top: 13px;
    padding: 0 15px; }
    @media (min-width: 42.5em) {
      .sale-banner-mobile {
        display: none; } }
    .sale-banner-mobile * {
      text-align: center; }
    .sale-banner-mobile h3 {
      font: 400 14px/14px "BlairITC-Medium", sans-serif;
      display: inline-block;
      margin: 0;
      padding: 0 20px;
      position: relative;
      left: 50%;
      -ms-transform: translate(-50%, 0%);
      -webkit-transform: translate(-50%, 0%);
      -moz-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .sale-banner-mobile h3 span {
        font: 400 25px/25px "BlairITC-Medium", sans-serif;
        vertical-align: middle;
        position: relative; }
      .sale-banner-mobile h3::before, .sale-banner-mobile h3::after {
        content: "";
        display: block;
        height: 1px;
        border-top: 1px solid #000;
        position: absolute;
        left: 0;
        top: 50%;
        width: 10px;
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
      .sale-banner-mobile h3::after {
        left: auto;
        right: 0; }
    .sale-banner-mobile p {
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 9px;
      line-height: 9px;
      padding: 0;
      margin: 0;
      color: #666666; }
    .sale-banner-mobile > div {
      margin: 15px 0 12px; }
    .sale-banner-mobile .gg-btn {
      background-color: #000;
      border: 1px solid #000;
      box-sizing: border-box;
      color: #FFF;
      height: 37px;
      font: 700 12px "Helvetica Neue","Helvetica","Arial",sans-serif !important;
      letter-spacing: 0;
      padding-right: 12px;
      position: relative;
      text-align: center;
      text-rendering: optimizelegibility;
      text-transform: uppercase !important;
      padding: 0 30px 0 28px;
      z-index: 4; }
      .sale-banner-mobile .gg-btn:nth-of-type(1) {
        margin-right: 2%; }
      .sale-banner-mobile .gg-btn::after {
        background: transparent url("http://assets.matchesfashion.com/content/mf/images/svg/mf-icn-dropdown-white-right.svg") no-repeat scroll 0 0/contain;
        content: "";
        display: inline-block;
        height: 11px;
        margin-top: -5.5px;
        position: absolute;
        top: 50%;
        width: 11px; }
      .sale-banner-mobile .gg-btn:hover, .sale-banner-mobile .gg-btn.hover {
        background-color: #FFF;
        border: 1px solid #000;
        color: #000; }
        .sale-banner-mobile .gg-btn:hover::after, .sale-banner-mobile .gg-btn.hover::after {
          background: transparent url("http://assets.matchesfashion.com/content/mf/images/svg/mf-icn-dropdown-right.svg") no-repeat scroll 0 0/contain; }
      @media (min-width: 0em) and (max-width: 42.5em) {
        .sale-banner-mobile .gg-btn {
          padding: 0;
          width: 48%; }
          .sale-banner-mobile .gg-btn span {
            display: none; } }
    @media (min-width: 0em) and (max-width: 42.5em) {
      .sale-banner-mobile.sale-row {
        margin-bottom: 33px; } }

@media (min-width: 0em) and (max-width: 61.25em) {
  video {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  video {
    display: none !important; } }
@media (min-width: 61.25em) {
  video {
    position: absolute;
    top: 0;
    left: -0.25%;
    width: 100.5%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .sale-banner > div > div > div:nth-of-type(3) {
    top: 30px; } }
@media (min-width: 42.5em) and (max-width: 61.25em) {
  .touch .sale-banner > div > div > div:nth-of-type(3) {
    top: 13px; }
  .touch .sale-banner > div > div.row > div:nth-of-type(3) {
    top: 18px; } }
@media (min-width: 0em) and (max-width: 61.25em) {
  #sale-mens, #sale-womens {
    display: none; } }
@media (min-width: 42.5em) {
  #sale-mens, #sale-womens {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0; } }

#sale-mens {
  left: 0; }

#sale-womens {
  right: 0; }

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