/*
******************
* coeddesign.com *
******************
*/


/* Global */

body {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6em;
}

p,
address {
  line-height: inherit;
}

.script {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 14px;
  color: #141F47;
  text-transform: inherit;
}

h1.script {
  font-size: 25px;
}

h1.fancy,
h2.fancy,
h3.fancy {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 27px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: inherit;
}

h4.tiny {
  font-family: "sofia-pro";
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: #141f47;
  font-weight: 800;
  letter-spacing: .075em;
}

h4.lead {
  font-family: "Monod Brun";
  color: #DD0030;
  font-size: 14px;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin: 0 auto 0.25em;
}

h4.subheadline {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #141F47;
}

h5.detail {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

p.new {
  font-family: "sofia-pro";
  font-size: inherit;
  line-height: 20px;
  color: #141f47;
}

.uppercase {
  text-transform: uppercase;
}

.box-button {
  background: #141F47;
  padding: 13px;
  width: 45%;
  color: #FFF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: inherit;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  display: block;
  text-align: center;
}

.box-button:hover {
  background: #DD0030;
  color: #FFF !important;
}

.frame-button {
  display: inline-block;
  font-family: "Monod Brun";
  font-size: 13px;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #141F47;
  background: #FFF;
  color: #141F47;
  padding: 8px 80px;
  margin: 1em auto;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
}

.frame-button:hover {
  background: #141F47;
  color: #FFF;
}

.square-button {
  display: table;
  font-family: "Monod Brun";
  font-size: 13px;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #141F47;
  background: #FFF;
  color: #141F47;
  padding: 8px 80px;
  margin: 1em auto;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
}

.square-button:hover {
  background: #141F47;
  color: #FFF;
}

.frame-border:focus {
  /* outline: none */;
}

.fs__blue {
  color: #141F47;
}

.fs__red {
  color: #DD0030;
}

.strike {
  text-decoration: line-through;
}

.tab-sm {
  margin-left: 0.5em;
}

.tab-md {
  margin-left: 1em;
}

.tab-lg {
  margin-left: 2em;
}

.no-top {
  margin-top: 0;
}

.no-btm {
  margin-bottom: 0;
}


/* Header */

.header-2017 {
  display: none;
  padding: 0.9375em 0;
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 2;
  background: #FFF;
}

.header-2017 .collections,
.header-2017 .utility {
  display: none;
}

.header-2017 .header__logo {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.header-2017 .search .sub-menu .search-bar {
  position: absolute;
  top: 75px;
  left: -100%;
  background: #FFF;
  width: 200%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-2017 .search .border {
/*   border: 3px solid #141F47; */
  width: 100%;
  height: 256px;
  display: table;
}

.header-2017 .in-your-bag .border {
/*   border: 3px solid #141F47; */
  width: 100%;
/*   height: calc(100% - 75px); */
/*   0px;600px; */
  top: 75px;
  display: table;
}

.header-2017 .collections {
  text-align: center;
  padding: 0;
  height: 75px;
  position: absolute;
  top: 0;
  margin: 0;
}

.header-2017 .collections h4,
.header-2017 .utility h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
  display: inline-block;
  float: left;
  color: #141F47;
  padding-right: 30px;
}

.header-2017 .in-your-bag .bag form .bag__title,
.header-mobile .in-your-bag .bag form .bag__title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  text-transform: capitalize;
  word-spacing: 0;
}

.header-2017 .collections ul,
.header-2017 .utility ul {
  list-style-type: none;
  padding: 0;
  height: 75px;
}

.header-2017 .collections .sub-menu ul,
.header-2017 .utility .sub-menu ul {
  display: inline-block;
  float: left;
  text-align: left;
  margin-top: 8px;
  padding-left: 30px;
  width: 150px;
}

.header-2017 .collections .sub-menu ul:first-of-type,
.header-2017 .utility .sub-menu ul:first-of-type {
  border-left: 1px solid #DD0030;
  height: auto;
}

.header-2017 .collections ul li,
.header-2017 .utility ul li {
  display: inline-block;
  padding: 0;
  margin-left: -5px;
  position: relative;
}

.header-2017 .collections ul li:first-child,
.header-2017 .utility ul li:first-child {
  margin-left: 0;
}

.header-2017 .utility ul li {
  padding: 0;
  height: 75px;
  margin-left: -11px;
}

.header-2017 .utility .sub-menu ul li {
  height: inherit;
  display: block;
  margin-left: inherit;
}

.header-2017 .utility .sub-menu .about ul {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.header-2017 .utility .sub-menu .about ul li {
  width: 20%;
  float: left;
  margin: 0;
}

.header-2017 .utility .sub-menu ul li:last-child {
  border-right: 0;
}

.header-2017 .collections ul li ul li {
  display: block;
  margin-left: 0;
}

.header-2017 .utility {
  text-align: center;
  padding: 0;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.header-2017 .hash-fred span {
  color: #DD0030;
  font-size: inherit;
  letter-spacing: inherit;
}

.header-2017 .collections .sub-menu ul li a,
.header-2017 .utility .sub-menu ul li a {
  padding: 5px !important;
}

.header-2017 .collections .sub-menu ul li a:first-child,
.header-2017 .utility .sub-menu ul li a:first-child {
  padding-left: 0 !important;
}

.header-2017 .sub-menu nav {
  position: absolute;
  top: 75px;
  left: 0;
  background: #FFF;
  width: auto;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-2017 .collections .sub-menu nav.boutiques ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}

.header-2017 .collections .sub-menu nav.boutiques ul li {
  padding-right: 32px;
}

.header-2017 .collections .sub-menu nav.boutiques .border .wrapper .inline-block {
  width: 960px;
}

.header-2017 .collections .sub-menu nav.boutiques ul li a:hover,
.header-2017 .collections .sub-menu #mymy:hover {
  cursor: default;
  color: #141f47;
}

.header-2017 .utility .sub-menu .designers-wrap {
  position: fixed;
  left: 40px;
  right: 0;
  width: calc(100vw - 80px);
  max-width: 1320px;
  margin: 0 auto;
}

.header-2017 .utility .sub-menu nav.designers {
  position: relative;
  display: inline-block;
  float: left;
  top: 0;
  left: 0;
  padding: 0 !important;
  width: 33%;
}

.header-2017 .utility .sub-menu nav.designers .border {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-2017 .utility .sub-menu nav.designers .border .wrapper {
  padding: 34px 0;
}

.header-2017 .utility .sub-menu nav.designers .border .wrapper .inline-block {
  width: auto;
}

.header-2017 .utility .sub-menu nav.designers ul li {
  padding-right: 32px;
}

.header-2017 .utility .sub-menu nav.account ul {
  border-left: 0;
  padding-left: 0;
}

.header-2017 .utility .sub-menu nav.account .border .wrapper {
  padding: 44px 0;
}

.header-2017 input[type="text"]:-webkit-autofill,
.header-2017 input[type="date"]:-webkit-autofill,
.header-2017 input[type="datetime"]:-webkit-autofill,
.header-2017 input[type="datetime-local"]:-webkit-autofill,
.header-2017 input[type="email"]:-webkit-autofill,
.header-2017 input[type="month"]:-webkit-autofill,
.header-2017 input[type="number"]:-webkit-autofill,
.header-2017 input[type="password"]:-webkit-autofill,
.header-2017 input[type="search"]:-webkit-autofill,
.header-2017 input[type="tel"]:-webkit-autofill,
.header-2017 input[type="time"]:-webkit-autofill,
.header-2017 input[type="url"]:-webkit-autofill,
.header-2017 input[type="week"]:-webkit-autofill,
.header-2017 textarea:-webkit-autofill {
  border: 1px solid #141F47 !important;
}

.header-2017 .sub-menu nav .border
.header-2017 .sub-menu .search-bar .border {
/*   border: 3px solid #141F47; */
  width: 100%;
  height: inherit;
  padding-top: 36px;
  display: table;
  background: transparent;
}

.header-2017 .sub-menu nav .border .wrapper,
.header-2017 .sub-menu .search-bar .border .wrapper{
  display: table-cell;
  vertical-align: top;
  text-align: center;
  height: inherit;
  background: transparent;
}

.header-2017 .sub-menu nav .border .wrapper {
  padding: 36px 0 120px;
}

.header-2017 .sub-menu nav .border .wrapper .inline-block {
  width: 400px;
}

.header-2017 .sub-menu.hover nav {
  height: 256px;
}

.header-2017 .search .sub-menu.hover .search-bar {
  height: 200px;
}

.header-2017 .utility .sub-menu .your-bag {
  position: absolute;
  top: 75px;
  right: 0;
  width: 400px;
  height: 0;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-2017 .bag__empty,
.header-mobile .bag__empty {
  color: #141F47;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.header-2017 .your-bag .border-top,
.header-mobile .your-bag .border-top {
  width: 400px;
/*   height: 2px; */
  background: #141F47;
}

.header-2017 .your-bag .border-left,
.header-mobile .your-bag .border-left{
/*   width: 2px; */
  height: 100%;
  background: #141F47;
  float: left;
}

.header-2017 .your-bag .border-right,
.header-mobile .your-bag .border-right {
/*   width: 2px; */
  height: 100%;
  background: #141F47;
  position: absolute;
  top: 0;
  right: 0;
}

.header-2017 .your-bag .border-bottom,
.header-mobile .your-bag .border-bottom {
  width: 400px;
/*   height: 2px; */
  background: #141F47;
  position: absolute;
  bottom: 0;
}

.header-2017 .sub-menu nav.about {
  left: -5%;
}

.header-2017 .sub-menu .cut {
  height: 2px;
  background: transparent;
  position: relative;
  z-index: 6;
  -webkit-transition: background 0s ease-in-out 0.3s;
  -moz-transition: background 0s ease-in-out 0.3s;
  -o-transition: background 0s ease-in-out 0.3s;
  transition: background 0s ease-in-out 0.3s;
}

.header-2017 .sub-menu .cut.white {
  background: #FFF;
  -webkit-transition: background 0s ease-in-out 0s;
  -moz-transition: background 0s ease-in-out 0s;
  -o-transition: background 0s ease-in-out 0s;
  transition: background 0s ease-in-out 0s;
}

.header-2017 .search .sub-menu .cut {
  width: 100px;
  position: fixed;
  left: 0;
}

.header-2017 .in-your-bag .sub-menu .cut {
  width: 100px;
  position: fixed;
  right: 0;
}

.header-2017 .in-your-bag .sub-menu .cut.white {
  background: transparent;
}

.header-2017 .sub-menu .masking {
  z-index: -1;
  position: fixed;
  top: 75px;
  left: -100%;
  background: #FFF;
  width: 200%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-2017 .sub-menu.hover .masking {
  height: 256px;
}

.header-2017 .sub-menu.hover nav.men,
.header-2017 .sub-menu.hover .masking.men {
  height: 212px;
}

.header-2017 .sub-menu.hover nav.boutiques,
.header-2017 .sub-menu.hover .masking.boutiques,
.header-2017 .sub-menu.hover nav.life,
.header-2017 .sub-menu.hover .masking.life {
  height: 234px;
}

.header-2017 .sub-menu.hover nav.sale,
.header-2017 .sub-menu.hover .masking.sale {
  height: 150px;
}

.header-2017 .sub-menu.hover nav.designers {
  height: 336px;
}
.header-2017 .sub-menu.hover .masking.designers {
  height: 380px;
}

.header-2017 .sub-menu.hover nav.account,
.header-2017 .sub-menu.hover .masking.account {
  height: 188px;
}

.header-2017 .utility .sub-menu .account ul {
  margin-top: 0;
}

.header-2017 .collections ul li a,
.header-2017 .utility ul li a,
.header-2017 .in-your-bag .item-count {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: inherit;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 28px 28px 27px 28px;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.header-2017 .collections ul li a:hover,
.header-2017 .utility ul li a:hover {
  color: #DD0030;
}

.header-2017 .bag {
  width: 400px;
  height: 590px;
  background: none;
  border: 0;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  transform: none;
  top: auto;
  bottom: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
}

.header-mobile .bag {
  width: 400px;
  height: 100%;
  margin: 0;
  background: none;
  border: 0;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  transform: none;
  top: auto;
  bottom: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
}

.header-2017 .bag__overlay,
.header-mobile .bag__overlay {
  position: absolute !important;
}

.header-2017 .bag--exposed .bag__overlay,
.header-mobile .bag--exposed .bag__overlay {
  display: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background: pink;
}

.header-2017 .in-your-bag .item-count {
  position: absolute;
  top: 0;
  right: 0;
  color: #141f47;
  padding: 34px 38px 28px;
}

.header-2017 .in-your-bag .bag form {
  margin: 0 5px 0 0;
  padding: 0 0 0 50px;
  height: 585px;
  text-align: left;
}

.header-mobile .in-your-bag .bag form {
  margin: 0 5px 0 0;
  padding: 0 0 0 50px;
  width: 415px;
  height: 100%;
  text-align: left;
  overflow: auto;
}

.header-2017 .in-your-bag .bag form .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.header-mobile .in-your-bag .bag form .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #DD0030;
}

.header-2017 .in-your-bag .bag form .mCSB_scrollTools,
.header-mobile .in-your-bag .bag form .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}

.header-2017 .in-your-bag .bag form .mCSB_scrollTools .mCSB_draggerRail,
.header-2017 .in-your-bag .bag form .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.header-2017 .in-your-bag .bag form .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.header-mobile .in-your-bag .bag form .mCSB_scrollTools .mCSB_draggerRail,
.header-mobile .in-your-bag .bag form .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.header-mobile .in-your-bag .bag form .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
}

.header-2017 .in-your-bag .bag form .bag__header,
.header-mobile .in-your-bag .bag form .bag__header{
  margin-top: 15px;
  text-align: center;
}

.header-2017 .in-your-bag .bag form .bag__hr,
.header-mobile .in-your-bag .bag form .bag__hr {
  background: #DD0030;
  width: 100%;
  height: 1px;
  margin: 35px 0 5px 0;
}

.header-2017 .utility .sub-menu .your-bag .bag__empty,
.header-mobile .sub-menu .your-bag .bag__empty {
  text-align: center;
}

.header-2017 .utility .sub-menu .your-bag .bag__items,
.header-mobile .sub-menu .your-bag .bag__items {
  padding-bottom: 165px;
}

.header-2017 .utility .sub-menu .your-bag .mCSB_container,
.header-mobile .sub-menu .your-bag .mCSB_container {
  width: 294px;
}

.header-2017 .in-your-bag .bag form .bag__footer,
.header-mobile .in-your-bag .bag form .bag__footer {
  position: absolute;
  bottom: 0;
  background: #FFF;
  width: 300px;
  height: auto;
  left: 50px;
  right: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.header-2017 .in-your-bag .bag form .bag__total-name:before,
.header-mobile .in-your-bag .bag form .bag__total-name:before {
  display: none;
}

.header-2017 .in-your-bag .bag form .bag__footer .bag__hr,
.header-mobile .in-your-bag .bag form .bag__footer .bag__hr {
  margin: 0 0 18px 0;
}

.header-2017 .in-your-bag .bag form .bag-item__title,
.header-mobile .in-your-bag .bag form .bag-item__title {
  line-height: 14px;
  margin: 0;
  float: inherit;
}

.header-2017 .in-your-bag .bag form .bag-item__header,
.header-mobile .in-your-bag .bag form .bag-item__header{
  padding-bottom: 15px;
}

.header-2017 .in-your-bag .bag form .bag-item__title a,
.header-mobile .in-your-bag .bag form .bag-item__title a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-2017 .in-your-bag .bag form .bag-item__brand,
.header-mobile .in-your-bag .bag form .bag-item__brand,
.header-2017 .in-your-bag .bag form .bag-item__variant,
.header-mobile .in-your-bag .bag form .bag-item__variant {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #141F47;
  margin-top: 1px;
  margin-bottom: 0;
}

.header-2017 .in-your-bag .bag form .bag-item__price,
.header-mobile .in-your-bag .bag form .bag-item__price {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-2017 .in-your-bag .bag form .bag__total-name,
.header-mobile .in-your-bag .bag form .bag__total-name {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-2017 .in-your-bag .bag form .bag__total-value,
.header-mobile .in-your-bag .bag form .bag__total-value {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-2017 .in-your-bag .bag form .bag-item,
.header-mobile .in-your-bag .bag form .bag-item {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #141F47;
  margin-bottom: 20px;
}

.header-2017 .in-your-bag .bag form .bag-item:first-child,
.header-mobile .in-your-bag .bag form .bag-item:first-child,
.header-2017 .in-your-bag .bag form .bag-item.first-child,
.header-mobile .in-your-bag .bag form .bag-item.first-child {
  padding-top: 0;
}

.header-2017 .in-your-bag .bag form .bag-item:last-child,
.header-mobile .in-your-bag .bag form .bag-item:last-child {
  border-bottom: 1px solid #FFF;
}

.header-2017 .in-your-bag .bag form .bag__title,
.header-2017 .in-your-bag .bag form .bag-item__desc a,
.header-2017 .in-your-bag .bag form .bag-item__price,
.header-2017 .in-your-bag .bag form .increment__input[type="number"],
.header-2017 .in-your-bag .bag form .increment__btn,
.header-mobile .in-your-bag .bag form .bag__title,
.header-mobile .in-your-bag .bag form .bag-item__desc a,
.header-mobile .in-your-bag .bag form .bag-item__price,
.header-mobile .in-your-bag .bag form .increment__input[type="number"],
.header-mobile .in-your-bag .bag form .increment__btn {
  color: #141F47;
}

.header-2017 .in-your-bag .bag form .desktop-lazy,
.header-2017 .in-your-bag .bag form .desktop-and-tablet-lazy,
.header-2017 .in-your-bag .bag form .mobile-lazy,
.header-2017 .in-your-bag .bag form .tablet-lazy,
.header-2017 .in-your-bag .bag form .phone-lazy,
.header-2017 .in-your-bag .bag form .lazy,
.header-2017 .in-your-bag .bag form .owl-lazy,
.header-2017 .in-your-bag .bag form .lazy-gif,
.header-mobile .in-your-bag .bag form .desktop-lazy,
.header-mobile .in-your-bag .bag form .desktop-and-tablet-lazy,
.header-mobile .in-your-bag .bag form .mobile-lazy,
.header-mobile .in-your-bag .bag form .tablet-lazy,
.header-mobile .in-your-bag .bag form .phone-lazy,
.header-mobile .in-your-bag .bag form .lazy,
.header-mobile .in-your-bag .bag form .owl-lazy,
.header-mobile .in-your-bag .bag form .lazy-gif {
  opacity: 1;
  transition: none;
}

.header-2017 .in-your-bag .bag form .increment,
.header-mobile .in-your-bag .bag form .increment {
  border: 1px solid #141F47;
  width: 110px;
  height: 25px;
}

.header-2017 .in-your-bag .bag form .increment__input[type="number"],
.header-mobile .in-your-bag .bag form .increment__input[type="number"] {
  height: 24px;
  font-size: 14px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.header-2017 .in-your-bag .bag form .increment__btn,
.header-mobile .in-your-bag .bag form .increment__btn {
  width: 22px;
  height: 22px;
  padding: 0;
}

.header-2017 .in-your-bag .bag form .increment__btn span,
.header-mobile .in-your-bag .bag form .increment__btn span {
  color: transparent;
}

.header-2017 .in-your-bag .bag form .increment__btn span:before,
.header-2017 .in-your-bag .bag form .increment__btn span:after,
.header-mobile .in-your-bag .bag form .increment__btn span:before,
.header-mobile .in-your-bag .bag form .increment__btn span:after {
  background: #141F47;
}

.header-2017 .in-your-bag .bag form .increment__btn span:before,
.header-mobile .in-your-bag .bag form .increment__btn span:before {
  height: 1px;
  margin: 0px 0 0 -4px;
  width: 9px;
}

.header-2017 .in-your-bag .bag form .increment__btn span:after,
.header-mobile .in-your-bag .bag form .increment__btn span:after {
  height: 9px;
  margin: -4px 0 0 0;
  width: 1px;
}

.header-2017 .in-your-bag .bag form .increment__btn.increment__subtr span:after,
.header-mobile .in-your-bag .bag form .increment__btn.increment__subtr span:after {
  height: 0;
  width: 0;
}

.header-2017 .in-your-bag .bag form .bag-item__actions,
.header-mobile .in-your-bag .bag form .bag-item__actions {
  padding-top: 21px;
}

.header-2017 .in-your-bag .bag form .bag-item__remove,
.header-mobile .in-your-bag .bag form .bag-item__remove {
  margin-top: -1px;
  font-size: 14px;
}

.header-2017 .in-your-bag .bag form .bag-item__photo,
.header-mobile .in-your-bag .bag form .bag-item__photo {
  padding-top: 4px;
}

.header-2017 .in-your-bag .bag form .bag-item__desc,
.header-mobile .in-your-bag .bag form .bag-item__desc {
  padding-left: 15px;
}

.header-2017 .in-your-bag .bag form .bag__actions,
.header-mobile .in-your-bag .bag form .bag__actions {
  padding: 0;
}

.header-2017 .in-your-bag .bag form .button--quinary,
.header-2017 .in-your-bag .bag form button.button--quinary,
.header-2017 .in-your-bag .bag form button[type="button"].button--quinary,
.header-2017 .in-your-bag .bag form button[type="submit"].button--quinary,
.header-mobile .in-your-bag .bag form .button--quinary,
.header-mobile .in-your-bag .bag form button.button--quinary,
.header-mobile .in-your-bag .bag form button[type="button"].button--quinary,
.header-mobile .in-your-bag .bag form button[type="submit"].button--quinary {
  background: #141F47;
  border: 0;
  padding: 0;
  height: 42px;
  color: #FFF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 0;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: normal;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.header-2017 .in-your-bag .bag form .button--quinary:hover,
.header-2017 .in-your-bag .bag form .button--quinary:active,
.header-2017 .in-your-bag .bag form button.button--quinary:hover,
.header-2017 .in-your-bag .bag form button.button--quinary:active,
.header-2017 .in-your-bag .bag form button[type="button"].button--quinary:hover,
.header-2017 .in-your-bag .bag form button[type="button"].button--quinary:active,
.header-2017 .in-your-bag .bag form button[type="submit"].button--quinary:hover,
.header-2017 .in-your-bag .bag form button[type="submit"].button--quinary:active,
.header-mobile .in-your-bag .bag form .button--quinary:hover,
.header-mobile .in-your-bag .bag form .button--quinary:active,
.header-mobile .in-your-bag .bag form button.button--quinary:hover,
.header-mobile .in-your-bag .bag form button.button--quinary:active,
.header-mobile .in-your-bag .bag form button[type="button"].button--quinary:hover,
.header-mobile .in-your-bag .bag form button[type="button"].button--quinary:active,
.header-mobile .in-your-bag .bag form button[type="submit"].button--quinary:hover,
.header-mobile .in-your-bag .bag form button[type="submit"].button--quinary:active{
  background: #DD0030;
}

.header-2017 .in-your-bag .bag form .button--tertiary,
.header-2017 .in-your-bag .bag form button.button--tertiary,
.header-2017 .in-your-bag .bag form button[type="button"].button--tertiary,
.header-2017 .in-your-bag .bag form button[type="submit"].button--tertiary,
.header-mobile .in-your-bag .bag form .button--tertiary,
.header-mobile .in-your-bag .bag form button.button--tertiary,
.header-mobile .in-your-bag .bag form button[type="button"].button--tertiary,
.header-mobile .in-your-bag .bag form button[type="submit"].button--tertiary {
    color: #141F47;
    border-color: #141F47;
}

.header-2017 .in-your-bag .bag form .bag-item.loading:before,
.header-2017 .in-your-bag .bag form .bag-item.loading:before,
.header-mobile .in-your-bag .bag form .bag-item.loading:before,
.header-mobile .in-your-bag .bag form .bag-item.loading:before {
  content: ' ';
  z-index: 5;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -1.1875em 0 0 -1.1875em;
  width: 2.375em;
  height: 2.375em;
  background-image: url('loading-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.375em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header-2017 .in-your-bag .bag form .bag-item.loading:after,
.header-mobile .in-your-bag .bag form .bag-item.loading:after {
  background: #FFF;
  bottom: 0;
  content: ' ';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .8;
  z-index: 3;
}

.header-2017 input[type="text"],
.header-2017 input[type="email"],
.header-2017 input[type="password"],
.header-mobile input[type="text"],
.header-mobile input[type="email"],
.header-mobile input[type="password"] {
  background: #FFF;
  border: 1px solid #141F47;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 14px;
  color: #141F47;
}

.header-2017 input[type="submit"],
.header-mobile input[type="submit"]{
  background: #141F47;
  border: 0;
  padding: 0;
  height: 42px;
  line-height: 42px;
  color: #FFF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: inherit;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.header-2017 input[type="submit"]:hover,
.header-2017 input[type="submit"]:active,
.header-mobile input[type="submit"]:hover,
.header-mobile input[type="submit"]:active {
  background: #DD0030;
}

.header-2017 .search-bar input[type="text"],
.header-2017 .search-bar input[type="submit"] {
  display: inline-block;
  float: left;
}

.header-2017 .search-bar input[type="text"],
.header-mobile .search-bar input[type="text"] {
  width: 55%;
  margin: 0 0 0 15%;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  border-right: 0;
}

.header-2017 .search-bar input[type="submit"] {
  width: 15%;
  margin-right: 15%;
}

.header-2017 .search-bar input[type="submit"]:hover,
.header-2017 .search-bar input[type="submit"]:active {
  background: #DD0030;
}

.header-2017 .search-bar .inline-block {
  display: table;
  width: 100%;
}

.header-2017 .search-bar form {
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.header-2017 .bag #btnKeepShopping,
.header-mobile .bag #btnKeepShopping {
  display: none;
}

.header-2017 .bag .bag__total p,
.header-mobile .bag .bag__total p {
  color: #141F47;
}

.gift-footer-options .bag__hr {
  margin-bottom: 12px !important;
}

.gift-footer-options .gift-wrapping-label {
  display: block;
  float: none;
  color: #141F47;
  margin-bottom: 20px;
  cursor: pointer;
}

.gift-wrapping-label.is-hidden {
  display: none;
}

.gift-footer-options .apply-gift-wrapping {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #141F47;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px;
  box-shadow: 1px 1px;
  width: 12px;
  height: 12px;
  top: 2px;
  position: relative;
  cursor: pointer;
}

.gift-footer-options .apply-gift-wrapping:checked:after {
  content: '';
  background: url('gift-wrapping-checkbox-2.svg') no-repeat;
  position: absolute;
  width: 10px;
  height: 10px;
}

.gift-footer-options h5.detail {
  color: inherit;
  display: inline-block;
  margin: 0;
}

.gift-footer-options .price {
  float: right;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.gift-footer-options #gift-note {
  border: 1px solid #DD0030;
  margin-bottom: -7px;
  background: #FFF;
  min-height: 125px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.5em;
  color: #141F47;
  letter-spacing: 0.03125em;
}

.gift-footer-options .gift-note-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out;
}

.gift-footer-options .gift-note-wrapper.expand {
  height: 124px;
}

.header-mobile .header__logo {
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 1em auto;
  z-index: 1;
}

.header-mobile .menu-open {
  position: absolute;
  top: 0;
  background: transparent;
  border: 0;
  z-index: 1;
  padding: 21px 25px;
}

.header-mobile .menu-open .hamburger-icon::before {
  background-image: url('hamburger.svg');
  background-repeat: no-repeat;
  background-size: 25px 25px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
}

.header-mobile .menu-drawer {
  position: fixed;
  background: #FFF;
  z-index: 2000;
  height: 100%;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.header-mobile .menu-drawer .border-top,
.header-mobile .search-bar .border-top {
  width: 100%;
/*   height: 2px; */
  background: #141F47;
}

.header-mobile .menu-drawer .border-left,
.header-mobile .search-bar .border-left {
/*   width: 2px; */
  height: 100%;
  background: #141F47;
  float: left;
}

.header-mobile .menu-drawer .border-right,
.header-mobile .search-bar .border-right {
/*   width: 2px; */
  height: 100%;
  background: #141F47;
  position: absolute;
  top: 0;
  right: 0;
}

.header-mobile .menu-drawer .border-bottom,
.header-mobile .search-bar .border-bottom {
  width: 100%;
/*   height: 2px; */
  background: #141F47;
  position: absolute;
  bottom: 0;
}

.header-mobile .menu-container {
  height: 100%;
  overflow: auto;
  padding-bottom: 75px;
}

.header-mobile .menu-drawer .menu-close,
.header-mobile .search-bar .search-close,
.header-mobile .your-bag .bag-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
  z-index: 1;
  padding: 18px;
}

.header-mobile .your-bag .bag-close {
  right: inherit;
  left: 0;
}

.header-mobile .menu-drawer .close-icon::before,
.header-mobile .search-bar .close-icon::before,
.header-mobile .your-bag .close-icon::before {
  background-image: url('close.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}

.header-mobile .menu-drawer ul {
  list-style-type: none;
  margin: 32px 20%;
  padding: 0;
}

.header-mobile .menu-drawer ul li {
  padding: 0;
  margin-right: 48px;
}

.header-mobile .menu-drawer ul li nav {
  display: none;
  border-top: 1px solid #DD0030;
  border-bottom: 1px solid #DD0030;
  padding: 10px 0;
  margin: 0;
}

.header-mobile .menu-drawer ul li nav .divider {
  width: 100%;
  height: 1px;
  background: #DD0030;
  display: block;
  margin: 10px 0 16px 0;
}

.header-mobile .menu-drawer ul li nav ul {
  margin: 0 !important;
  padding: 0 16px;
}

.header-mobile .menu-drawer ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  color: #141F47;
  padding: 16px;
}

.header-mobile .menu-drawer ul li nav ul li a {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: inherit;
  text-decoration: none;
  text-transform: uppercase;
  color: #DD0030;
  padding: 6px 0;
}

.header-mobile .search-bar {
  display: none;
  z-index: 2000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.header-mobile .search-bar .center-table {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 3px;
}

.header-mobile .search-bar .center-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.header-mobile .search-bar .top,
.header-mobile .search-bar .middle,
.header-mobile .search-bar .bottom {
  display: inline-block;
  width: 100%;
  float: left;
}

.header-mobile .search-bar .top {
  height: 18%;
}

.header-mobile .search-bar .bottom {
  height: 24%;
}

.header-mobile .search-bar .middle {
  height: 58%;
}

.header-mobile .search-bar .middle input[type="text"] {
  margin: 0;
  width: 84%;
  border-right: 1px solid #141F47;
}

.header-mobile .search-bar .bottom input[type="submit"] {
  width: 200px;
}

.header-mobile .search-bar .middle .divider {
  width: 1px;
  height: 150px;
  display: block;
  background: #DD0030;
  margin: 50px auto;
}

.header-mobile .search-bar .middle .search {
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.header-mobile .search-bar .top {
  position: relative;
}

.header-mobile .search-bar .top h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  text-transform: inherit;
  display: block;
  color: #141F47;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.header-mobile .bag-toggle {
  position: absolute;
  right: 0;
  background: transparent;
  border: 0;
  z-index: 1;
  padding: 18px;
}

.header-mobile .bag,
.header-mobile .your-bag .border-top,
.header-mobile .your-bag .border-bottom,
.header-mobile .sub-menu.bag-show .your-bag,
.header-mobile .sub-menu.bag-show .bag {
  width: 400px;
}

.header-mobile .sub-menu.bag-show form {
  width: 415px;
}

.header-mobile .sub-menu.bag-show .bag__container {
  width: 345px;
  height: 100%;
}

.header-mobile h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: inherit;
  text-decoration: none;
  text-transform: uppercase;
  color: #DD0030;
  margin: 6px 16px;
}

.header-mobile .hash-fred span {
  font-size: 1em;
  color: #DD0030;
}

.header-mobile .sub-menu .your-bag {
  z-index: 3;
  width: 0;
  position: fixed;
  right: 0;
  height: 100%;
  background: #FFF;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-mobile .in-your-bag .item-count {
  position: absolute;
  top: 17px;
  right: 0;
  bottom: 0;
  left: 0;
  color: #141f47;
  padding: 16px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.header-mobile .in-your-bag .bag-toggle__icon {
  margin: 0;
}

.header-mobile .bag-toggle__icon::before {
    background-image: url('bag2.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
}

.header-mobile__hr {
  margin: 16px;
  width: 90%;
  font-size: 12px;
}

.mobile-search-bar {
  border: solid #141F47 2px;
  width: 100%;
  max-height: 50px;
}

.mobile-search-icon {
  position: relative;
  top: -24px;
  width: 32px;
  left: 93%;
}

/* Main */

.lazy-load {
  display: none;
  color: #FFF;
}

.lazy-load:before {
  content: '';
  z-index: 4;
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  background: #FFF;
  background-position: center center;
  background-repeat: repeat;
  background-size: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.lazy-load:after {
  content: '';
  z-index: 5;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin: -1.1875em 0 0 -1.1875em;
  width: 2.375em;
  height: 2.375em;
  background-image: url('loading-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.375em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.pagination {
  position: relative;
  margin: 2em 0;
  text-align: center;
}

.pagination .prev {
  position: absolute;
  left: 0;
}

.pagination .next {
  position: absolute;
  right: 0;
}

.pagination .page.current,
.pagination .page a {
  padding: 0.5em;
}

div .slick-prev,
div .slick-next {
  width: 35px;
  height: 35px;
  z-index: 2;
}

div .slick-prev {
  left: 10px;
}

div .slick-next {
  right: 10px;
}

div .slick-prev:before,
div .slick-prev:after,
div .slick-next:before,
div .slick-next:after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

div .slick-prev:before {
  //background-image: url("arrow-left-regular-white.svg");
}

div .slick-prev:after {
  background-image: url("arrow-left-regular-blue.svg");
}

div .slick-next:before {
  //background-image: url("arrow-right-regular-white.svg");
}

div .slick-next:after {
  background-image: url("arrow-right-regular-blue.svg");
}

div .slick-prev:hover:before,
div .slick-next:hover:before,
div .slick-prev:after,
div .slick-next:after {
  opacity: 0.75;
}

div .slick-prev:hover:after,
div .slick-next:hover:after {
  opacity: 1;
}

div .slick-dots {
  bottom: 50px;
}

div .slick-dots li {
  margin: 0;
}

div .slick-dots li button {
  padding: 10px;
}

div .slick-dots li button:before {
  opacity: 1;
  color: #FFF;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

div .slick-dots li:hover button:before,
div .slick-dots li.slick-active button:before {
  color: #141f47;
}

.shopify-section #hero {
  display: none;
}

.locations h1 {
  color: #141f47;
  font-family: "Monod Brun";
  font-size: 3.1875em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-align: center;
  margin: 100px auto 45px;
}

.locations {
  padding: 0 8px;
  clear: both;
  overflow: auto;
  margin-bottom: 100px;
}

.locations .store {
  display: inline-block;
  float: left;
  position: relative;
  width: 50%;
  padding: 8px 8px 2px 8px;
}

.locations .image {
  z-index: -1;
  position: inherit;
}

.locations .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.locations .details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 65%;
  max-width: 640px;
  margin: -100px auto auto;
  padding: 20px 0 10px 0;
  text-align: center;
  background: #FFF;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #141f47;
}

.locations .details h3 {
  color: #DD0030;
  font-size: 14px;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 1em;
}

.locations .details .address-and-hours {
  display: none;
  padding-bottom: 1em;
}

.locations .details .address-and-hours a {
  text-decoration: none;
}

.locations .details .address-and-hours p {
  margin: 0;
}

.locations .details .address-and-hours ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 1em;
  clear: both;
  overflow: auto;
}

.locations .details .address-and-hours ul:last-child {
  margin-bottom: 0;
}

.locations .details .address-and-hours ul li {
  padding: 0;
  margin: 0 auto;
  max-width: 225px;
}

.locations .details .address-and-hours ul li span {
  display: inline-block;
  float: left;
  width: 50%;
}

.locations .details .address-and-hours ul li span:first-child {
  text-align: left;
}

.locations .details .address-and-hours ul li span:last-child {
  text-align: right;
}

.locations .details .address-and-hours p:first-child {
  margin-bottom: 1em;
}

.locations-mobile-slider .slick-prev,
.locations-mobile-slider .slick-next {
  top: 32% !important;
}

.locations-mobile-slider img.mobile {
  display: none;
}

.sixteen-by-nine {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
  height: 0;
  overflow: hidden;
}

.sixteen-by-nine iframe,
.sixteen-by-nine object,
.sixteen-by-nine embed,
.sixteen-by-nine img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-center-table {
  position: absolute;
  display: table;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absolute-center-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*#mc_embed_signup .mc-field-group label {
  display: none;
}*/

#mc_embed_signup .button {
  position: absolute;
  right: 2px;
  top: 8px;
}

#mc_embed_signup .response {
  margin-top: 1em;
}

#mc_embed_signup .mce_inline_error {
  margin: 1em 0 0 0 !important;
  padding: inherit !important;
  background-color: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

#mc_embed_signup .email.mce_inline_error {
  margin: 0 0 0.66778em 0 !important;
  padding: 0.6956em 7em 0.61213em 0.83472em !important;
  background: #F3F2F2 !important;
}

#mc_embed_signup input[type="email"] {
  padding-right: 7em !important;
}

#mc_embed_signup input[type="email"]:focus::-webkit-input-placeholder {
  color: transparent;
}

#mc_embed_signup input[type="email"]:focus:-moz-placeholder {
  color: transparent;
}


/* Footer */

.footer {
  min-height: inherit !important;
  padding: inherit !important;
  text-align: inherit;
  margin-top: 85px;
}

.footer a {
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.footer a:hover {
  color: #DD0030;
}

.footer-sticky {
  box-shadow: none;
  border-top: 0;
}

.footer__hr {
  color: transparent;
  opacity: 0;
}

.footer hr.full-bleed {
  height: 1px;
  margin: 24px 0 32px;
}

.footer__copyright {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 12px;
  margin: 0 0 2em 0;
  color: #141f47;
}

.footer__copyright a {
  text-decoration: none;
}

.footer__copyright a:hover {
  color: #141f47;s
}

.footer__newsletter {
  border: 1px solid #051d48;
}

.footer__love-more {
  font-size: 12px;
  margin-top: inherit;
}

.footer__nav h4 {
  font-family: "Monod Brun";
  font-size: 12px;
  letter-spacing: 0.17em;
  color: #DD0030;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.footer__nav-col:last-child h4 {
  margin-bottom: 18px;
}

.footer__nav a {
  font-family: "sofia-pro";
}

.footer__nav .tel {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 17px;
}

.footer__nav {
  padding: 0;
  margin: 15px 0 90px;
  max-width: inherit;
  border-bottom: 0;
  overflow: hidden;
}

.footer__nav-col {
  width: 150px;
  float: left;
  padding-right: 0;
}

.footer__nav-col:nth-child(3),
.footer__nav-col:nth-child(5) {
  width: 225px;
}

.footer__nav-col:nth-child(4),
.footer__nav-col:nth-child(5) {
  float: right;
}

.footer__nav-col:nth-child(4) {
  width: auto;
  padding-right: 0;
  padding-top: 10px;
}

.footer__copyright {
  margin: 15px 0 60px;
}

.footer-sticky__newsletter {
  padding-top: 5px;
  padding-bottom: 0;
}

.footer-sticky__more-social a {
  color: #FFF;
  position: relative;
  top: 8px;
  padding-left: 30px;
}


/* Pages */

#fred-segal .page-wrap {
  animation: fadeIn 2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

#fred-segal .exclusives.reverse .exclusive__overlay,
#fred-segal .exclusives .exclusive__overlay.light {
  background: rgba(255,255,255,0.25);
}

#fred-segal .featured-exclusives.minimal .featured__content {
  display: none;
}

#fred-segal .exclusives .logo {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: auto;
  margin: -60px 0 0 -120px;
}

#fred-segal .featured-exclusives .logo {
  width: 210px;
  padding-top: 5px;
}

#fred-segal .location-item:nth-child(3n+1) {
  clear: both;
}

#fred-segal .home-hero-slider .slick-prev,
#fred-segal .home-hero-slider .slick-next {
  z-index: 1;
}

#fred-segal .home-hero-slider .slick-prev,
#fred-segal .home-hero-slider .slick-next {
  top: calc(50% - 30px);
}

#fred-segal .home-hero-slider .slick-prev {
  left: 30px;
}

#fred-segal .home-hero-slider .slick-next {
  right: 30px;
}

#fred-segal .home-hero-slider .sixteen-by-nine img {
  z-index: -1;
}

#fred-segal .home-hero-slider .sixteen-by-nine p {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #FFFFFF;
  font-family: "Monod Brun";
  font-size: 12px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 0;
}

#fred-segal .home-hero-slider .sixteen-by-nine h2 {
  color: #DD0030;
  font-size: 22px;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
}

#fred-segal .home-hero-slider .sixteen-by-nine h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -.03em;
  text-transform: inherit;
  margin: .5em auto 1.5em;
}

#fred-segal .home-hero-slider .sixteen-by-nine a {
  margin-bottom: 0;
}

#fred-segal .collection-lookbook {
  clear: both;
  overflow: auto;
  margin-bottom: 75px;
}

#fred-segal .collection-lookbook h2,
#fred-segal .collection-lookbook h1 {
  text-align: center;
}

#fred-segal .collection-lookbook h2 {
  color: #DD0030;
  font-size: 14px;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
}

#fred-segal .collection-lookbook h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: inherit;
  margin: 0 auto 2em;
}

#fred-segal .collection-lookbook div {
  display: inline-block;
  float: left;
  position: relative;
}

#fred-segal .collection-lookbook .one {
  width: 37%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#fred-segal .collection-lookbook .two {
  width: 63%;
  padding-left: 8px;
  padding-bottom: 8px;
}

#fred-segal .collection-lookbook .three {
  width: 67%;
  padding-right: 8px;
}

#fred-segal .collection-lookbook .four {
  width: 33%;
  padding-left: 8px;
}

#fred-segal .collection-lookbook div img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

#fred-segal .collection-lookbook div a:hover img {
  opacity: .7;
}

#fred-segal .collection-lookbook .two p {
  position: absolute;
  bottom: 48px;
  left: 48px;
  color: #141f47;
  font-family: "Monod Brun";
  font-size: 12px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 0;
}

#fred-segal .collection-grid {
  padding: 0 8px;
  clear: both;
  overflow: auto;
  margin-bottom: 100px;
}

#fred-segal .collection-grid .label {
  clear: both;
  overflow: auto;
  margin: 1em auto 2.5em;
}

#fred-segal .collection-grid .label .center {
  display: table;
  margin: 0 auto;
}

#fred-segal .collection-grid h1,
#fred-segal .collection-grid h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 27px;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: inherit;
  margin: 0;
  display: inline-block;
  float: left;
}

#fred-segal .collection-grid .divider {
  width: 2px;
  height: 26px;
  background: #DD0030;
  display: inline-block;
  float: left;
  margin: 0 10px;
}

#fred-segal .collection-grid .photo {
  display: inline-block;
  float: left;
  position: relative;
  width: 25%;
  padding: 8px;
}

#fred-segal .collection-grid .photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

#fred-segal .collection-grid .photo a:hover img {
  opacity: .7;
}

#fred-segal .article-feature {
  position: relative;
  clear: both;
  overflow: auto;
  margin-bottom: 50px;
}

#fred-segal .article-feature .image {
  z-index: -1;
  position: inherit;
}

#fred-segal .article-feature .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#fred-segal .article-feature .details {
  width: 50%;
  max-width: 640px;
  margin: -100px auto auto;
  padding: 40px 75px;
  text-align: center;
  background: #FFF;
}

#fred-segal .article-feature .details h2 {
  color: #DD0030;
  font-size: 14px;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
}

#fred-segal .article-feature .details h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: inherit;
  margin: 0 auto 1em;
}

#fred-segal .article-feature .details p {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #141f47;
}

#fred-segal .collection-brands {
  padding: 0 8px;
  clear: both;
  overflow: auto;
  margin-bottom: 100px;
}

#fred-segal .collection-brands h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: inherit;
  margin: 0 auto 1em;
  text-align: center;
}

#fred-segal .collection-brands div {
  display: inline-block;
  float: left;
  position: relative;
  width: 25%;
  padding: 8px 8px 2px 8px;
}

#fred-segal .collection-brands div img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#fred-segal .collection-brands .frame-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 50px;
  padding: 8px;
}

#fred-segal .collection-brands p {
  display: none;
  position: absolute;
  background: #DD0030;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  padding: 40px 20px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}

#fred-segal .locations h1 {
  font-size: 30px;
  margin: 0 auto 30px;
}

#locations .locations h1 {
  margin: 0 auto 45px;
}

#location h1.fancy {
  font-size: 40px;
  font-weight: 600;
}

#location .fancy {
  margin-top: 0;
  margin-bottom: 20px;
}

#location .location-featured {
  overflow: visible;
  clear: both;
  margin-bottom: 80px;
}

#location .location-featured__image {
  width: 90%;
}

#location .reverse .location-featured__image {
  margin-left: 10%;
}

#location .reverse .location-featured__info {
  left: 0;
  right: inherit;
  padding-right: 2.75em;
  padding-left: 0;
}

#location .location-info {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #141f47;
}

#location .times span:nth-child(2n+1) {
  width: 50%;
  max-width: 6.875em;
  clear: both;
}

#location .location-info__hours,
#location .location-info__directions {
  overflow: auto;
  clear: both;
}

#location .location-info__hours {
  margin-bottom: 1.25em;
}

.location-info__address, .location-info__phone {
  margin-bottom: 1.25em;
}

#location .location-info__directions {
  border-top: 1px solid #DD0030;
  padding-top: 1.25em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

#location .location-info__directions-btn {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 15px;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

#location .location-info__directions-btn:hover {
  color: #DD0030;
}

#location .location-details {
  overflow: auto;
  clear: both;
  margin-bottom: 100px;
}

#location .overlap-top,
#location .overlap-bottom {
  overflow: visible;
}

#location .location-details div {
  width: 50%;
  display: inline-block;
  float: left;
}

#location .overlap-bottom .location-details__image img {
  margin-top: -100px;
}

#location .overlap-bottom .location-details__image {
  margin-bottom: 120px;
}

#location .overlap-bottom + .location-featured {
  margin-bottom: 30px;
}

#location + .locations {
  margin-bottom: 50px;
}

#location + .locations h1 {
  margin-top: 30px;
}

#location .location-details__text {
  padding: 50px 100px 50px 0;
}

#location .reverse .location-details__text {
  padding: 100px 0 50px 100px;
}

#coming-soon h1 {
  text-align: center;
}

#about-fred-segal .company-info {
  margin-top: 5em;
}

#about-fred-segal .company-info p {
  text-align: center;
}

#account .account__inner {
  overflow: auto;
  margin: 60px auto 120px;
}

#account .account__inner .script.bottom-margin {
  margin-bottom: 1em;
}

#account .account__inner .account__addresses-list,
#account .account__inner .order-history ,
#account .account__inner .single-order-view,
#account .account__inner .group.group__giftcards,
#account #address-form-container {
  padding: 10px 10px 50px 75px;
}


#account .account__inner p,
#account .account__inner address,
#account .account__inner .account__box-content,
#account .account__inner .account__orders-table td {
  color: #141F47;
}

#account .account__inner a {
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

#account .account__inner a:hover {
  color: #DD0030;
}

#account .account__inner h4.script {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  color: #141F47;
  text-transform: inherit;
}

#account .account__inner .welcome,
#account .account__inner .dashboard {
  display: block;
  float: left;
}

#account .account__inner .welcome {
  width: 34%;
  padding-right: 100px;
}

#account .account__inner .welcome h1 {
  margin-bottom: 30px;
}

#account .account__inner .welcome p {
  line-height: 1.8em;
}

#account .account__inner .welcome p:last-child {
  margin-bottom: 0;
}

#account .account__inner .welcome h4 {
  margin-top: 300px;
}

#account .account__inner .dashboard {
  width: 66%;
  border-left: 1px solid #DD0030;
}

#account .account__inner .dashboard .wrapper {
  position: relative;
  min-height: 600px;
}

#account .account__inner .account__dashboard-columns {
  padding: 10px 10px 50px 75px;
}

#account .account__inner .dashboard .bottom {
  height: 1px;
  background: #141F47;
  margin: 0;
}

#account .account__inner .dashboard .heading,
#account .account__inner .dashboard h4,
#account .account__inner .dashboard h5,
#account .account__inner .account__orders-table th,
#account .account__inner .account-login h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #141F47;
}

#account .account__inner .dashboard h4 {
  margin-bottom: 2em;
}

#account .account__inner .dashboard h5  {
  margin-bottom: 4px;
}

#account .account__inner .dashboard .separator {
  font-weight: 300;
  padding: 0 5px;
}

#account .account__inner .dashboard .account__address-link {
  font-size: 10px;
  font-weight: 300;
  text-decoration: underline;
  text-transform: uppercase;
}

#account .account__inner .dashboard .account__back-link h4 {
  margin-top: 1.5em;
}

#account .account__inner .dashboard .account__address-link.address-back-link,
#account .account__inner .dashboard .account__address-link.order-back-link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
}

#account .account__inner .dashboard .heading {
  display: none; /*
  Quick Fix to hide toggle until page loads so +/x doesn't get flipped
  during page load. Longterm need to work on JS organization with Matt.
  */
  border-top: 1px solid #141F47;
  background: inherit;
  width: 100%;
  padding: 25px 0 25px 75px;
}

#account .account__inner .dashboard .heading:before {
  position: absolute;
  right: 10px;
  content: '';
  background: url('plus-blue.svg');
  width: 16px;
  height: 16px;
  opacity: 1;
}

#account .account__inner .dashboard .heading:hover:before {
  opacity: 0;
}

#account .account__inner .dashboard .heading:after {
  position: absolute;
  right: 10px;
  content: '';
  background: url('plus-red.svg');
  width: 16px;
  height: 16px;
  opacity: 0;
}

#account .account__inner .dashboard .heading:hover:after {
  opacity: 1;
}

#account .account__inner .dashboard .heading:before,
#account .account__inner .dashboard .heading:after {
  transform: rotate(0deg);
  -webkit-transition: opacity .33s ease-in-out, transform .15s ease-in-out;
  transition: opacity .33s ease-in-out, transform .15s ease-in-out;
}

#account .account__inner .dashboard .heading.screw:before,
#account .account__inner .dashboard .heading.screw:after {
  transform: rotate(45deg);
}

#account .account__inner .dashboard .heading:focus {
  /* outline: none */;
}

#account .account__inner .dashboard .heading:nth-of-type(1) {
  border-top: 1px solid #DD0030;
}

#account .account__inner .dashboard h5,
#account .account__inner .account__orders-table th {
  font-size: 10px;
  color: #141F47;
  text-transform: uppercase;
  background: inherit;
}

#account .account__inner .account__orders-table th,
#account .account__inner .account__orders-table td {
  text-align: inherit;
  padding: inherit;
}

#account .account__inner .address-edit-link.dashboard {
  width: inherit;
  border: inherit;
  display: inline-block;
  float: inherit;
}

#account .account__addresses-list address {
  float: inherit;
  width: auto;
  margin-bottom: 0;
}

#account .account__address-buttons {
  margin-bottom: 1.5em;
}

#account .account__address-buttons a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
}

#account .account__address-buttons a:after {
/*   content: ">";
  margin: 0 4px;
  position: absolute; */
}

#account .account__inner .dashboard .account__address-buttons .separator {
  font-size: 14px;
/*   padding: 0 4px 0 16px; */
}

#account .account__inner .account__addresses-list .col {
  padding-bottom: 1em;
}

#account .account__addresses-additional ul {
  margin-bottom: 0.75em;
  line-height: 1.6em;
}

#account .account__addresses-additional ul li {
  padding-bottom: 1em;
}

#account .account__inner .dashboard button.button {
  background: #141F47;
  padding: 13px;
  width: 45%;
  color: #FFF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: inherit;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  display: block;
  text-align: center;
  border: 0;
}

#account .account__inner .dashboard button.button:hover {
  background: #DD0030;
  color: #FFF !important;
}

#account .account__inner input[type="text"],
#account .account__inner input[type="email"],
#account .account__inner input[type="password"],
#account .account__inner input[type="text"],
#account .account__inner input[type="email"],
#account .account__inner input[type="password"],
#account .account__inner select {
  background: #FFF;
  border: 1px solid #141F47;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 14px;
  line-height: 42px;
  height: 42px;
  color: #141F47;
  letter-spacing: 0.03125em;
}

#account .account__inner .input-placeholder label {
  z-index: 3;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 14px;
  color: #141F47;
  letter-spacing: 0.03125em;
  opacity: 0.5;
  text-transform: capitalize;
}

#account .account__inner .control {
  margin-bottom: 1.5em;
  color: #141F47;
}

#account .account__inner .order-history {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 10px;
  line-height: 1.6em;
  text-transform: uppercase;
}

#account .account__inner .order-page address {
  margin-bottom: 2.5em;
}

#account .account__inner .order-page p strong {
  font-weight: 100;
  text-transform: capitalize;
}

#account .account__inner .order-history thead tr {
  padding-bottom: 1.25em;
}

#account .account__inner .account__orders-table thead tr {
  padding-bottom: 4px;
}

#account .account__inner .account__orders-table .grand_total {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 2em;
}

#account #giftcards {
  padding-bottom: 0;
}

#account #giftcards form {
  clear: both;
  overflow: auto;
}

#account #giftcards input[type="text"] {
  width: 58%;
  float: left;
  display: inline-block;
  margin-right: 2%;
}

#account #giftcards input[type="submit"] {
  width: 30%;
  border: 0;
  display: inline-block;
  float: left;
  background: #141F47;
  padding: 13px;
  height: 42px;
  color: #FFF;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: inherit;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
  display: block;
  text-align: center;
}

#account #giftcards input[type="submit"]:hover {
  background: #DD0030;
  color: #FFF !important;
}

#account #giftcards #message {
  margin: 1.25em 0;
  clear: both;
  overflow: auto;
}

#account .account-login .sign-in,
#account .account-login .new-account {
  width: 50%;
  float: left;
}

#account .account-login .sign-in {
  padding-right: 10%;
}

#account .account-login .new-account {
  padding-left: 10%
}

#account .account-login .sign-in .center-box,
#account .account-login .new-account .center-box {
  margin: 0 auto;
}

/*#account .account-login form label {
  display: none;
}*/

#account .account-login .new-account {
    border-left: 1px solid #DD0030;
}

#account .account__inner .account-login h4 {
  margin-bottom: 25px;
}

#account .account-login .sign-in .form-notes {
  float: left;
  padding: 0 !important;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 10px;
  margin: 14px 1px 13px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  line-height: inherit;
  display: block;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  text-decoration: underline !important;
}

#account .account-login input[type="submit"] {
  border: 0;
  border-radius: 0;
}

#account .account-login .sign-in input[type="submit"] {
  float: right;
  width: 50%;
}

#account .account-login .new-account input {
  width: 49%;
  margin-right: 2%;
  float: left;
}

#account .account-login .new-account input:nth-child(6),
#account .account-login .new-account input:nth-child(10),
#account .account-login .new-account input:nth-child(12) {
  margin-right: 0;
}

#account .account-login .new-account .form-notes {
  float: left;
  padding: 0 !important;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  text-decoration: none;
  display: block;
  width: 48%;
  text-align: left;
  margin: 1% 3% 0 0;
  line-height: 15px;
}

#account .account-login .sign-in input[type="password"],
#account .account-login .new-account input[type="password"],
#account .account-login .new-account input[type="email"] {
  margin-bottom: 1.25em;
}

#designers .category-toggle,
#designers .category-toggle .subheadline {
  display: inline-block;
}

#designers .category-toggle {
  margin: 1em auto 3em;
}

#designers .category-toggle .subheadline {
  float: left;
  padding: 0.66em 1.66em;
  border-bottom: 2px solid #FFF;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#designers .category-toggle .subheadline:hover {
  color: #DD0030;
}

#designers .category-toggle .subheadline.active {
  border-bottom: 2px solid #DD0030;
}

#designers .list {
  display: none;
  columns: 3;
  font-family: "sofia-pro";
}

@media screen and (max-width: 1200px) {
  #designers .list {
    columns: 2;
  }
}

@media screen and (max-width: 768px) {
  #designers .list {
    columns: 1;
  }
}

#designers .list.active {
  display: block;
}

#designers .list .a-z {
  display: inline-block;
  float: left;
  width: 25.333333%;
  margin-right: 12%;
  text-align: center;
  padding: 0 2em;
}

#designers .list .a-z:last-child {
  margin-right: 0;
}

#designers .list .letter {
  margin-bottom: 2em;
}

#designers p,
#designers .list h5,
#designers .list ul {
  font-family: "sofia-pro";
  font-size: inherit;
  line-height: 20px;
  color: #141f47;
  padding: 0;
}

#designers .list h5 {
  font-weight: 800;
  letter-spacing: .075em;
  margin: 0;
}

#designers .list ul {
  list-style-type: none;
  margin: 0;
}

#designers .list li {
  padding: 0;
}

#designers .list a {
  display: block;
  text-decoration: underline;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  text-align: left;
  text-indent: 7vw;
}

#designers .list a:hover {
  color: #DD0030;
}

.account-pages__login-wrap {
  border: 1px solid #121e45;
}

.template-collection .filter-wrapper {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: #FFF;
  top: 75px;
  font-family: "sofia-pro";
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  color: #141f47;
  font-weight: 800;
  letter-spacing: .075em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.template-collection .filter-wrapper h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: capitalize;
  color: #141f47;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #DD0030;
}

.template-collection .filter-wrapper.open {
  max-height: 1200px;
}

.template-collection .filter-padding {
  padding: 68px;
  overflow: auto;
  display: table;
  margin: auto;
}

.template-collection .base-filters {
  width: 150px;
  margin-right: 50px;
}

.template-collection .base-filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.template-collection .base-filters li {
  padding: 0;
}

.template-collection .base-filters a {
  text-decoration: none;
  margin: 3px 0;
  padding: 2px 0 1px;
  display: inline-block;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}


.template-collection .base-filters a:hover,
.template-collection .base-filters a:active {
  background: rgba(221,0,48,.25);
}

.template-collection .center-wrapper {
  text-align: center;
  height: auto;
  overflow: hidden;
}

.template-collection .filter-wrapper .labels {
  overflow: auto;
}

.template-collection .filter-wrapper .labels h3 {
  width: 150px;
  margin-right: 50px;
  display: inline-block;
  float: left;
  text-align: left;
}

.template-collection .filter-wrapper .labels h3:last-child {
  width: 150px;
  margin-right: inherit;
}

.template-collection .base-filters,
.template-collection .collection-filters-container {
  display: inline-block;
  float: left;
  text-align: left;
}

.template-collection .collection-filters-container input {
  display: none;
}

.template-collection .collection-filters-container label {
  display: block;
  cursor: pointer;
}

.template-collection .collection-filters-container label:first-child {
  display: none;
}

.template-collection .collection-filters-container label span {
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.template-collection .collection-filters-container label:hover span,
.template-collection .collection-filters-container label span:active {
  background: rgba(221,0,48,.25);
}

.template-collection .container-stretch,
.template-search .container-stretch{
  padding: 0 8px;
  position: relative;
}

.template-collection h1,
.template-search h1 {
  text-align: center;
  margin-bottom: 50px;
}

.template-collection .breadcrumb,
.template-collection .filter-open {
  display: none;
  z-index: 2;
  font-family: "sofia-pro";
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  color: #141f47;
  padding: 0;
  font-weight: 800;
  letter-spacing: .075em;
  margin: 0;
  position: relative;
}

.template-collection .breadcrumb a,
.template-collection .filter-open a {
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.template-collection .breadcrumb a:hover,
.template-collection .filter-open  a:hover {
  color: #DD0030;
}

.template-collection .breadcrumb {
  left: 8px;
  margin-top: 10px;
}

.template-collection .filter-open {
  right: 18px;
}

.template-collection .filter-open a {
  padding: 20px;
}

.template-collection .filter-close {
  display: none;
  z-index: 2;
  position: absolute;
  top: 115px;
  right: 21px;
  background: transparent;
  border: 0;
  padding: 18px;
}

.template-collection .filter-close span:before {
  background-image: url("close.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}

.template-collection .products {
  padding: 0;
  margin: 0;
}

.template-collection .product-item {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 0;
}

.template-collection .product-item:first-child,
.template-collection .product-item:nth-child(3n+4) {
  clear: inherit;
}

.template-collection .product-item:nth-child(1),
.template-collection .product-item:nth-child(5),
.template-collection .product-item:nth-child(4n+8) {
  clear: left;
}

.template-collection .product-item a {
  cursor: pointer;
  padding: 8px;
}

.template-collection .product-item:hover .product-item__desc a {
  color: #DD0030;
}

.template-collection .product-item__photo {
  overflow: hidden;
}

.template-collection .variant-image {
  display: none;
}

.template-collection .variant-image:first-child {
  display: block;
}

.template-collection .product-item__desc {
  text-align: center;
}

.template-collection .product-item__title,
.template-collection .product-item__vendor,
.template-collection .product-item__price,
.template-collection .more-colors {
  font-family: "sofia-pro";
  font-size: inherit;
  line-height: 20px;
  text-transform: none;
  color: #141f47;
  padding: 0;
}

.template-collection .more-colors {
  opacity: 0;
  margin-bottom: 0;
}

.template-collection .more-colors:before {
  content: '+';
  font-size: 22px;
  font-weight: 100;
  position: relative;
  left: 0;
  top: 1px;
  line-height: 0;
  padding-right: 3px;
}

.template-collection .product-item__title a {
  padding: 0;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.template-collection .product-item__title a:hover {
  color: #DD0030;
}

.template-collection .product-item__vendor {
  font-weight: inherit;
}

.template-collection .product-item figure .collection-swatches {
  opacity: 0;
  background: #FFF;
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 100.5%;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity .33s ease-in-out;
  transition: opacity .33s ease-in-out;
}

.template-collection .product-item figure:hover .collection-swatches {
  opacity: 1;
}

.template-collection .product-item .collection-swatches li {
  display: inline-block;
  margin: 20px 5px 15px 5px;
  padding: 0;
}

.template-collection .product-item .collection-swatches li a {
  cursor: pointer;
  overflow: hidden;
  width: 21px;
  height: 21px;
  padding: 2px;
  border: 1px solid #FFF;
  border-radius: 50%;
  -webkit-transition: border .15s ease-in-out;
  transition: border .15s ease-in-out;
}


.template-collection .product-item .collection-swatches li a.outlined,
.template-collection .product-item .collection-swatches li a:hover {
  border: 1px solid #262626;
}

.template-collection .product-item .collection-swatches li a img {
  width: 15px;
  height: auto;
  border-radius: 50%;
}

.template-collection .pagination {
  font-family: "sofia-pro";
  font-size: inherit;
  font-weight: 700;
  margin: 30px;
  overflow: auto;
}

.template-collection .pagination a {
  font-family: "sofia-pro";
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  color: #141f47;
  padding: 0;
  font-weight: 800;
  letter-spacing: .075em;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

.template-collection .pagination a:hover,
.template-collection .pagination .current {
  color: #DD0030;
}

.template-collection .pagination a:first-child {
  float: left;
}

.template-collection .pagination a:last-child {
  float: right;
}

.template-collection .EndlessScroll .pagination {
  display: none;
}

.template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(7) {
  display: none;
}

.template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(1),
.template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(5),
.template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(4n+8) {
  clear: inherit;
}


/* Instagram Feed */

#instagram-feed {
  position: relative;
}

#instagram-feed h2 {
  color: #DD0030;
  font-size: 14px;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}

#instagram-feed h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: inherit;
  text-align: center;
  margin: 0 auto 2em;
}

#instagram-feed .container {
  max-width: inherit;
  padding: 0 16px;
}

#instagram-feed h3 {
  font-size: 3.1875em;
  word-spacing: -0.25em;
  text-align: center;
  margin-bottom: 1.5em;
}

#instagram-feed .b-header__hr {
  position: absolute;
  top: 65px;
  left: 0;
  right: 5px;
  width: 87px;
  margin-bottom: 2em;
}

#instagram-feed .showcase-gallery .showcase-grid--item {
  width: 23.333333%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 2% 0;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(1) {
  width: 49.333333%;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(6),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(7),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(10),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(11),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(14),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(15),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(17),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(19),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(20),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(22),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(23),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(4n+25),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(4n+26) {
  width: 23.666666%;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(15) {
  width: 49%;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(21) {
  width: 48.666666%;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(3),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(5),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(9),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(13),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(16),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(18),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(21),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(4n+28) {
  margin-right: 0;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(15),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(21) {
  margin-bottom: 0;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(18) {
  float: right;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(6),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(10),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(14),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(19),
#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(4n+25) {
  clear: both;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(24) {
  display: none;
}

#instagram-feed .showcase-gallery .showcase-grid--item:nth-child(1n+25) {
/*   width: 23.5%; */
}

#instagram-feed .showcase-gallery .showcase-grid-buttons .load-more {
  display: inline-block;
  font-family: "Monod Brun";
  font-size: 13px;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #141F47;
  background: #FFF;
  color: #141F47;
  padding: 8px 80px;
  margin: 2em auto 0;
  line-height: inherit;
  border-radius: inherit;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out !important;
  transition: all .15s ease-in-out !important;
}

#instagram-feed .showcase-gallery .showcase-grid-buttons .load-more:hover {
  background: #141F47;
  color: #FFF;
}

#showcase-viewer .showcase-viewer-branding {
  display: none;
}

.paginate {
  text-align: center;
  font-size: 14px;
  font-family: "sofia-pro";
}

/* Media Queries */

@media screen and (min-width: 1920px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 83px 30px 83px !important;
  }

  .header-2017 .sub-menu nav {
/*    padding: 0 83px !important;*/
  }

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }

  .template-collection .product-item {
    width: 20%;
  }

  .template-collection .product-item:nth-child(5),
  .template-collection .product-item:nth-child(4n+8) {
    clear: inherit;
  }

  .template-collection .product-item:nth-child(6),
  .template-collection .product-item:nth-child(5n+10) {
    clear: left;
  }

  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(4n+10),
  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(6),
  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(5n+10) {
    clear: inherit;
  }

  .locations .store {
    width: 33.333333%;
  }

}

@media screen and (min-width: 1800px) and (max-width: 1919px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 77px 30px 77px !important;
  }

/*  .header-2017 .sub-menu nav {
    padding: 0 77px !important;
  }*/

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30x 28px !important;
  }

}

@media screen and (min-width: 1700px) and (max-width: 1799px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 70px 30px 70px !important;
  }

/*  .header-2017 .sub-menu nav {
    padding: 0 70px !important;
  }*/

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1699px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 63px 30px 63px !important;
  }

/*  .header-2017 .sub-menu nav {
    padding: 0 63px !important;
  }*/

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 56px 30px 56px !important;
  }

/*  .header-2017 .sub-menu nav {
    padding: 0 56px !important;
  }*/

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 49px 30px 49px !important;
  }

/*  .header-2017 .sub-menu nav {
    padding: 0 49px !important;
  }*/

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 42px 30px 42px !important;
  }

/*  .header-2017 .sub-menu nav {
    padding: 0 42px !important;
  }*/

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }
}

@media screen and (min-width: 1300px) {

  .header-2017 .search-bar input[type="text"] {
    width: 45%;
    margin: 0 0 0 20%;
  }

  .header-2017 .search-bar input[type="submit"] {
    width: 15%;
    margin-right: 20%;
  }

  #location .location-details__text {
    padding: 100px 180px 100px 120px;
  }

  #location .reverse .location-details__text {
    padding: 160px 120px 100px 180px;
  }

}

@media screen and (max-width: 1300px) {

  .header-2017 .account .sign-in .center-box,
  .header-2017 .account .new-account .center-box {
    max-width: 400px;
  }

  #location .reverse .location-featured__image {
    width: 100%;
    margin-left: 0;
  }

  #location .reverse .location-featured__info {
    width: 75%;
    position: relative;
    margin: -100px auto;
    padding: 50px 50px 0;
  }

  #location .overlap-bottom + .location-featured {
    margin-bottom: 180px;
  }

}

@media screen and (min-width: 1281px) {


  #fred-segal .featured-exclusives .logo {
    width: 280px;
    padding-top: 5px;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1299px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 35px 30px 35px !important;
  }

/*  .header-2017 .sub-menu nav {
    padding: 0 35px !important;
  }*/

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }

}

@media screen and (min-width: 1100px) and (max-width: 1199px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 28px 30px 28px;
  }

  .header-2017 .sub-menu nav {
    padding: 0 28px !important;
  }

  .header-2017 .utility nav.about ul li a {
    padding: 29px 28px 30px 28px !important;
  }

  .header-2017 .utility .designers h4 {
    padding-right: 30px;
  }

  .header-2017 .utility .sub-menu .designers ul {
    padding-left: 30px;
  }

}

@media screen and (max-width: 1100px) {


  .header-2017 .collections h4:last-of-type,
  .header-2017 .utility h4:last-of-type {
    padding-right: 30px;
  }

  .header-2017 .collections .sub-menu ul:last-of-type,
  .header-2017 .utility .sub-menu ul:last-of-type {
    padding-left: 30px;
  }

  #fred-segal .exclusives .logo {
    width: 180px;
    height: auto;
    margin: -45px 0 0 -90px;
  }

  #fred-segal .collection-brands p {
    padding: 20px;
  }

  .template-collection .product-item {
    width: 33.333333%;
  }

  .template-collection .product-item:nth-child(5),
  .template-collection .product-item:nth-child(4n+8) {
    clear: inherit;
  }

  .template-collection .product-item:nth-child(1),
  .template-collection .product-item:nth-child(4),
  .template-collection .product-item:nth-child(7),
  .template-collection .product-item:nth-child(3n+9) {
    clear: left;
  }

  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(4n+10),
  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(1),
  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(4),
  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(7),
  .template-collection .EndlessScroll:nth-child(1n+2) .product-item:nth-child(3n+9) {
    clear: inherit;
  }

  #designers .list .a-z {
    width: 30%;
    margin-right: 5%;
  }

  #location .location-featured__image {
    width: 100%;
    margin-left: 0;
  }

  #location .location-featured__info {
    width: 60%;
    position: relative;
    margin: -100px 30% 0 10%;
    padding: 50px 50px 0;
  }

  #location .location-featured {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1099px) {

  .header-2017 .collections ul li a,
  .header-2017 .utility ul li a {
    padding: 29px 26px 30px 26px;
  }

  .header-2017 .sub-menu nav {
    padding: 0 26px !important;
  }

  .header-2017 .utility nav.about ul li a {
    padding: 29px 26px 30px 26px !important;
  }
}

@media screen and (min-width: 1025px) {

  .page-wrap {
    padding-top: 120px;
  }

  .header-mobile {
    display: none;
  }

  .header-2017 {
    display: block;
  }

  .header__logo {
    font-size: 12px;
    top: 14px;
  }

  .bag-toggle {
    position: fixed;
    top: 0;
    right: 10px;
    padding: 20px 27px 25px 27px;
    background: transparent;
    border: 0;
    display: inline-block;
    cursor: pointer;
  }

  .bag-toggle__icon {
    margin-bottom: 0;
  }

  .bag-toggle__icon::before {
  	background-image: url('bag2.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
  }

  .bag--exposed {
    overflow: auto;
    width: inherit;
  }

  .bag--exposed .bag,
  .bag--exposed .page-wrap,
  .bag--exposed .header,
  .bag--exposed .footer,
  .bag--exposed .bag__overlay {
    -webkit-transform: none;
    transform: none;
  }

  .bag--exposed .bag {
    display: none;
  }

  .bag--exposed .your-bag .bag {
    display: inherit;
  }

  .search-toggle {
    top: 0;
    left: 10px;
    padding: 21px 27px 24px 27px;
    background: transparent;
    border: 0;
  }

  .heroes__container {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
    margin-bottom: 75px;
  }

  .b-header__hr {
    margin-right: auto;
  }

  .footer__more-social {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-sticky__newsletter {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .footer-sticky__more-social {
    padding-top: 20px;
  }

  #fred-segal .page-wrap {
    padding-top: 75px;
  }

  #fred-segal .page-wrap:after {
    height: inherit;
  }

  #fred-segal .home-about__content.no-description {
    padding-top: 0;
    padding-bottom: 4em;
  }

  #about-fred-segal .company-info .b-header__title--large {
    margin-bottom: 1.25rem;
  }

  #fred-segal .home-about__content {
    padding-top: 0;
  }

  #fred-segal .home-tout__content {
    padding-top: 0;
  }

  #fred-segal .fp__list .product-item:nth-child(-n+6) {
    display: block;
  }

  #account .account__inner .heading {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #account .account__inner .group {
    padding: 0;
  }

  #account .account__inner .account__addresses-list .col {
    float: inherit;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {

  .heroes__container {
    padding: 0;
  }

  .shopify-section #hero {
    padding-bottom: 60% !important;
  }

  .home-hero-slider .slick-prev {
    /*left: -45px;*/
  }

  .home-hero-slider .slick-next {
    /*right: -45px;*/
  }

  .footer-sticky__more-social {
    padding-top: 18px;
  }

  .footer-sticky__love-more-white {
    display: inline-block;
    vertical-align: middle;
  }

  #fred-segal .location-item:nth-child(3n+1) {
    clear: inherit !important;
  }

  #fred-segal .location-item:nth-child(2n+1) {
    clear: both !important;
  }

  #account .account__inner .welcome {
    padding-right: 50px;
  }

  #account .account__inner .account__dashboard-columns {
    padding: 10px 10px 25px 50px;
  }

  #account .account__inner .account__dashboard-columns.col-2 .col:first-child {
    margin-bottom: 2em;
  }

  #account .account__inner .dashboard .heading {
    padding: 25px 0 25px 50px;
  }

  #account .account__inner .group {
    padding: 0;
  }

  #account .account__inner .account__addresses-list,
  #account .account__inner .order-history,
  #account .account__inner .single-order-view,
  #account .account__inner .group.group__giftcards,
  #account #address-form-container {
    padding: 10px 10px 50px 50px;
  }

  #account .account__inner .account__address-buttons {
    float: left;
  }

  #account #giftcards input[type="text"] {
    width: 48%;
  }

  #account #giftcards input[type="submit"] {
    width: 40%;
  }

  #account .account-login .sign-in {
    padding-right: 50px;
  }

  #account .account-login .new-account {
    padding-left: 50px;
  }

  .template-collection .filter-open {
    right: 0;
  }

  .template-collection .filter-close {
    top: 83px;
    right: 4px;
  }

  .template-collection .filter-padding {
    padding: 100px 0 50px;
  }

  .template-collection .product-item:nth-child(odd) {
    clear: inherit;
  }

  .template-collection .product-item:nth-child(1),
  .template-collection .product-item:nth-child(7),
  .template-collection .product-item:nth-child(3n+9) {
    clear: left;
  }

  #location .location-details__text,
  #location .reverse .location-details__text {
    padding: 50px;
  }
}

@media only screen and (max-width: 1024px) {

  .header-mobile .search-bar .middle .divider {
    height: 200px;
  }

  .header-mobile .bag,
  .header-mobile .your-bag .border-top,
  .header-mobile .your-bag .border-bottom,
  .header-mobile .sub-menu.bag-show .your-bag,
  .header-mobile .sub-menu.bag-show .bag {
    width: 280px;
  }

  .header-mobile .sub-menu form {
    width: 295px;
  }

  .header-mobile .sub-menu.bag-show .bag__container {
    width: 252px;
  }

  .header-mobile .sub-menu .your-bag .mCSB_container,
  .header-mobile .in-your-bag .bag form .bag__footer {
    width: 230px;
  }

  .header-mobile .in-your-bag .bag form {
    padding-left: 25px;
  }

  .header-mobile .in-your-bag .bag form .bag__footer {
    left: 25px;
  }

  .header-mobile .in-your-bag .bag form .increment {
    width: 80px;
    padding: 0 2em;
  }

  .footer__love-more {
    padding-left: 15px;
  }

  .footer__nav {
    padding: 0 15px;
  }

  .footer__nav-col {
    width: 140px;
  }

  .footer__nav-col:nth-child(3) {
    width: 205px;
  }

  .footer__nav-col:nth-child(5) {
    float: left;
    width: 150px;
  }

  .footer-sticky__more-social {
    padding-top: 10px;
  }

  .footer-sticky__love-more-white {
    display: none;
  }

  .footer-sticky__more-social a {
    font-size: 20px;
  }

  #fred-segal .collection-brands div {
    width: 50%;
  }

  #fred-segal .collection-brands p {
    padding: 45px;
  }

  #instagram-feed h3 {
    font-size: 2.27687em;
    margin-bottom: 1.5em;
  }

  #instagram-feed .b-header__hr {
    top: 47px;
    width: 62px;
    margin-bottom: 2em;
  }

  .locations h1 {
    font-size: 2.23062em;
  }
}

@media only screen and (max-width: 979px) {

  .locations .store {
    width: 100%;
  }

  #location .location-details__text {
    padding: 0px 50px 50px 0;
  }

  #location .reverse .location-details__text {
    padding: 50px 0 50px 50px;
  }

}

@media only screen and (min-width: 768px) {

  #fred-segal .page-wrap {
    padding-top: 75px;
    margin-bottom: inherit;
  }
  .b-header__hr {
    margin-right: auto;
  }

  #fred-segal .home-about__photos {
    margin-top: 1.5em;
  }

  #instagram-feed .showcase-gallery .showcase-grid--buttons--load-more {
    font-size: 0.9375em;
    padding: 0.98333em 1.7em 0.88333em;
  }

  #instagram-feed .showcase-gallery .showcase-grid--item--post .showcase-grid--item--post--info {
    display: block;
    opacity: 0;
    background: rgba(255,255,255,0.25);
    transition: opacity 400ms ease-in-out;
  }

  #instagram-feed .showcase-gallery .showcase-grid--item--post:hover .showcase-grid--item--post--info {
    /* opacity: 1; */
    opacity: 0;
  }

}

@media only screen and (max-width: 767px) {

  .frame-button {
    padding: 8px 40px;
  }

  .page-wrap {
    padding-top: 55px;
  }

  .b-header__hr {
    margin-right: auto;
  }

  .locations .details .address-and-hours {
    padding-bottom: 0;
  }

  .locations .details .address-and-hours p,
  .locations .details .address-and-hours ul {
    display: none;
  }

  .locations-mobile-slider img.mobile {
    display: block;
  }

  .locations-mobile-slider img.lazy-load,
  .locations-mobile-slider noscript {
    display: none !important;
  }

  .location-item {
    padding: 1em 0 0 0;
  }

  .locations-list {
    margin: 0;
  }

  .home-locations__container {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0 1.8125em;
  }

  #fred-segal .location-item:nth-child(2n+1) {
    clear: inherit !important;
  }

  #fred-segal .home-about__photos {
    margin-top: 1.25em;
  }

  #fred-segal .home-hero-slider .sixteen-by-nine h2 {
    font-size: 14px;
  }

  #fred-segal .home-hero-slider .sixteen-by-nine h1 {
    font-size: 24px;
    margin-bottom: .5em;
  }

  #fred-segal div .slick-dots {
    bottom: 10px;
  }

  #fred-segal .collection-lookbook h2 {
    margin-top: 2.5em;
  }

  #fred-segal .collection-lookbook h1 {
    margin-bottom: 1em;
  }

  #fred-segal .collection-lookbook .two p {
    display: none;
  }

  #fred-segal .article-feature .details {
    width: 80%;
    margin-top: 50px;
    padding: 0;
  }

  #fred-segal .collection-brands div,
  #fred-segal .locations .store {
    width: 100%;
  }

  #fred-segal .locations .details {
    width: 80%;
  }

  #designers .list .a-z {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .header-mobile .header__logo {
    font-size: 9px;
  }

  .header-mobile .menu-open {
    padding: 15px;
  }

  .header-mobile .menu-open .hamburger-icon::before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }

  .header-mobile .bag-toggle {
    padding: 7px 9px;
    top: 5px;
    right: 2px;
  }

  .header-mobile .bag-toggle__icon::before {
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
  }

  .header-mobile .search-bar .middle .divider {
    height: 100px;
  }

  .header-mobile .in-your-bag .item-count {
    top: 3px;
    font-size: 10px;
    line-height: 10px;
  }

  .header-mobile .your-bag .border-top,
  .header-mobile .your-bag .border-bottom {
    width: 100%;
  }

  .header-mobile .bag,
  .header-mobile .your-bag .border-top,
  .header-mobile .your-bag .border-bottom,
  .header-mobile .sub-menu.bag-show .your-bag,
  .header-mobile .sub-menu.bag-show .bag {
    width: 100%;
  }

  .header-mobile .sub-menu.bag-show form {
    width: 100%;
  }

  .header-mobile .sub-menu.bag-show .bag__container {
    width: 100%;
  }

  .header-mobile .sub-menu .your-bag .mCSB_container {
    width: calc(100% - 30px);
  }

  .header-mobile .in-your-bag .bag form .bag__footer {
    width: calc(100% - 50px);
  }

  .header-mobile .in-your-bag .bag form {
    padding-left: 25px;
    width: calc(100% + 5px);
  }

  .header-mobile .in-your-bag .bag form .bag__footer {
    left: 25px;
  }

  .header-mobile .menu-drawer .menu-close,
  .header-mobile .search-bar .search-close,
  .header-mobile .your-bag .bag-close {
    padding: 15px;
  }

  .mobile-search-icon {
    left: 90%;
  }

  #mc_embed_signup .button {
    top: 14px;
  }

  .home-hero-slider .slick-prev,
  .slick-prev {
    /*left: -40px !important;*/
  }

  .home-hero-slider .slick-next,
  .slick-next {
    /*right: -40px !important;*/
  }

  .footer {
    text-align: center;
  }

  .footer__love-more {
    padding-left: 0;
    font-size: 10px
  }

  .footer hr.full-bleed {
    height: 0;
    margin: 12px 0;
  }

  .footer__nav {
    margin-bottom: 0;
  }

  .footer__nav-col {
    width: 100% !important;
    float: left !important;
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }

  .footer__nav h4 {
    margin-bottom: 12px;
  }

  .footer__nav-col:nth-child(4) {
    padding-top: 0;
    margin-bottom: 30px;
  }

  .footer__nav-col:last-child h4 {
    margin-bottom: 8px;
  }

  #instagram-feed .container {
    padding: 0;
  }

  #account .account__inner {
    margin: 0 6px;
  }

  #account .account__inner .welcome,
  #account .account__inner .dashboard {
    width: 100%;
  }

  #account .account__inner .welcome {
    padding-bottom: 25px;
  }

  #account .account__inner .dashboard {
    border-left: 0;
    padding-right: 0;
  }

  #account .account__inner .welcome {
    padding-right: 0;
  }

  #account .account__inner .welcome h4 {
    margin-top: inherit;
  }

  #account .account__inner .account__dashboard-columns {
    padding: 0 0 25px 0;
  }

  #account .account__inner .dashboard .heading {
    padding: 25px 0 25px 0px;
  }

  #account .account__inner .account__addresses-list,
  #account .account__inner .order-history,
  #account .account__inner .single-order-view,
  #account .account__inner .group.group__giftcards,
  #account #address-form-container {
    padding: 10px 10px 50px 0px;
  }

  #account .account__inner .dashboard button.button {
    width: 100%;
  }

  #account #giftcards input[type="text"],
  #account #giftcards input[type="submit"] {
    width: 100%;
    display: block;
    float: inherit;
    margin-right: 0;
  }

  #account .account-login .sign-in,
  #account .account-login .new-account {
    width: 100%;
    float: inherit;
    overflow: auto;
  }

  #account .account-login .sign-in {
    padding-right: 0;
    margin-bottom: 50px;
  }

  #account .account-login .new-account {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 75px;
  }

  #account .account-login .sign-in .form-notes {
    width: 100%;
    float: inherit;
    margin: 0 0 25px 0;
  }

  #account .account-login .new-account .form-notes {
    display: none;
  }

  #account .account-login .sign-in input[type="submit"],
  #account .account-login .new-account input {
    width: 100%;
    margin-right: 0;
    float: inherit;
  }

  .template-collection h1 {
    font-size: 1.6em;
  }

  .template-collection .filter-open {
    right: -6px;
  }

  .template-collection .filter-close {
    top: 98px;
    right: -3px;
  }

  .template-collection .product-item {
    width: 50%;
    float: none;
  }

  .template-collection .product-item:nth-child(4),
  .template-collection .product-item:nth-child(3n+9) {
    /* clear: inherit; */
  }

  .template-collection .product-item:nth-child(1),
  .template-collection .product-item:nth-child(3),
  .template-collection .product-item:nth-child(5),
  .template-collection .product-item:nth-child(7),
  .template-collection .product-item:nth-child(2n+8) {
    /* clear: left; */
  }

  #location .location-featured {
    margin-bottom: 75px;
  }

  #location .location-featured__info,
  #location .reverse .location-featured__info {
    width: 75%;
    margin: 0 auto;
    padding: 50px 0 0;
  }

  #location .location-details {
    margin-bottom: 75px;
  }

  #location .location-details div {
    width: 75%;
    display: block;
    float: inherit;
    margin: 0 auto;
  }

  #location .location-details__text  {
    padding: 0 0 25px;
  }

  #location .location-details__image  {
    padding: 0 0 50px;
  }

  #location .overlap-bottom .location-details__image {
    margin-bottom: 0;
  }

  #location .reverse .location-details__text  {
    padding: 0;
  }

  #location .overlap-bottom + .location-featured {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 599px) {

  .template-collection h1 {
    text-align: left;
    margin-bottom: 10px;
  }

  .template-collection .filter-wrapper {
    top: 160px;
  }

  .template-collection .filter-padding {
    padding: 15px;
  }

  .template-collection .filter-wrapper .labels {
    display: none;
  }

  #location .location-featured__info,
  #location .reverse .location-featured__info,
  #location .location-details div {
    width: 90%;

  }

}

@media only screen and (max-width: 479px) {

  .header-mobile .search-bar .middle .divider {
    height: 125px;
  }

  .header-mobile .menu-drawer ul {
    margin: 50px 32px 32px !important;
  }

  .locations-mobile-slider .slick-prev,
  .locations-mobile-slider .slick-next {
    top: 25% !important;
  }

  .template-collection .product-item {
    width: calc(50% - 2px);
    float: none;
    vertical-align: text-top;
  }

  .template-collection .product-item__desc {
    margin-bottom: 25px;
  }

  #location .location-featured__info,
  #location .reverse .location-featured__info,
  #location .location-details div {
    width: 100%;
  }

}

@media only screen and (max-width: 413px) {

  .header-mobile .search-bar .middle .divider {
    height: 100px;
    margin: 25px auto;
  }

}

@media only screen and (max-width: 374px) {

  .header-mobile .search-bar .middle .divider {
    height: 75px;
  }

  #instagram-feed .b-header__hr {
    top: 90px;
  }

}

@media only screen and (max-height: 519px) {

  .header-mobile .search-bar .middle .divider {
    height: 50px;
    margin: 25px auto;
  }

}

/* @media screen\0 {

  .ie {
    display: block !important;
  }

} */




.child-drop ul{
  display: none;
}

.header-2017 .collections .desk-child-drop{position: static;}

.header-2017 .collections .desk-child-drop ul{
  display: none;
  position: absolute;
  top: 36px;
      left: 240px;
  width: auto;
}

@media screen and (max-width: 1199px) {

  .header-2017 .collections .desk-child-drop ul{
    left: 270px;
  }

}

.header-2017 .collections .desk-child-drop:hover ul{display: block;}
.header-2017 .collections .women .desk-child-drop:hover ul{display: block;min-height: 234px;}
.header-2017 .collections .men .desk-child-drop:hover ul{display: block;min-height: 182px;}


/* SKY edits 12-17 per Shopify support */
.shopify-section .collection-grid {
   text-align: center;
}

.shopify-section .collection-grid .photo {
     display: inline-block;
     width: 49%;
}

@media screen and (min-width: 768px) {
     .shopify-section .collection-grid .photo {
       width: 24%;
     }
}
/* Sunset - Article Feature */
.shopify-section .article-feature .image,.shopify-section .article-feature .details {
  display: block;
  text-align: center;
}

.snize-results-page .container-stretch{
  padding: 0 12px;
  position: relative;
}

.snize-results-page main{
  overflow-x: hidden;
}

div.snize {
  font-family: "sofia-pro" !important;
}
