@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  line-height: inherit;
  font-family: inherit;
}

img {
  max-width: 100%;
}

body {
  font-family: "StudioSans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i {
  font-style: italic;
}

.b,
b, strong {
  font-weight: bold;
}

.font-light {
  font-weight: 300;
}

a,
button {
  cursor: pointer;
  outline: none;
}

button, input {
  outline: none;
  border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none;
  cursor: pointer;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}
@media screen and (max-width: 1640px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 12px;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
  color: inherit;
  font-size: inherit;
  border-color: inherit;
  font-size: inherit;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.relative {
  position: relative;
}

input {
  border: none;
  box-shadow: none;
  outline: none;
}

h1,
h2,
.tm-h2 {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 760px) {
  h1,
h2,
.tm-h2 {
    font-size: 16px;
    font-weight: normal;
  }
}

h3,
.tm-h3 {
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  h3,
.tm-h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 1300px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  h5 {
    font-size: 14px;
  }
}

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

.tm-height-45 {
  height: 45px !important;
}

.tm-fs-16 {
  font-size: 16px;
}

.tm-fs-18 {
  font-size: 18px !important;
}

.tm-fw-300 {
  font-weight: 300;
}

.tm-fw-900 {
  font-weight: 900;
}

.tm-fw-b {
  font-weight: bold;
}

.tm-tt-none {
  text-transform: none !important;
}

.tm-tt-u {
  text-transform: uppercase;
}

.tm-td-u {
  text-decoration: underline !important;
}

.tm-ta-center {
  text-align: center;
}

.tm-ta-right {
  text-align: right;
}

.tm-pr-10 {
  padding-right: 10px;
}

.tm-pb-20 {
  padding-bottom: 20px;
}

.tm-pl-5 {
  padding-left: 5px;
}

.tm-pl-30 {
  padding-left: 30px;
}

.tm-pl-60 {
  padding-left: 60px;
}

.tm-pl-70 {
  padding-left: 70px;
}

.tm-mt-5 {
  margin-top: 5px;
}

.tm-mt-10 {
  margin-top: 10px !important;
}

.tm-mt-15 {
  margin-top: 15px !important;
}

.tm-mt-25 {
  margin-top: 25px;
}

.tm-mr-10 {
  margin-right: 10px;
}

.tm-mb-5 {
  margin-bottom: 5px;
}

.tm-mb-10 {
  margin-bottom: 10px !important;
}

.tm-mb-15 {
  margin-bottom: 15px;
}

.tm-mb-20 {
  margin-bottom: 20px;
}

.tm-mb-30 {
  margin-bottom: 30px;
}

.tm-mb-50 {
  margin-bottom: 50px;
}

.tm-mb-60 {
  margin-bottom: 60px;
}

.tm-opacity-05 {
  opacity: 0.5;
}

.tm-ls-inside {
  list-style: inside;
}

.tm-bb-1 {
  border-bottom: 1px solid;
}

.tm-bc-e3 {
  border-color: #e3e3e3;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 760px) {
  .mobile-tac {
    text-align: center;
  }
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac-desktop {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .tac-desktop {
    text-align: inherit;
  }
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 760px) {
  .hidden-mobile {
    display: none !important;
  }
}

.hidden-non-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .hidden-non-mobile {
    display: inherit;
  }
}
@media screen and (max-width: 760px) {
  .hidden-non-mobile.be-block {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .hidden-tablet {
    display: none !important;
  }
}

.hidden-non-tablet {
  display: none;
}
@media screen and (max-width: 1300px) {
  .hidden-non-tablet {
    display: inherit;
  }
}

.flex {
  display: flex;
}
.flex.space-left {
  justify-content: flex-end;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex .flex-1 {
  flex: 1 1;
  position: relative;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex .flex-10 {
  flex: 12;
}
.flex.flex-column {
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .flex.break-tablet {
    flex-direction: column;
  }
  .flex.break-tablet > * {
    width: 100%;
  }
  .flex.break-tablet.bleed.bleed-big > *, .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-tablet.bleed.bleed-big > :first-child, .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed.bleed-big > :last-child, .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
  }
  .flex.break-tablet.flex-center {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .flex.break-small-tablet {
    flex-direction: column;
  }
  .flex.break-small-tablet > * {
    width: 100%;
  }
  .flex.break-small-tablet.bleed.bleed-big > *, .flex.break-small-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-small-tablet.bleed.bleed-big > :first-child, .flex.break-small-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-small-tablet.bleed.bleed-big > :last-child, .flex.break-small-tablet.bleed > :last-child {
    margin-right: 0px;
  }
  .flex.break-small-tablet.flex-center {
    align-items: flex-start;
  }
}
@media screen and (max-width: 760px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile > * {
    width: 100%;
    flex: auto;
  }
  .flex.break-mobile.bleed.bleed-big > *, .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .flex.break-mobile.bleed.bleed-big > :first-child, .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed.bleed-big > :last-child, .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
  }
  .flex.break-mobile.bleed.bleed-big.no-margin-mobile > *, .flex.break-mobile.bleed.no-margin-mobile > * {
    margin-bottom: 0px;
  }
  .flex.break-mobile.flex-center {
    align-items: flex-start;
  }
}
@media screen and (max-width: 360px) {
  .flex.break-small-mobile {
    flex-direction: column;
  }
  .flex.break-small-mobile > * {
    width: 100%;
  }
  .flex.break-small-mobile.bleed.bleed-big > *, .flex.break-small-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-small-mobile.bleed.bleed-big > :first-child, .flex.break-small-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-small-mobile.bleed.bleed-big > :last-child, .flex.break-small-mobile.bleed > :last-child {
    margin-right: 0px;
  }
  .flex.break-small-mobile.flex-center {
    align-items: flex-start;
  }
}
.flex .line-break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .flex .line-break-tablet {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
@media screen and (max-width: 760px) {
  .flex .line-break-mobile {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden;
  }
}
.flex.bleed > * {
  margin-left: 5px;
  margin-right: 5px;
}
.flex.bleed.bleed-big > * {
  margin-left: 30px;
  margin-right: 30px;
}
.flex.bleed > :first-child {
  margin-left: 0px;
}
.flex.bleed > :last-child {
  margin-right: 0px;
}
@media screen and (max-width: 760px) {
  .flex.wrap-mobile {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.flex.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.wrap.max-2 > * {
  width: calc( 50% - 5px );
  min-width: calc( 50% - 5px );
  max-width: calc( 50% - 5px );
  margin-bottom: 10px;
}
.flex.wrap.max-2.bleed > :nth-child(2n) {
  margin-right: 0px;
}
.flex.wrap.max-2.bleed > :nth-child(2n+1) {
  margin-left: 0px;
}
.flex.wrap.max-3 > * {
  width: calc( 33.3% - 10px );
  min-width: calc( 33.3% - 10px );
  max-width: calc( 33.3% - 10px );
  margin-bottom: 10px;
}
.flex.wrap.max-3.bleed > :nth-child(3n) {
  margin-right: 0px;
}
.flex.wrap.max-3.bleed > :nth-child(3n+1) {
  margin-left: 0px;
}
.flex.wrap.max-4 > * {
  width: calc( 25% - 8px );
  min-width: calc( 25% - 8px );
  max-width: calc( 25% - 8px );
  margin-bottom: 10px;
}
.flex.wrap.max-4.bleed > :nth-child(4n) {
  margin-right: 0px;
}
.flex.wrap.max-4.bleed > :nth-child(4n+1) {
  margin-left: 0px;
}
.flex.wrap.max-5 > * {
  width: calc( 20% - 8px );
  min-width: calc( 20% - 8px );
  max-width: calc( 20% - 8px );
  margin-bottom: 10px;
}
.flex.wrap.max-5.bleed > :nth-child(5n) {
  margin-right: 0px;
}
.flex.wrap.max-5.bleed > :nth-child(5n+1) {
  margin-left: 0px;
}
@media screen and (max-width: 760px) {
  .flex.wrap.break-mobile.max-5 > *, .flex.wrap.break-mobile.max-4 > *, .flex.wrap.break-mobile.max-3 > * {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .flex.wrap-tablet {
    flex-wrap: wrap;
  }
  .flex.wrap-tablet.max-3 > * {
    width: calc( 33.3% - 10px );
    min-width: calc( 33.3% - 10px );
    max-width: calc( 33.3% - 10px );
    margin-bottom: 10px;
  }
  .flex.wrap-tablet.max-3.bleed-tablet > :nth-child(3n) {
    border-right: 0px;
    margin-right: 0px;
  }
  .flex.wrap-tablet.max-3.bleed-tablet > :nth-child(3n+1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 760px) {
  .flex.wrap-mobile {
    flex-wrap: wrap;
  }
}
.flex .flex-right {
  margin-left: auto;
}

.flex-tablet {
  display: block;
}
@media screen and (max-width: 1300px) {
  .flex-tablet {
    display: flex;
  }
}

@media screen and (max-width: 760px) {
  .flex-mobile {
    display: flex;
  }
}

.flex-center {
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .flex-center-tablet {
    align-items: center;
  }
}

.flex-text-center {
  justify-content: center;
}

.flex-text-right {
  justify-content: flex-end;
}

@media screen and (max-width: 1300px) {
  .flex-bottom-tablet {
    align-items: flex-end;
  }
}

.flex-bottom {
  align-items: flex-end;
}

.flex-item-right {
  margin-left: auto;
}

.flex-item-left {
  margin-right: auto;
}

@media screen and (max-width: 760px) {
  .flex-items-column-mobile {
    flex-direction: column;
  }
}

.header-menu {
  padding: 30px 0px 0px 0px;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  background: white;
}
@media screen and (max-width: 1300px) {
  .header-menu {
    padding: 20px 0px 0px 0px;
  }
}
@media screen and (max-width: 760px) {
  .header-menu {
    padding: 11px 15px;
    margin-top: 21px;
    display: block;
  }
}
.header-menu .menu-buttons {
  align-items: center;
}
@media screen and (max-width: 760px) {
  .header-menu .menu-buttons {
    display: flex;
  }
}
.header-menu .menu-buttons a {
  display: none;
}
@media screen and (max-width: 760px) {
  .header-menu .menu-buttons a {
    display: block;
  }
}
.header-menu .menu-buttons .menu-closed {
  height: 26px;
  width: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 13px;
}
.header-menu .menu-buttons .menu-closed .bar {
  height: 2px;
  width: 100%;
  background: black;
}
.header-menu .menu-buttons img {
  height: 25px;
  margin-right: 13px;
  display: block;
}
.header-menu .menu-buttons img.menu-open {
  display: none;
}
.header-menu .profile-mobile {
  display: none;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
@media screen and (max-width: 760px) {
  .header-menu .profile-mobile {
    display: flex;
  }
}
.header-menu .profile-mobile a {
  margin-left: 10px;
}
.header-menu .profile-mobile img {
  height: 25px;
}
.header-menu .locale a {
  color: #322e2f;
  letter-spacing: -0.15px;
  line-height: 16px;
  border-left: 1px solid #e7e7e7;
  padding: 0px 11px;
}
.header-menu .locale a:first-child {
  border-left: none;
  padding-left: 0px;
}
.header-menu .logo .img {
  width: 125px;
  height: 59px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .header-menu .logo .img {
    width: 62px;
    height: 28px;
  }
}
.header-menu .logo .img img {
  position: absolute;
  top: 0%;
  left: 0%;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 760px) {
  .header-menu .search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 11;
  }
}
.header-menu .search.active {
  display: block;
}
.header-menu .search .suggester {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .header-menu .search .suggester .closer {
    position: absolute;
    top: 17px;
    right: 17px;
    height: 16px;
    width: 16px;
    background: url("../img/header-close.svg") 50% 50% no-repeat;
    background-size: cover;
    z-index: 10;
  }
  .header-menu .search .suggester:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 17px;
    height: 16px;
    width: 16px;
    background: url("../img/header-search.svg") 50% 50% no-repeat;
    background-size: cover;
  }
  .header-menu .search .suggester.active {
    display: block;
  }
}
.header-menu .search .suggester .search-input-container {
  position: relative;
}
.header-menu .search .suggester .search-input-container img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media screen and (max-width: 760px) {
  .header-menu .search .suggester .search-input-container img {
    display: none;
  }
}
.header-menu .search .suggester input {
  min-width: 295px;
  height: 46px;
  border-radius: 3px;
  background-color: #f7f7f8;
  padding: 0px 36px;
  color: #555555;
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .header-menu .search .suggester input {
    display: block;
    width: 100%;
    height: 50px;
    background: transparent;
    padding: 0px 44px;
  }
}
.header-menu .search .suggester .suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0px;
  border: 1px solid #e7e7e7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: white;
  display: none;
  max-height: 50vh;
  overflow-y: auto;
  z-index: 2;
}
.header-menu .search .suggester .suggestions .search-info {
  color: #ef5f96;
  font-size: 12px;
  letter-spacing: 0.26px;
  background: #fcf5fa;
  padding: 5px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.header-menu .search .suggester .suggestions .list .item {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
.header-menu .search .suggester .suggestions .list .item.active, .header-menu .search .suggester .suggestions .list .item:hover {
  background: #fcf5fa;
}
.header-menu .search .suggester .suggestions .list .item .img {
  width: 40px;
  margin-right: 10px;
}
.header-menu .search .suggester .suggestions .list .item h2 {
  font-size: 12px;
  font-style: normal;
  color: #000000;
  font-weight: 600;
  line-height: 1.1;
}
.header-menu .search .suggester .suggestions .list .item .badge {
  font-size: 10px;
  display: none;
  margin-top: 5px;
}
.header-menu .search .suggester .suggestions .list .item .badge:first-child {
  display: inline-flex;
}
.header-menu .search .suggester .suggestions .list .item .price {
  letter-spacing: 0.26px;
  text-align: right;
  color: #555555;
  margin-left: 10px;
}
.header-menu .search .suggester .suggestions .alert {
  margin: 10px;
}
.header-menu .menu {
  line-height: 24px;
  margin-top: 0px;
  background: white;
  border-bottom: 1px solid #e7e7e7;
  max-width: none;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .header-menu .menu {
    display: none;
    z-index: 10;
    margin: 0px;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: none;
    overflow-y: auto;
    position: absolute;
    top: 71px;
    left: 0px;
    right: 60px;
    bottom: 0px;
  }
  .header-menu .menu.active {
    display: block;
    position: fixed;
    width: auto;
  }
}
.header-menu .menu a.menu-item {
  border-bottom: 3px solid transparent;
  font-family: Forum;
  letter-spacing: 0.7px;
  color: #000000;
  padding: 30px 20px 27px 20px;
  display: block;
}
@media screen and (max-width: 760px) {
  .header-menu .menu a.menu-item {
    border-bottom: none;
    font-family: "StudioSans";
    letter-spacing: normal;
    padding: 9px 17px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
  }
}
.header-menu .menu a.menu-item.top-level {
  font-size: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1550px) {
  .header-menu .menu a.menu-item.top-level {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  .header-menu .menu a.menu-item.top-level {
    padding: 30px 10px 27px 10px;
  }
}
@media screen and (max-width: 1300px) {
  .header-menu .menu a.menu-item.top-level {
    padding: 20px 10px 17px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu .menu a.menu-item.top-level {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu a.menu-item.top-level {
    font-size: 14px;
    padding: 9px 17px;
    border-bottom: none;
  }
}
.header-menu .menu a.menu-item:hover, .header-menu .menu a.menu-item.active {
  color: #ef5f96;
}
@media screen and (max-width: 760px) {
  .header-menu .menu a.menu-item:hover, .header-menu .menu a.menu-item.active {
    color: black;
  }
}
.header-menu .menu a.menu-item.sale-item {
  font-weight: bold;
  color: #2196F3;
}
@media screen and (max-width: 760px) {
  .header-menu .menu a.menu-item.sale-item {
    color: #2196F3;
  }
}
.header-menu .menu .menu-item-parent {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.header-menu .menu .menu-item-parent.has-children:hover .submenu {
  display: block;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.has-children:hover .submenu {
    display: none;
  }
}
.header-menu .menu .menu-item-parent.has-children:hover > a.menu-item {
  border-color: #000000;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.has-children:hover > a.menu-item {
    border: none;
  }
}
.header-menu .menu .menu-item-parent.has-children:hover > a.menu-item:hover, .header-menu .menu .menu-item-parent.has-children:hover > a.menu-item.active {
  color: #ef5f96;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.has-children:hover > a.menu-item:hover, .header-menu .menu .menu-item-parent.has-children:hover > a.menu-item.active {
    color: black;
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.has-children {
    position: relative;
  }
  .header-menu .menu .menu-item-parent.has-children:after {
    content: "+";
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #322e2f;
    z-index: -1;
  }
  .header-menu .menu .menu-item-parent.has-children.active {
    display: block;
  }
  .header-menu .menu .menu-item-parent.has-children.active > a {
    font-weight: bold;
  }
  .header-menu .menu .menu-item-parent.has-children.active:after {
    content: "X";
    font-size: 10px;
    font-weight: 300;
    transform: scaleX(1.5);
  }
  .header-menu .menu .menu-item-parent.has-children.active .submenu {
    position: static;
    display: block;
  }
  .header-menu .menu .menu-item-parent.has-children.active > a.menu-item {
    border: none;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .flex-1:nth-child(3) {
  display: none;
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item {
  margin-bottom: 0px;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item {
    position: relative;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item > .menu-item {
  width: 100%;
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item:first-child .menu-item {
  font-family: "Forum";
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item:first-child .menu-item {
    margin-bottom: 0px;
    text-transform: none;
    font-family: "StudioSans";
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.has-subsubmenu {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.has-subsubmenu {
    display: block;
  }
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.has-subsubmenu:before {
    content: "+";
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #322e2f;
  }
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.has-subsubmenu.active:before {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.active {
    position: fixed;
    z-index: 11;
    top: 71px;
    left: 0;
    right: 60px;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.active .bold-margin-top {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 11px 0px;
    line-height: 1.29;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 40px;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item:hover .open-submenu {
  color: #ef5f96;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item:hover .open-submenu {
    color: black;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item:hover > .menu-item {
  color: #ef5f96;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item:hover > .menu-item {
    color: black;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .open-submenu {
  padding: 5px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .open-submenu {
    display: none;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .open-submenu:after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: bold;
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .subsubmenu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  left: 100%;
  width: 200px;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .subsubmenu {
    padding-left: 15px;
    position: initial;
    width: 100%;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .subsubmenu .view-all {
  display: block;
  margin-top: 47px;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .subsubmenu .view-all {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: none;
    font-family: "StudioSans";
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item .subsubmenu:before {
    content: "";
    background: url(../img/arrow-left.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    left: 15px;
    top: 13px;
    display: block;
    height: 14px;
    width: 9px;
  }
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.active .subsubmenu {
  display: block;
}
.header-menu .menu .menu-item-parent.all-clothes-menu .submenu .menu-item {
  font-weight: normal;
  text-transform: none;
  font-family: "StudioSans";
}
.header-menu .menu .profile-summary {
  display: none;
  padding: 8px 17px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  color: #322e2f;
  position: relative;
  background: #f6f6f6;
  margin-bottom: 10px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  min-height: 60px;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .profile-summary {
    display: flex;
  }
}
.header-menu .menu .profile-summary span {
  text-decoration: underline;
}
.header-menu .menu .profile-summary img {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.header-menu .menu .profile-summary .btn {
  margin-left: 18px;
  margin-right: 18px;
  font-size: 14px;
  max-height: 36px;
  font-weight: normal;
}
.header-menu .menu .about {
  display: none;
  padding: 0px 15px;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .about {
    display: flex;
  }
}
.header-menu .menu .about-item {
  flex: auto;
}
.header-menu .menu .about-item:first-child {
  margin-right: 10px;
}
.header-menu .menu .about-item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 90px;
}
.header-menu .menu .about-item img.stamp {
  width: 66px;
}
.header-menu .menu .about-item .about-text {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: center;
  text-decoration: underline;
  display: block;
  text-transform: uppercase;
}
.header-menu .menu .about-item .about-text b {
  font-weight: normal;
}
.header-menu .menu .about-item .stamp-title {
  font-family: Forum;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.header-menu .menu .about-item ul {
  display: inline-block;
  width: auto;
}
.header-menu .menu .about-item ul li {
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.34px;
  display: flex;
  align-items: center;
}
.header-menu .menu .about-item ul li .check-icon img {
  display: block;
  width: 10px;
  margin-right: 7px;
  margin-bottom: 0;
}
.header-menu .menu .submenu {
  display: none;
  position: absolute;
  top: calc(99%);
  right: 0;
  left: 0;
  padding: 35px 0px;
  background: white;
  z-index: 10;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .submenu {
    padding: 0px 0px 0px 17px;
    background: white;
    z-index: 10;
    border: none;
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu .submenu.has-children.active {
    position: static;
    display: block;
  }
}
.header-menu .menu .submenu a.menu-item {
  font-family: "Forum";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.61;
  letter-spacing: -0.3px;
  color: #322e2f;
  padding: 0px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .submenu a.menu-item {
    font-family: "StudioSans";
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: -0.15px;
    color: #322e2f;
    padding: 0px;
    display: block;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-transform: none;
  }
}
.header-menu .menu .submenu a.menu-item:hover, .header-menu .menu .submenu a.menu-item.active {
  color: #ef5f96;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .submenu a.menu-item:hover, .header-menu .menu .submenu a.menu-item.active {
    color: black;
  }
}
.header-menu .menu .submenu a.menu-item.view-all {
  display: none;
}
.header-menu .menu .submenu .submenu-item {
  margin-bottom: 6px;
}
@media screen and (max-width: 760px) {
  .header-menu .menu .submenu .submenu-item {
    margin-bottom: 0px;
  }
}
.header-menu .menu .submenu .submenu-item.just-bold {
  margin-bottom: 3px;
}
.header-menu .menu .submenu .submenu-item.just-bold a.menu-item {
  font-family: "StudioSans";
  font-weight: normal;
  text-transform: none;
}
.header-menu .menu .submenu .submenu-item .subsubmenu {
  margin-top: 19px;
  margin-bottom: 38px;
}
.header-menu .menu .submenu .submenu-item .subsubmenu a.menu-item {
  font-weight: normal;
  text-transform: none;
  font-family: "StudioSans";
}
.header-menu .menu .submenu .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 838px;
}
@media screen and (max-width: 1300px) {
  .header-menu .menu .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu .submenu .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 760px) {
  .header-menu .menu .submenu .menu-features {
    display: none;
  }
}
.header-menu .menu .submenu .menu-features > * {
  margin-bottom: 14px;
}
.header-menu .menu .submenu .menu-features > *:last-child {
  margin-bottom: 0;
}
.header-menu .menu .submenu .menu-features .menu-features-title {
  text-transform: uppercase;
  text-align: left;
  font-family: "Forum";
  font-size: 16px;
  line-height: 1.81;
  letter-spacing: 0.3px;
  padding: 0px;
}
.header-menu .menu .submenu .menu-features .image {
  width: 100%;
}
.header-menu .menu .submenu .menu-features .img-info {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 2.23;
  letter-spacing: normal;
  display: block;
}
@media screen and (max-height: 890px) {
  .header-menu .menu .submenu .menu-features .second-row {
    display: none;
  }
}
.header-menu .menu .cart {
  display: none;
  position: absolute;
  top: 0px;
  right: 35px;
  width: 372px;
  max-height: 530px;
  overflow-y: auto;
  padding: 10px;
  z-index: 1;
  background: white;
  box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.24);
}
.header-menu .menu .cart:before {
  content: "";
  position: absolute;
  right: 10px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 6px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}
.header-menu .menu .cart.active {
  display: block;
}
.header-menu .menu .cart .cart-items {
  margin-bottom: 5px;
}
.header-menu .menu .cart .cart-items .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.header-menu .menu .cart .cart-items .item.unavailable {
  background: #fdf1f5;
  padding: 5px;
  border-radius: 5px;
}
.header-menu .menu .cart .cart-items .item .cart-info-wapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.header-menu .menu .cart .cart-items .item .mask-error {
  line-height: 12px;
  font-size: 11px;
  color: #dc4b4c;
  margin-bottom: 10px;
}
.header-menu .menu .cart .cart-items .item .img img {
  width: 70px;
  margin-right: 8px;
  display: block;
}
.header-menu .menu .cart .cart-items .item .product-link {
  max-width: 150px;
  display: block;
}
.header-menu .menu .cart .cart-items .item h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  max-width: 200px;
}
.header-menu .menu .cart .cart-items .item .item-info {
  display: flex;
  flex-direction: column;
}
.header-menu .menu .cart .cart-items .item .bullets {
  line-height: normal;
  margin-top: 5px;
}
.header-menu .menu .cart .cart-items .item .item-price {
  font-size: 12px;
  color: #000000;
  line-height: normal;
}
.header-menu .menu .cart .cart-items .item .alert-error.hidden-non-mobile {
  display: block;
}
.header-menu .menu .cart .cart-items .item .move-to-fav {
  display: none;
}
.header-menu .menu .cart .subtotal {
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.31px;
  text-align: center;
}
.header-menu .menu .cart .btn-wrapper {
  margin: 0px 40px;
}
@media screen and (max-width: 760px) {
  .header-menu.moving-up {
    position: fixed;
    left: 0;
    right: 0;
    margin-top: 0px;
    z-index: 3;
  }
}
.header-menu.moving-up .logo-search {
  margin-bottom: 82px;
}
@media screen and (max-width: 760px) {
  .header-menu.moving-up .logo-search {
    margin-bottom: 0px;
  }
}
.header-menu.moving-up .menu {
  position: fixed;
  top: 50px;
  left: 0;
  margin-top: 0px;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .header-menu.moving-up .menu {
    top: 71px;
  }
}
.header-menu.moving-up .menu .submenu {
  top: calc(100% + 1px);
}
.header-menu.moving-up .menu a.menu-item.top-level {
  padding-top: 20px;
  padding-bottom: 17px;
}
@media screen and (max-width: 1300px) {
  .header-menu.moving-up .menu a.menu-item.top-level {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 760px) {
  .has-pink-banner .header-menu .menu {
    top: 91px;
  }
}
@media screen and (max-width: 760px) {
  .has-pink-banner .header-menu .menu .menu-item-parent.all-clothes-menu .submenu .submenu-item.active {
    top: 91px;
  }
}

.dimmer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.dimmer.overflow-all {
  display: block;
  z-index: 100;
}

.mobile-highlights {
  display: none;
  padding: 12px 11px;
  background-color: #000;
}
@media screen and (max-width: 760px) {
  .mobile-highlights {
    display: flex;
    justify-content: space-between;
  }
}
.mobile-highlights a {
  display: inline-block;
  border-radius: 3px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: 0.65px;
  text-align: center;
  color: #fff;
  margin: 0px 3px;
  text-transform: uppercase;
}

body.max-height {
  overflow: hidden;
  max-height: 100vh;
  position: fixed;
  max-width: 100vw;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 760px) {
  body.mobile-menu-open .dimmer {
    display: block;
  }
  body.mobile-menu-open .header-menu {
    z-index: 100;
  }
  body.mobile-menu-open .header-menu .menu-buttons .menu-closed {
    display: none;
  }
  body.mobile-menu-open .header-menu .menu-buttons img.menu-open {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .blue-on-mobile {
    background-color: #2196F3;
    color: white;
  }
  .blue-on-mobile a {
    font-weight: bold !important;
  }
}

#teaserCountdown {
  display: inline-block;
}

.sale-price {
  color: #ef5f96;
  text-align: left;
}

.sale-reason {
  vertical-align: text-bottom;
}
.sale-reason img {
  max-height: 12px;
}

.sale-color .sale-price {
  color: #2196F3;
  font-weight: bold;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
}
.container.standard {
  max-width: 1270px;
}
.container.mid-length {
  max-width: 1763px;
}
@media screen and (max-width: 760px) {
  .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.always-padded {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 760px) {
  .padded {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media screen and (max-width: 760px) {
  .unpadded {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.breadcrumbs-empty {
  padding-top: 28px;
  padding-bottom: 0px;
  width: 1px;
}
@media screen and (max-width: 760px) {
  .breadcrumbs-empty {
    padding-top: 10px;
  }
}

.breadcrumbs {
  padding-top: 28px;
  padding-bottom: 41px;
  color: #949494;
}
@media screen and (max-width: 760px) {
  .breadcrumbs {
    padding: 10px 0px 10px 14px;
    font-size: 10px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.29px;
  }
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #ef5f96;
}

@media screen and (max-width: 760px) {
  header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
  }
}
header .mobile-app-banner {
  display: none;
  padding: 14px 0 13px 0;
  background: white;
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 760px) {
  header .mobile-app-banner {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  header .mobile-app-banner {
    padding: 8px 0 7px 0;
  }
}
header .mobile-app-banner .closer {
  margin-right: 20px;
}
header .mobile-app-banner .logo {
  margin-right: 16px;
}
header .mobile-app-banner .logo img {
  min-width: 38px;
  width: 38px;
  height: 38px;
}
header .mobile-app-banner .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: -0.3px;
}
header .mobile-app-banner .btn {
  margin-left: 12px;
  font-size: 13px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 360px) {
  header .mobile-app-banner .btn {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  header .just-pink-desktop {
    display: none;
  }
}
header .usps {
  height: 40px;
  background: white;
  color: black;
}
@media screen and (max-width: 1300px) {
  header .usps {
    height: 40px;
  }
}
@media screen and (max-width: 760px) {
  header .usps {
    display: none;
  }
}
header .usps.just-pink {
  color: white;
  background: #ef5f96;
  display: flex;
  margin-bottom: 0 !important;
}
header .usps.pink {
  color: #000;
  background-image: url(../img/pink-pattern.jpg);
}
header .usps.pink .masks-open-link {
  display: inline-block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.3px;
  color: #000000;
}
header .usps.pink .masks-open {
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  header .usps.pink.only-desktop {
    display: none !important;
  }
}
header .account {
  background: #f7f7f8;
  min-height: 50px;
  color: #0f0f0f;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  header .account {
    background: #f7f7f8;
    min-height: 21px;
  }
  header .account.has-landing .container > *:not(.landing-text):not(.countdown) {
    display: none;
  }
}
header .account .usp {
  font-weight: normal;
}
header .account .usp img {
  height: 20px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  header .account .usp img {
    height: 13px;
  }
}
header .account .profile-link-wrapper {
  position: relative;
}
header .account .masks-open-link {
  display: inline-block;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: -0.3px;
  color: #000000;
  text-align: center;
}
header .account .masks-open {
  text-decoration: underline;
  display: inline-block;
}
header .account .landing-text,
header .account .countdown {
  text-align: center;
  padding: 10px 0px;
}
header .account .countdown {
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  header .account .countdown {
    text-align: center;
    font-weight: normal;
    padding: 7px 0px;
    font-size: 12px;
  }
  header .account .countdown .show-mobile {
    display: block;
  }
  header .account .countdown .hide-mobile {
    display: none;
  }
}
header .account .countdown .usp {
  display: none;
  background: white;
  margin: -7px -15px 7px -15px;
  padding: 5px;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  color: black;
}
@media screen and (max-width: 760px) {
  header .account .countdown .usp {
    display: flex;
  }
}
header .account .countdown .usp img {
  height: 14px;
}
header .account .countdown .alternative-text {
  display: none;
}
header .account .ticker-content-container {
  align-items: baseline;
}
@media screen and (max-width: 760px) {
  header.has-pink-banner .usps {
    font-size: 13px;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.ticker-content-container {
  justify-content: end;
}
@media screen and (max-width: 760px) {
  .ticker-content-container {
    justify-content: center;
  }
}

.ticker {
  overflow: hidden;
  width: 170px;
  white-space: nowrap;
  display: none;
}
@media screen and (max-width: 760px) {
  .ticker {
    display: block;
  }
}
.ticker .ticker-abs .ticker-box {
  display: inline-block;
}
.ticker .ticker-abs .ticker-box > div {
  margin: 0px 20px 0px 0px;
  display: inline-flex;
}
@media screen and (max-width: 760px) {
  .ticker .ticker-abs .ticker-box > div {
    font-size: 11px;
  }
}

.usp {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.44px;
  margin-left: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .usp {
    font-size: 11px;
  }
}
@media screen and (max-width: 760px) {
  .usp.header-texts {
    text-transform: none;
    font-size: 12px;
  }
}
.usp:first-child {
  margin-left: 0px;
}
.usp.only-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .usp.only-mobile {
    display: flex;
  }
}
@media screen and (max-width: 760px) {
  .usp.only-desktop {
    display: none;
  }
}
.usp img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}
@media screen and (max-width: 760px) {
  .usp img {
    height: 15px;
    margin-right: 3px;
  }
}
.usp.profile {
  margin-right: 30px;
}
@media screen and (max-width: 760px) {
  .usp.profile {
    margin-right: 0px;
  }
}
@media screen and (max-width: 760px) {
  .usp.profile img {
    filter: brightness(0);
    height: 23px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 760px) {
  .usp.notifications > img {
    height: 20px;
  }
}
@media screen and (max-width: 760px) {
  .usp.notifications .notifications-count {
    top: -7px;
  }
}
.usp.header-favorites {
  position: relative;
}
.usp.header-favorites img {
  height: 21px;
}
.usp.header-favorites span {
  position: absolute;
  top: -9px;
  right: -1px;
  font-size: 9px;
  width: 14px;
  height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f16aa0;
  color: white;
  letter-spacing: 0px;
}
@media screen and (max-width: 760px) {
  .usp.header-favorites span {
    top: -7px;
    right: -4px;
  }
}
.usp.cart-button {
  position: relative;
}
.usp.cart-button img {
  height: 20px;
  margin-right: 0px;
  transform: translateY(1px);
}
.usp.cart-button span {
  position: absolute;
  top: -9px;
  right: -8px;
  font-size: 9px;
  width: 14px;
  height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f16aa0;
  color: white;
  letter-spacing: 0px;
}
@media screen and (max-width: 760px) {
  .usp.cart-button span {
    top: -7px;
  }
}
.usp.cart-button span.big-number {
  width: 21px;
}
.usp.cart-button .cart-reminder {
  display: flex;
}

.cart-reminder {
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  width: 322px;
  padding: 15px;
  z-index: 10;
  color: #000;
  background: white;
  -webkit-box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.24);
  text-transform: initial;
  font-size: 14px;
}
.cart-reminder b {
  text-decoration: underline;
}
.cart-reminder .closer {
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.cart-reminder .closer img {
  height: auto !important;
  width: 32px;
}

.new-feature-reminder {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 322px;
  padding: 15px;
  z-index: 10;
  color: #000;
  background: white;
  -webkit-box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 11px 0 rgba(0, 0, 0, 0.24);
  text-transform: initial;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .new-feature-reminder {
    top: 55px;
    right: 10px;
  }
}
.new-feature-reminder.top-space {
  top: 76px;
}
@media screen and (max-width: 760px) {
  .new-feature-reminder.top-space {
    top: 55px;
  }
}
.new-feature-reminder:before {
  display: none;
  content: "";
  position: absolute;
  top: -6px;
  left: 66px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent white transparent;
}
@media screen and (max-width: 1920px) {
  .new-feature-reminder:before {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .new-feature-reminder:before {
    display: none;
  }
}
.new-feature-reminder.for-favorite {
  display: none;
  position: fixed;
  top: 90px;
  right: 40px;
}
@media screen and (max-width: 760px) {
  .new-feature-reminder.for-favorite {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: unset;
    text-align: center;
    z-index: 1000;
    justify-content: center;
    padding: 10px 15px 15px;
  }
}
@media screen and (max-width: 1920px) {
  .new-feature-reminder.for-favorite::before {
    left: 262px;
  }
}
.new-feature-reminder.for-favorite.active {
  display: flex;
}
.new-feature-reminder.for-favorite span {
  text-decoration: underline;
}
.new-feature-reminder b {
  text-decoration: underline;
}
.new-feature-reminder a {
  color: black;
  font-size: 14px;
  font-weight: normal;
}
.new-feature-reminder .close-feature,
.new-feature-reminder .closer {
  cursor: pointer;
  font-size: 30px;
  font-weight: 900;
  margin-left: 10px;
}
.new-feature-reminder .close-feature img,
.new-feature-reminder .closer img {
  max-width: 20px;
}

.lg .lg-toolbar {
  background-color: initial;
}

body.app-banner-open header .account {
  display: none;
}

body.scrolled-down .header-menu .menu .cart {
  position: fixed;
  top: 40px;
  height: auto;
}
body.scrolled-down .usps {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  body.scrolled-down header.has-pink-banner .usps {
    margin-bottom: 0px;
    height: 26px;
    z-index: 20;
  }
}
body.scrolled-down header .account {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
}
body.scrolled-down .new-feature-reminder.for-favorite {
  top: 50px;
  z-index: 1000;
}

.last-count {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.53px;
  color: #ef5f96;
}

.mailchimp {
  background-color: #fcf5fa;
  padding: 42px 0px;
  margin-bottom: 0px;
  margin-top: 60px;
}
@media screen and (max-width: 760px) {
  .mailchimp {
    margin-top: 20px;
    padding: 16px 0px;
  }
}
.mailchimp .container {
  width: 1000px;
}
@media screen and (max-width: 1300px) {
  .mailchimp .container {
    width: 740px;
  }
}
@media screen and (max-width: 760px) {
  .mailchimp .container {
    width: 100%;
  }
}
.mailchimp h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.38px;
  color: #322e2f;
}
@media screen and (max-width: 760px) {
  .mailchimp h2 {
    font-size: 12px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.23px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.mailchimp h2 b {
  font-weight: bold;
}
.mailchimp input {
  height: 46px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.46px;
  color: #666666;
}
@media screen and (max-width: 760px) {
  .mailchimp input {
    height: 27px;
    line-height: 27px;
    font-size: 10px;
    max-width: 165px;
    width: 165px;
  }
}
.mailchimp button {
  height: 46px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ef5f96;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.75px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 760px) {
  .mailchimp button {
    height: 27px;
    line-height: 27px;
    font-size: 10px;
    max-width: 60px;
    width: 60px;
    padding: 0px;
  }
}

.feedback-container {
  position: fixed;
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 760px) {
  .feedback-container {
    bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .feedback-container.active {
    left: 10px;
  }
}
.feedback-container.active form {
  display: block;
}
.feedback-container.active .feedback-icon-container, .feedback-container.active .title {
  display: none;
}
.feedback-container .title {
  color: #ef5f96;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}
.feedback-container .feedback-icon-container {
  background-color: #ef5f96;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.feedback-container .feedback {
  width: 30px;
  height: 21px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
}
.feedback-container .feedback:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  bottom: -5px;
  border-right: 10px solid transparent;
  border-left: 2px solid transparent;
  border-top: 10px solid #fff;
}
.feedback-container form {
  width: 275px;
  height: auto;
  padding: 30px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -2px black;
  -moz-box-shadow: 0px 0px 15px -2px black;
  box-shadow: 0px 0px 15px -2px black;
  position: relative;
  display: none;
}
@media screen and (max-width: 760px) {
  .feedback-container form {
    width: 100%;
    height: auto;
  }
}
.feedback-container form .feedback-closer {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
}
.feedback-container form h2 {
  font-family: Forum;
  font-size: 20px;
  letter-spacing: 1.04px;
  color: #000000;
  font-weight: inherit;
  margin-bottom: 10px;
}
.feedback-container form h2.feedback-success {
  text-align: center;
}
.feedback-container form textarea {
  height: 100px;
  max-width: 100%;
  width: 100%;
  border-color: #8e8e8e;
  resize: none;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  margin-top: 10px;
}
.feedback-container form .btn {
  margin-top: 10px;
}

.cookiebar {
  position: fixed;
  bottom: 32px;
  left: auto;
  right: 32px;
  width: 350px;
  z-index: 999;
  background: #d0d0d0;
  color: #222;
  padding: 25px 100px 25px 25px;
  font-size: 11px;
  letter-spacing: normal;
  line-height: 16px;
  justify-content: space-evenly;
  display: none;
}
@media screen and (max-width: 760px) {
  .cookiebar {
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 10px 50px 10px 10px;
  }
}
.cookiebar .cookies-text {
  margin-right: 5px;
}
.cookiebar .text-link {
  text-decoration: underline;
}
.cookiebar .btn-cookie {
  position: absolute;
  width: 30px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 760px) {
  .cookiebar .btn-cookie {
    right: 10px;
  }
}

.bottom-navigation {
  display: none;
}

@media screen and (max-width: 760px) {
  .bottom-navigation {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 13px 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .bottom-navigation .counter-wishlist {
    position: absolute;
    background: pink;
    border-radius: 50%;
    text-align: center;
    width: 18px;
    top: -6px;
    right: 50%;
    transform: translateX(23px);
    height: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .bottom-navigation img {
    margin: 0 auto 3px auto;
    display: block;
  }
  .bottom-navigation p {
    opacity: 0.52;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.16px;
    text-align: center;
  }
}
footer {
  font-size: 13px;
}
@media screen and (max-width: 760px) {
  footer {
    font-size: 12px;
  }
}
footer .copyright {
  height: 64px;
  line-height: 64px;
  border-top: solid 1px #e7e7e7;
  text-align: center;
  letter-spacing: -0.2px;
  color: #7e7e7e;
}
@media screen and (max-width: 760px) {
  footer .copyright {
    height: auto;
    line-height: normal;
    padding: 15px 0px;
  }
}
footer .copyright-text {
  height: 23px;
  line-height: 23px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #333;
}
@media screen and (max-width: 760px) {
  footer .copyright-text {
    height: auto;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.19px;
    color: #322e2f;
    margin-bottom: 5px;
    position: relative;
  }
}
footer .copyright-text b {
  color: #ef5f96;
}
footer .menu {
  color: #322e2f;
  padding: 13px 0px;
}
@media screen and (max-width: 760px) {
  footer .menu {
    padding: 30px 0px 7px 0px;
    position: relative;
  }
}
footer .menu .container .menu-col {
  flex: 1;
  padding: 27px 0px;
  margin-right: 32px;
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col {
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    line-height: 16px;
    border-bottom: 1px solid #d7d3d3;
  }
}
footer .menu .container .menu-col.socials {
  flex: none;
  width: 300px;
  border-left: 1px solid #e7e7e7;
  text-align: center;
  margin-right: 0px;
}
@media screen and (max-width: 1300px) {
  footer .menu .container .menu-col.socials {
    width: auto;
  }
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col.socials {
    width: 100%;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0px 0px 0px;
    line-height: 12px;
    border-bottom: 0px;
    border-top: 0px;
  }
}
footer .menu .container .menu-col.socials a {
  margin: 0px 12px;
}
footer .menu .container .menu-col.socials h4 {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col.socials h4 {
    margin-bottom: 10px;
    height: auto;
    line-height: 1;
  }
  footer .menu .container .menu-col.socials h4:before {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  footer .menu .container .menu-col:nth-child(4) {
    margin-right: 0px;
  }
}
footer .menu .container .menu-col-footer-title {
  height: 23px;
  line-height: 23px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col-footer-title {
    height: auto;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.19px;
    color: #322e2f;
    margin-bottom: 0px;
    position: relative;
  }
  footer .menu .container .menu-col-footer-title:before {
    content: "+";
    position: absolute;
    top: 7px;
    right: 12px;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
  }
}
footer .menu .container .menu-col-footer-title b {
  color: #ef5f96;
}
footer .menu .container .menu-col a {
  display: block;
  line-height: 23px;
  letter-spacing: -0.24px;
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col a {
    line-height: 26px;
    letter-spacing: -0.19px;
    color: #322e2f;
  }
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col .expander {
    margin-top: 10px;
    margin-left: 10px;
    display: none;
  }
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col.active h4:before {
    content: "X";
    transform: scaleY(0.7);
    top: -4px;
  }
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col.active .expander {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  footer .menu .container .menu-col .menu-col-title {
    padding: 0px !important;
  }
}

.favorite-heart {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background-color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 2px 3px 3px;
}
.favorite-heart .active {
  display: none;
}
.favorite-heart.active .non-active {
  display: none;
}
.favorite-heart.active .active {
  display: flex;
}

#upsells {
  width: calc( 60% - 230px );
}
@media screen and (max-width: 1640px) {
  #upsells {
    width: calc( 70% - 120px );
  }
}
@media screen and (max-width: 1240px) {
  #upsells {
    width: calc( 100% - 120px );
  }
}
@media screen and (max-width: 760px) {
  #upsells {
    width: 100%;
  }
}
#upsells .cross-sale-container {
  width: calc( 100% / 5 );
  padding: 0px 4px;
}
@media screen and (max-width: 1640px) {
  #upsells .cross-sale-container {
    width: calc( 100% / 5 );
  }
}
@media screen and (max-width: 1240px) {
  #upsells .cross-sale-container {
    width: calc( 100% / 5 );
  }
}
@media screen and (max-width: 760px) {
  #upsells .cross-sale-container {
    width: calc( 100vw / 3 );
    padding: 0px 3px;
    height: auto;
    display: inline-block;
  }
}
#upsells.no-flickity .images {
  justify-content: center;
}

.images-container {
  width: calc( 100% - 230px );
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .images-container {
    width: calc( 100% - 120px );
  }
}
@media screen and (max-width: 760px) {
  .images-container {
    width: 100%;
    padding-bottom: 32px;
  }
}
.images-container .images {
  display: flex;
}
.images-container .images:not(.flickity-enabled) {
  overflow: hidden;
}
.images-container .images.flickity-enabled {
  display: block;
}
.images-container .images .cross-sale-container {
  width: calc( 100% / 4 );
  padding: 0px 4px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1640px) {
  .images-container .images .cross-sale-container {
    width: calc( 100% / 4 );
  }
}
@media screen and (max-width: 1240px) {
  .images-container .images .cross-sale-container {
    width: calc( 100% / 4 );
  }
}
@media screen and (max-width: 760px) {
  .images-container .images .cross-sale-container {
    width: calc( 100vw / 3 );
    padding: 0px 3px;
    height: auto;
    display: inline-block;
  }
}
.images-container .images .cross-sale-container a:not(.buy-upsell) {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 150%;
  display: block;
}
.images-container .images .cross-sale-container .buy-upsell {
  margin-top: 10px;
  padding: 0px 20px;
}
.images-container .images .cross-sale-container.insta {
  width: calc( 100% / 6 );
  padding: 0px 4px;
}
@media screen and (max-width: 1640px) {
  .images-container .images .cross-sale-container.insta {
    width: calc( 100% / 4 );
  }
}
@media screen and (max-width: 760px) {
  .images-container .images .cross-sale-container.insta {
    width: calc( 100vw / 3 );
  }
}
.images-container .images .cross-sale-container.insta a {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media screen and (max-width: 760px) {
  .images-container .images .cross-sale-container.insta a {
    padding-top: 150%;
  }
}
.images-container .images .cross-sale-container.press {
  width: calc( 100% / 5 );
}
@media screen and (max-width: 1640px) {
  .images-container .images .cross-sale-container.press {
    width: calc( 100% / 4 );
  }
}
@media screen and (max-width: 1240px) {
  .images-container .images .cross-sale-container.press {
    width: calc( 100% / 3 );
  }
}
@media screen and (max-width: 760px) {
  .images-container .images .cross-sale-container.press {
    width: calc( 100vw / 2 );
    padding: 0px 3px;
    height: auto;
    display: inline-block;
  }
}
.images-container .images .cross-sale-container a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.images-container .images .cross-sale-container .sold-out-cross {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(26, 25, 25, 0.63);
  text-transform: uppercase;
  padding: 10px;
  color: white;
  border: 1px solid white;
  font-size: 10px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .images-container .images .cross-sale-container .sold-out-cross {
    bottom: 20px;
    width: 70%;
    left: 15%;
    transform: none;
    text-align: center;
    white-space: inherit;
  }
}
.images-container .images .cross-sale-container .cross-sale-product-info {
  padding: 10px 0px 0px 0px;
}
.images-container .images .cross-sale-container .cross-sale-product-info .title {
  margin-top: 5px;
  text-transform: capitalize;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.58;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  margin-bottom: 3px;
}
@media screen and (max-width: 760px) {
  .images-container .images .cross-sale-container .cross-sale-product-info .title {
    font-size: 12px;
    line-height: 1.36;
  }
}
.images-container .images .cross-sale-container .cross-sale-product-info .price {
  height: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.26px;
  text-align: center;
  color: #555555;
}
@media screen and (max-width: 760px) {
  .images-container .images .cross-sale-container .cross-sale-product-info .price {
    font-size: 12px;
  }
}
.images-container .images .cross-sale-container .cross-sale-product-info .stars-wrapper {
  color: #555555;
  font-size: 10px;
}
.images-container .images .cross-sale-container .cross-sale-product-info .stars-wrapper .stars {
  width: 66px;
  height: 10px;
  background: url("../img/stars-empty@2x.png") 0% 50% no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.images-container .images .cross-sale-container .cross-sale-product-info .stars-wrapper .stars .fill {
  height: 100%;
  background: url("../img/stars-full@2x.png") 0% 50% no-repeat;
  background-size: cover;
}

.login-reminder.login-reminder-desktop {
  display: none;
  position: absolute;
  top: calc( 100% + 10px );
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 245px;
  z-index: 11;
  padding: 30px 20px 10px 20px;
  border-radius: 4px;
}
.login-reminder.login-reminder-desktop:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent white transparent;
}
.login-reminder.login-reminder-desktop img.icon {
  width: 18px;
  height: auto;
  display: block;
  margin: 0 auto 5px auto;
}
.login-reminder.login-reminder-desktop span {
  font-family: StudioSans;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.15px;
  text-align: center;
  color: #555;
  margin-bottom: 17px;
  text-align: center;
  display: block;
}
.login-reminder.login-reminder-desktop .btn.btn-text-only {
  text-transform: none;
}
.login-reminder.login-reminder-desktop .closer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.login-reminder.login-reminder-desktop .closer img {
  filter: invert(1);
}
.login-reminder.login-reminder-desktop.active {
  display: block;
}
@media screen and (max-width: 760px) {
  .login-reminder.login-reminder-desktop.active {
    display: none;
  }
}
.login-reminder.login-reminder-mobile {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 45px;
  border-radius: 23px;
  background: black;
  align-items: center;
  color: white;
  min-width: 280px;
  padding-left: 32px;
  padding-right: 18px;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .login-reminder.login-reminder-mobile.active {
    display: flex;
  }
}
.login-reminder.login-reminder-mobile a {
  flex: 1;
  font-size: 15px;
  text-align: center;
  font-family: StudioSans;
  font-weight: 300;
  letter-spacing: 0.33px;
}
.modal {
  background-color: rgba(50, 50, 50, 0.27);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  display: none;
}
.modal.active {
  display: flex;
}
.modal .popup {
  background: white;
  position: relative;
  max-width: 90%;
}
.modal .popup.question-popup {
  width: 500px;
}
@media screen and (max-width: 760px) {
  .modal .popup.question-popup .popup-content {
    padding: 40px 20px;
  }
}
.modal .popup.question-popup .popup-content .btn-primary {
  margin-left: 16px;
  color: #322e2f;
  background-color: #fff;
  border: 1px solid #b0b0b0;
}
.modal .popup.question-popup .popup-content .btn-secondary {
  color: #ffffff;
  background-color: #ef5f96;
  border-color: transparent;
}
.modal .popup.giveaway-popup {
  width: 600px;
}
.modal .popup .popup-content {
  max-height: 80vh;
  overflow: auto;
  padding: 40px 40px;
}
@media screen and (max-width: 1300px) {
  .modal .popup .popup-content {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 760px) {
  .modal .popup .popup-content {
    padding: 25px 10px;
  }
}
.modal .popup .popup-content .popup-title {
  margin-bottom: 20px;
  letter-spacing: 0.75px;
  font-size: 20px;
  text-align: center;
  font-family: Forum;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .modal .popup .popup-content .popup-title {
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal .popup .cover {
  margin-top: -40px;
  margin-left: -40px;
  width: calc( 100% + 80px );
  max-width: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .modal .popup .cover {
    margin-top: -25px;
    margin-left: -30px;
    width: calc( 100% + 60px );
  }
}
@media screen and (max-width: 760px) {
  .modal .popup .cover {
    margin-left: -10px;
    width: calc( 100% + 20px );
  }
}
.modal .popup.choose-address {
  max-height: 90%;
  overflow-y: auto;
}
.modal .popup .closer {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  background: #232323;
  width: 24px;
  height: 24px;
  font-size: 26px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.modal .popup .closer img {
  width: 10px;
  height: 10px;
}

.modal#chart .popup {
  width: 90%;
}
.modal#chart #chartdiv {
  height: 500px;
}

.modal#choose-mask .question-popup.choosed {
  width: auto;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup.choosed .popup-content {
    padding: 25px 15px;
  }
}
.modal#choose-mask .question-popup.terms .popup-content .terms {
  display: block;
}
.modal#choose-mask .question-popup.terms .popup-content .choose-content {
  display: none;
}
.modal#choose-mask .question-popup .popup-content {
  padding: 50px 40px 55px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content {
    padding: 15px;
    max-height: 90vh;
  }
}
.modal#choose-mask .question-popup .popup-content .terms {
  display: none;
}
.modal#choose-mask .question-popup .popup-content .text-link {
  color: #ef5f96;
  text-decoration: underline;
}
.modal#choose-mask .question-popup .popup-content .terms-button-wrapper {
  margin-top: 20px;
}
.modal#choose-mask .question-popup .popup-content .choose-content-popup-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content-popup-title {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 1.04px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content-popup-sub-title {
  font-family: Forum;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-align: center;
  color: #322e2f;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content-popup-sub-title {
    font-size: 16px;
    letter-spacing: 0.35px;
    margin-bottom: 10px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content-popup-sub-title > span {
  background-color: #fee5f2;
  padding: 0 4px 2px;
  border-radius: 2px;
}
.modal#choose-mask .question-popup .popup-content .choose-content .gift-carousel-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  color: #322e2f;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .gift-carousel-title {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .free-gift-price-container {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .free-gift-price-container {
    margin-bottom: 5px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .masks {
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .masks {
    margin-bottom: 20px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .masks .flickity-page-dots {
  bottom: -26px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .masks .flickity-page-dots {
    bottom: -23px;
    bottom: -17px;
  }
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .masks .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .masks .flickity-prev-next-button {
  top: 50%;
}
.modal#choose-mask .question-popup .popup-content .choose-content .tm-h2 {
  margin-bottom: 20px;
}
.modal#choose-mask .question-popup .popup-content .choose-content .alert-error {
  margin-bottom: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .alert-error {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask {
  width: calc(100% / 3 - 10px);
  height: 195px;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask {
    height: 140px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask.with-names {
  height: 245px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask.with-names {
    height: 220px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask.with-names .gift-name {
  display: block;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask.with-names .image {
    height: 156px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask.selected-gift .image {
  opacity: 1;
}
.modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask .image {
  display: block;
  background-size: cover;
  width: 100%;
  height: 195px;
  background-position: 50% 0%;
  opacity: 0.5;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask .image {
    height: 138px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask .gift-name {
  display: none;
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .gifts .mask .gift-name {
    font-size: 11px;
  }
}
.modal#choose-mask .question-popup .popup-content .choose-content .gifts.flex .mask {
  width: calc(100% / 3);
  height: auto;
  margin-left: 0;
  display: block;
}
.modal#choose-mask .question-popup .popup-content .choose-content .alert {
  display: none;
}
.modal#choose-mask .question-popup .popup-content .choose-content .btn-primary {
  width: 260px;
  height: 45px;
  margin: 0;
  line-height: 1.71;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .choose-content .btn-primary {
    width: 100%;
    height: 32px;
  }
}
.modal#choose-mask .question-popup .popup-content .success-choose {
  display: none;
}
.modal#choose-mask .question-popup .popup-content .success-choose-popup-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.31px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 14px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .success-choose-popup-title {
    font-size: 12px;
  }
}
.modal#choose-mask .question-popup .popup-content .success-choose .img {
  margin-right: 8px;
}
.modal#choose-mask .question-popup .popup-content .success-choose .img img {
  width: 100px;
  display: block;
}
.modal#choose-mask .question-popup .popup-content .success-choose .chosen-gifts-images {
  text-align: center;
}
.modal#choose-mask .question-popup .popup-content .success-choose .mask-title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-top: 14px;
  max-width: 200px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .success-choose .mask-title {
    margin-top: 10px;
  }
}
.modal#choose-mask .question-popup .popup-content .success-choose .mask-image {
  margin-top: 24px;
  max-width: 200px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .success-choose .mask-image {
    margin-top: 14px;
    max-width: 140px;
  }
}
.modal#choose-mask .question-popup .popup-content .success-choose .btn-primary {
  margin-top: 24px;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .success-choose .btn-primary {
    margin-top: 14px;
  }
}
.modal#choose-mask .question-popup .popup-content .success-choose .close-popup {
  margin-top: 20px;
}
.modal#choose-mask .question-popup .popup-content .success-choose .close-popup h4 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: 0.31px;
  color: #000000;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .modal#choose-mask .question-popup .popup-content .success-choose .close-popup h4 {
    font-size: 12px;
  }
}

.modal#login .popup {
  width: 500px;
}
.modal#login .popup .login-register-title {
  text-align: center;
  font-family: Forum;
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  color: black;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .modal#login .popup .login-register-title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.modal#login .popup .login-register-sub-title {
  font-family: Forum;
  font-size: 18px;
  line-height: 1.33;
  font-weight: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #322e2f;
  margin-bottom: 24px;
}
@media screen and (max-width: 760px) {
  .modal#login .popup .login-register-sub-title {
    font-size: 16px;
  }
}
.modal#login .popup .separated {
  margin: 24px 0px;
}
.modal#login .popup .separated:last-child {
  margin-bottom: 0px;
}
.modal#login .popup .text-link {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  color: #666666;
  border-bottom: 1px solid #666666;
}
.modal#login .popup .switcher {
  margin-top: 22px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  padding-top: 20px;
}
.modal#login .fb-avatar {
  margin: 20px auto;
  display: block;
  border-radius: 5px;
  width: 100px;
}

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #505050;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form-group {
  position: relative;
  margin-bottom: 8px;
}
.form-group label[for=terms-accept] {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.45px;
  color: #000000;
  text-align: left;
}
.form-group label[for=terms-accept] .text-link {
  text-decoration: underline;
}

.form-separator {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.46px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}

.form-control {
  border-radius: 3px;
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  height: 36px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.46px;
  color: #333333;
  padding: 0px 10px;
  width: 100%;
  -webkit-appearance: none;
}
.form-control::placeholder {
  color: #322e2f;
}
.form-control.error {
  border-color: #dc4b4c;
}
.form-control[name=office] {
  padding-right: 25px;
}

textarea.form-control {
  line-height: normal;
  height: 120px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.password-revealer {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
  width: 20px;
}
.password-revealer .show {
  display: none;
}

.password-item {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.39px;
  color: #666666;
  margin-top: 4px;
}
.password-item.ok {
  color: #1ea246;
}

.smart-input {
  min-height: 46px;
}

.smart-input:focus ~ .smart-label, .smart-label.active {
  top: 5px;
  left: 9px;
  font-size: 11px;
  opacity: 1;
}

.smart-input:focus::-webkit-input-placeholder, .smart-input.active::-webkit-input-placeholder {
  opacity: 0;
}

.smart-input:focus:-moz-placeholder, .smart-input.active:-moz-placeholder {
  opacity: 0;
}

.smart-input:focus::-moz-placeholder, .smart-input.active::-moz-placeholder {
  opacity: 0;
}

.smart-input:focus:-ms-input-placeholder, .smart-input.active:-ms-input-placeholder {
  opacity: 0;
}

.smart-input:focus, .smart-input.active {
  padding: 15px 10px 0;
}

.smart-label {
  position: absolute;
  pointer-events: none;
  top: 2px;
  left: 9px;
  transition: 0.2s ease all;
  color: #333333;
  opacity: 0;
  font-weight: 300;
  letter-spacing: 0.46px;
}

.smart-form-group {
  position: relative;
}
.smart-form-group.active:after {
  content: "✓";
  position: absolute;
  width: 16px;
  height: 20px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #00c500;
  font-size: 15px;
}
.smart-form-group.active.error:after {
  display: none;
}
.smart-form-group.invalid:after {
  content: "✘";
  position: absolute;
  width: 16px;
  height: 20px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: red;
  font-size: 15px;
}
.smart-form-group.has-icon img.form-group-icon {
  position: absolute;
  left: 10px;
  top: 15px;
}
.smart-form-group.has-icon .form-control {
  padding-left: 32px;
}
.smart-form-group.has-icon .smart-label {
  left: 33px;
}

@media screen and (max-width: 1300px) {
  body.ios-low-ver .header-menu .search .suggester input {
    min-width: 235px;
  }
}
body.ios-low-ver .mobile-filters .mobile-filters-toggle {
  display: inline-block;
}
body.ios-low-ver .btn {
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
@media screen and (max-width: 1300px) {
  body.ios-low-ver .btn {
    font-size: 13px;
  }
}
body.ios-low-ver .btn.order-normal, body.ios-low-ver .btn.order-now {
  line-height: 46px;
  height: auto;
}
body.ios-low-ver .btn.order-normal {
  padding: 0px 5px;
}
body.ios-low-ver .buy-buttons #no-stock {
  line-height: 46px;
  height: auto;
}
body.ios-low-ver .checkout .btn.order-button {
  line-height: 45px;
  height: auto;
}
body.ios-low-ver #added-to-cart .availability-date {
  margin: 10px 0px 10px auto;
}
body.ios-low-ver #added-to-cart .btn {
  line-height: 46px;
  height: auto;
}

.btn {
  padding: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  height: 36px;
  letter-spacing: 0.7px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "StudioSans";
}
@media screen and (max-width: 360px) {
  .btn {
    font-size: 12px;
  }
}
.btn.btn-secondary {
  color: #322e2f;
  background-color: #fff;
  border: 1px solid #b0b0b0;
}
.btn.btn-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn.btn-text-only {
  text-decoration: underline;
  color: #555555;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #ef5f96;
}
.btn.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
}
.btn.btn-facebook img {
  margin-right: 5px;
}
.btn.btn-white {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.btn.btn-white:hover {
  border-width: 2px;
  padding: 0px 29px;
}
.btn.btn-block {
  display: flex;
  width: 100%;
}
.btn.btn-padded {
  padding: 0px 30px;
}
.btn.btn-flex {
  display: flex;
  width: 100%;
}

.filter-box .mobile-filters-toggle,
.select {
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
  background-color: #ffffff;
  padding: 0px 34px 0px 15px;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  color: #555555;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle,
.select {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.filter-box .mobile-filters-toggle:after,
.select:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background: url("../img/arrow@2x.png") 50% 50% no-repeat;
  background-size: cover;
  top: 15px;
  right: 11px;
}
.filter-box .mobile-filters-toggle .expander,
.select .expander {
  display: none;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #b8b8b8;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px 0px;
  top: calc( 100% + 10px );
  left: 0px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle .expander,
.select .expander {
    font-size: 16px;
    line-height: 1;
    background-color: rgba(50, 50, 50, 0.27);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    flex-direction: column;
    justify-content: flex-end;
    border: none;
    border-radius: 0px;
    padding: 0px;
  }
}
@media screen and (max-width: 360px) {
  .filter-box .mobile-filters-toggle .expander,
.select .expander {
    font-size: 14px;
  }
}
.filter-box .mobile-filters-toggle .expander:after,
.select .expander:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 9px;
  top: -9px;
  left: 30px;
  background: url("../img/select-arrow.png") 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle .expander:after,
.select .expander:after {
    display: none;
  }
}
.filter-box .mobile-filters-toggle .expander .expander-title,
.select .expander .expander-title {
  display: none;
  height: 40px;
  background: white;
  border-top: 1px solid #e7e7e7;
  padding: 0px 15px;
  align-items: center;
  color: #b0b0b0;
  background: #fcf5fa;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle .expander .expander-title,
.select .expander .expander-title {
    display: flex;
  }
}
.filter-box .mobile-filters-toggle .expander a,
.filter-box .mobile-filters-toggle .expander .select-case-model,
.filter-box .mobile-filters-toggle .expander .select-case-brand,
.filter-box .mobile-filters-toggle .expander .select-kids-item,
.select .expander a,
.select .expander .select-case-model,
.select .expander .select-case-brand,
.select .expander .select-kids-item {
  display: block;
  padding: 7px 15px;
  min-width: 220px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle .expander a,
.filter-box .mobile-filters-toggle .expander .select-case-model,
.filter-box .mobile-filters-toggle .expander .select-case-brand,
.filter-box .mobile-filters-toggle .expander .select-kids-item,
.select .expander a,
.select .expander .select-case-model,
.select .expander .select-case-brand,
.select .expander .select-kids-item {
    padding: 10px 15px;
    background: white;
    border-top: 1px solid #e7e7e7;
  }
  .filter-box .mobile-filters-toggle .expander a:last-child,
.filter-box .mobile-filters-toggle .expander .select-case-model:last-child,
.filter-box .mobile-filters-toggle .expander .select-case-brand:last-child,
.filter-box .mobile-filters-toggle .expander .select-kids-item:last-child,
.select .expander a:last-child,
.select .expander .select-case-model:last-child,
.select .expander .select-case-brand:last-child,
.select .expander .select-kids-item:last-child {
    padding-bottom: 30px;
  }
}
.filter-box .mobile-filters-toggle .expander a span,
.filter-box .mobile-filters-toggle .expander .select-case-model span,
.filter-box .mobile-filters-toggle .expander .select-case-brand span,
.filter-box .mobile-filters-toggle .expander .select-kids-item span,
.select .expander a span,
.select .expander .select-case-model span,
.select .expander .select-case-brand span,
.select .expander .select-kids-item span {
  line-height: normal;
}
.filter-box .mobile-filters-toggle .expander a .hint,
.filter-box .mobile-filters-toggle .expander .select-case-model .hint,
.filter-box .mobile-filters-toggle .expander .select-case-brand .hint,
.filter-box .mobile-filters-toggle .expander .select-kids-item .hint,
.select .expander a .hint,
.select .expander .select-case-model .hint,
.select .expander .select-case-brand .hint,
.select .expander .select-kids-item .hint {
  margin-left: auto;
}
.filter-box .mobile-filters-toggle .expander a .hint b,
.filter-box .mobile-filters-toggle .expander .select-case-model .hint b,
.filter-box .mobile-filters-toggle .expander .select-case-brand .hint b,
.filter-box .mobile-filters-toggle .expander .select-kids-item .hint b,
.select .expander a .hint b,
.select .expander .select-case-model .hint b,
.select .expander .select-case-brand .hint b,
.select .expander .select-kids-item .hint b {
  color: #ef5f96;
  font-weight: normal;
}
.filter-box .mobile-filters-toggle .expander a:hover, .filter-box .mobile-filters-toggle .expander a.active,
.filter-box .mobile-filters-toggle .expander .select-case-model:hover,
.filter-box .mobile-filters-toggle .expander .select-case-model.active,
.filter-box .mobile-filters-toggle .expander .select-case-brand:hover,
.filter-box .mobile-filters-toggle .expander .select-case-brand.active,
.filter-box .mobile-filters-toggle .expander .select-kids-item:hover,
.filter-box .mobile-filters-toggle .expander .select-kids-item.active,
.select .expander a:hover,
.select .expander a.active,
.select .expander .select-case-model:hover,
.select .expander .select-case-model.active,
.select .expander .select-case-brand:hover,
.select .expander .select-case-brand.active,
.select .expander .select-kids-item:hover,
.select .expander .select-kids-item.active {
  background-color: #f5f5f5;
}
.filter-box .mobile-filters-toggle .expander a:hover .hint b, .filter-box .mobile-filters-toggle .expander a.active .hint b,
.filter-box .mobile-filters-toggle .expander .select-case-model:hover .hint b,
.filter-box .mobile-filters-toggle .expander .select-case-model.active .hint b,
.filter-box .mobile-filters-toggle .expander .select-case-brand:hover .hint b,
.filter-box .mobile-filters-toggle .expander .select-case-brand.active .hint b,
.filter-box .mobile-filters-toggle .expander .select-kids-item:hover .hint b,
.filter-box .mobile-filters-toggle .expander .select-kids-item.active .hint b,
.select .expander a:hover .hint b,
.select .expander a.active .hint b,
.select .expander .select-case-model:hover .hint b,
.select .expander .select-case-model.active .hint b,
.select .expander .select-case-brand:hover .hint b,
.select .expander .select-case-brand.active .hint b,
.select .expander .select-kids-item:hover .hint b,
.select .expander .select-kids-item.active .hint b {
  text-decoration: underline;
}
.filter-box .mobile-filters-toggle .expander a.no-stock,
.filter-box .mobile-filters-toggle .expander .select-case-model.no-stock,
.filter-box .mobile-filters-toggle .expander .select-case-brand.no-stock,
.filter-box .mobile-filters-toggle .expander .select-kids-item.no-stock,
.select .expander a.no-stock,
.select .expander .select-case-model.no-stock,
.select .expander .select-case-brand.no-stock,
.select .expander .select-kids-item.no-stock {
  background: #f5f5f5;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle .expander > *:nth-child(2),
.select .expander > *:nth-child(2) {
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.12), 0 -4px 6px 0 rgba(0, 0, 0, 0.24);
  }
}
.filter-box .mobile-filters-toggle .expander .closer,
.select .expander .closer {
  display: none;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #616161;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: #fff;
  margin-left: auto;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle .expander .closer,
.select .expander .closer {
    display: inline-block;
  }
}
.filter-box .mobile-filters-toggle .expander .closer img,
.select .expander .closer img {
  filter: invert(100%);
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-55%) translateY(-50%);
}
.filter-box .mobile-filters-toggle.active,
.select.active {
  border-color: #232323;
  color: #555555;
}
.filter-box .mobile-filters-toggle.active .expander,
.select.active .expander {
  display: block;
}
@media screen and (max-width: 760px) {
  .filter-box .mobile-filters-toggle.active .expander,
.select.active .expander {
    display: flex;
  }
}

.checkbox-label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
}
.checkbox-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d3d3d3;
}
.checkbox-label:after {
  display: none;
  content: "✓";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: black;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 8px;
}
@media screen and (max-width: 760px) {
  .checkbox-label:after {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 760px) {
  .checkbox-label.small {
    margin: 10px 20px;
    padding-left: 20px;
  }
}
.checkbox-label.small:before {
  width: 10px;
  height: 10px;
}
.checkbox-label.small:after {
  width: 10px;
  height: 10px;
  font-size: 6px;
}
.checkbox-label input {
  display: none;
}
.checkbox-label.active:after {
  display: flex;
}

.alert.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin: 0px;
}
.alert.alert-error {
  margin: 5px 0px 0px 2px;
  color: #dc4b4c;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.39px;
}
.alert.alert-success {
  color: #1ea246;
  background-color: rgba(30, 162, 70, 0.3);
  border-color: #1ea246;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin: 0px;
}
.alert.admin-alert {
  padding: 2px;
}
.alert.alert-warning {
  color: black;
  background-color: #febfd2;
  border-color: #febfd2;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin: 0px;
}

.logos-mobile,
.logos-desktop {
  width: 100%;
  height: auto;
}

.logos-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .logos-mobile {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .logos-desktop {
    display: none;
  }
}

.badge {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #ef5f96;
  font-size: 12px;
  letter-spacing: 0.26px;
  background: #fcf5fa;
  padding: 5px;
  text-transform: uppercase;
  width: max-content;
}
@media screen and (max-width: 760px) {
  .badge {
    letter-spacing: 0.22px;
    font-size: 10px;
  }
}
.badge img {
  height: 15px;
  margin-right: 5px;
}
.badge.sold-out {
  background-color: rgba(26, 25, 25, 0.63);
  color: white;
}

.flickity-enabled .flickity-page-dots {
  bottom: -36px;
}
.flickity-enabled .flickity-page-dots .dot {
  margin: 0px 2px;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #d8d8d8;
  opacity: 1;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
  border-color: #ef5f96;
  background: #ef5f96;
}
.flickity-enabled .flickity-prev-next-button {
  top: calc( 50% - 41px );
  transform: translateY(-50%);
  background: url("../img/arrow-right@3x.png") 50% 50% no-repeat transparent;
  background-size: 11px;
  padding: 0px;
}
.flickity-enabled .flickity-prev-next-button:hover {
  background: url("../img/arrow-right@3x.png") 50% 50% no-repeat transparent;
  background-size: 16px;
}
.flickity-enabled .flickity-prev-next-button.previous {
  left: -40px;
  transform: scaleX(-1) translateY(-50%);
}
.flickity-enabled .flickity-prev-next-button.next {
  right: -40px;
}
.flickity-enabled .flickity-prev-next-button svg {
  display: none;
}
.flickity-enabled .flickity-button:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.flickity-enabled .flickity-button:disabled {
  display: none;
}

.admin-editor-container {
  position: fixed;
  right: 0;
  bottom: 10%;
  background-color: #ef5f96;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .admin-editor-container {
    bottom: 0;
    overflow-y: auto;
  }
}
.admin-editor-container.active .close-editor {
  display: block;
}
.admin-editor-container.active .editor-container {
  display: block;
}
.admin-editor-container.active .open-editor {
  display: none;
}
.admin-editor-container .open-editor {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
}
.admin-editor-container .close-editor {
  display: none;
  right: 5px;
  top: 5px;
  position: absolute;
  font-size: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
}
.admin-editor-container .editor-container {
  display: none;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .admin-editor-container .editor-container {
    max-height: 100vh;
  }
}
.admin-editor-container .editor-container .btn {
  max-width: 210px;
  width: 210px;
}
.admin-editor-container .editor-container b {
  margin-bottom: 10px;
}
.admin-editor-container .editor-container label {
  margin-bottom: 10px;
  display: inline-flex;
}
.admin-editor-container .editor-container hr {
  width: 100%;
}
.admin-editor-container .editor-container .admin-editor-container .editor-container-title {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
.admin-editor-container .editor-container .text-link {
  text-decoration: underline;
}

.info-window {
  display: none;
  max-width: 20%;
  position: fixed;
  padding: 10px;
  text-align: center;
  background: white;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  z-index: 100;
  transform: translateX(-50%);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
}

.upsell {
  background-color: #fcf5fa;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 30px;
}
.upsell img {
  display: block;
  margin: 0 auto 10px auto;
}
.upsell-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 1.24px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.upsell-sub-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-align: center;
  color: #393436;
  margin-bottom: 20px;
  font-style: normal;
}
.upsell .timer {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.09;
  letter-spacing: -0.6px;
  text-align: center;
  color: #242324;
  margin-bottom: 28px;
}
.upsell .sale-reason img {
  display: inline-block;
  margin-bottom: 0px;
}

.colors-wrapper {
  margin-bottom: 20px;
  position: relative;
  gap: 5px;
  align-items: center;
}
.colors-wrapper .color {
  border: 1px solid #aaa;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.colors-wrapper .color.active {
  border-color: rgba(0, 0, 0, 0.5);
}
.colors-wrapper .color:last-child {
  margin-right: 0px;
}
.colors-wrapper .color:hover {
  border-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.colors-wrapper .color .second-color {
  position: absolute;
  top: 0;
  left: 50%;
  height: 28px;
  width: 28px;
  border-radius: 0px 14px 14px 0px;
}
.colors-wrapper .text-color {
  border: solid 1px #b0b0b0;
  border-radius: 3px;
  height: 22px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.colors-wrapper .text-color.active {
  border-color: rgba(0, 0, 0, 0.8);
}
.colors-wrapper .text-color:hover {
  border-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
}
.colors-wrapper .product-color-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.colors-wrapper.category-colors {
  margin-bottom: 0px;
}
@media screen and (max-width: 760px) {
  .colors-wrapper.category-colors .text-color {
    padding: 0px 5px;
    line-height: 20px;
    font-size: 12px;
  }
}
.colors-wrapper.category-colors .color {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.colors-wrapper.category-colors .color .second-color {
  width: 20px;
  height: 20px;
}
.colors-wrapper.category-colors .product-color-image {
  width: 20px;
  height: 20px;
}

.product-info .details .sizes {
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  line-height: 1.83;
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .sizes {
    line-height: 1.2;
    letter-spacing: 0.22px;
    font-size: 13px;
    margin-bottom: 0;
  }
  .product-info .details .sizes > *:last-child {
    margin-bottom: 10px;
  }
}
.product-info .details .sizes .check-icon {
  margin-right: 5px;
  font-size: 13px;
}
.product-info .details .sizes .fits {
  position: relative;
}
.product-info .details .sizes .fits:hover .extender-fits {
  display: block;
}
@media screen and (max-width: 760px) {
  .product-info .details .sizes .fits:hover .extender-fits {
    display: none;
  }
}
.product-info .details .sizes .fits img {
  margin-left: 10px;
  border-left: 0.7px solid #a1a1a1;
  padding-left: 10px;
  margin-right: 5px;
}
.product-info .details .sizes .fits .fit-type {
  text-transform: lowercase;
}
.product-info .details .sizes .fits .extender-fits {
  display: none;
  position: absolute;
  top: 30px;
  left: -20px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  border: solid 0.8px #b8b8b8;
  background-color: #ffffff;
  z-index: 2;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .product-info .details .sizes .fits .extender-fits {
    left: -90px;
  }
}
.product-info .details .sizes .fits .extender-fits i {
  position: absolute;
  bottom: 100%;
  left: 45px;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product-info .details .sizes .fits .extender-fits i {
    left: 115px;
  }
}
.product-info .details .sizes .fits .extender-fits i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  transform: translate(50%, 50%) rotate(45deg);
  background-color: #ffffff;
  border: 0.8px solid #b8b8b8;
}
.product-info .details .buy-wrapper {
  max-width: 400px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper {
    max-width: none;
    display: flex;
  }
}
.product-info .details .buy-wrapper .sizes-circle-container {
  margin: 15px 0px 10px 0px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .sizes-circle-container {
    margin-bottom: 20px;
  }
}
.product-info .details .buy-wrapper .sizes-circle-container .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .sizes-circle-container .title {
    font-size: 14px;
  }
}
.product-info .details .buy-wrapper .sizes-circle-container .title a {
  text-decoration: underline;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item {
  position: relative;
  width: 55px;
  height: 40px;
  border: 1px solid #4f4f4f;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #4f4f4f;
}
@media screen and (max-width: 360px) {
  .product-info .details .buy-wrapper .sizes-circle-container .select-item {
    margin-right: 5px;
  }
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item:hover {
  border-color: black;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item.active {
  background-color: #000;
  color: #fff;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item.no-stock {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
}
.product-info .details .buy-wrapper .sizes-circle-container .select-item .hint {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  display: block;
  background-color: #322e2f;
  color: #fff;
  line-height: 16px;
}
.product-info .details .buy-wrapper .select .expander {
  min-width: 100%;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .select {
    margin-right: 6px;
  }
  .product-info .details .buy-wrapper .select.active .expander .expander-content {
    max-height: 30vh;
    overflow-y: auto;
    display: block;
  }
}
.product-info .details .buy-wrapper .select.phone-size {
  margin-top: 10px;
}
.product-info .details .buy-wrapper .select.button-like:after {
  display: none;
}
.product-info .details .buy-wrapper .upsell-order {
  padding: 15px;
  height: auto;
  font-size: 16px;
}
.product-info .details .buy-wrapper .buy-buttons {
  width: 100%;
  margin-top: 10px;
  flex: 1;
}
.product-info .details .buy-wrapper .buy-buttons .btn {
  height: 46px;
}
.product-info .details .buy-wrapper .buy-buttons .btn-secondary {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .buy-buttons .btn-secondary.block {
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .buy-buttons {
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .buy-buttons .order-normal.block {
    line-height: 46px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper #label-size .alert {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper.buy-wrapper-cases {
    display: block;
  }
}
.product-info .details .buy-wrapper.buy-wrapper-cases .select#quantity {
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper.buy-wrapper-cases .select {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.product-info .details .buy-wrapper .quick-order {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-align: center;
  position: relative;
  margin-left: 100px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-wrapper .quick-order {
    margin-left: 0px;
  }
}
.product-info .details .buy-wrapper .quick-order:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 15%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #b0b0b0 transparent;
}
.product-info .details .buy-wrapper .quick-order p {
  margin-bottom: 10px;
}
.product-info .details .buy-container {
  padding-bottom: 23px;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-container.colored {
    background: #f5f5f5;
    padding: 15px;
  }
}
.product-info .details .buy-container .floating-info {
  display: none;
}
.product-info .details .buy-container .floating-info .floating-info-name {
  max-width: calc( 100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 760px) {
  .product-info .details .buy-container {
    padding-bottom: 16px;
  }
  .product-info .details .buy-container.floating {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: white;
    z-index: 1;
    padding: 15px;
    border-top: 1px solid #e7e7e7;
  }
  .product-info .details .buy-container.floating .buy-wrapper {
    margin: 0px;
  }
  .product-info .details .buy-container.floating .only-mobile {
    display: flex;
    line-height: 1.25;
    letter-spacing: 0.26px;
    margin-bottom: 12px;
  }
}

.extender-fits-title {
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.31px;
  margin-bottom: 10px;
  font-weight: inherit;
}
@media screen and (max-width: 760px) {
  .extender-fits-title {
    font-style: 15px;
    margin-bottom: 20px;
  }
}
.extender-fits-title .fit-type {
  text-transform: lowercase;
  font-weight: 600;
}
.extender-fits .extender-fit {
  margin-bottom: 5px;
}
.extender-fits .extender-fit.bold {
  font-weight: 600;
}
.extender-fits .extender-fit.small span {
  width: 80px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .extender-fits .extender-fit.small span {
    font-size: 13px;
    width: 70px;
  }
}
.extender-fits .extender-fit.small .fit {
  width: 180px;
}
.extender-fits .extender-fit span {
  width: 180px;
}
@media screen and (max-width: 760px) {
  .extender-fits .extender-fit span {
    width: 45%;
    font-size: 13px;
  }
}
.extender-fits .extender-fit .fit {
  width: 160px;
  height: 18px;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  border: solid 1px #b0b0b0;
  background-color: #ffffff;
  margin-left: 5px;
}
@media screen and (max-width: 760px) {
  .extender-fits .extender-fit .fit {
    width: 45%;
    font-size: 13px;
  }
}
.extender-fits .extender-fit .fit .fill {
  height: 17px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #fccedf, #eaafc6);
}
.extender-fits .extender-fit .count {
  width: auto;
  margin-left: 5px;
}
@media screen and (max-width: 760px) {
  .extender-fits .extender-fit .count {
    font-size: 13px;
  }
}

.modal#sizes-table .popup,
.modal#sizes-kids .popup,
.modal#sizes-shoes .popup,
.modal#sizes-default .popup {
  width: 700px;
}
.modal#sizes-table .popup .sizes-table-title,
.modal#sizes-kids .popup .sizes-table-title,
.modal#sizes-shoes .popup .sizes-table-title,
.modal#sizes-default .popup .sizes-table-title {
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.6px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 760px) {
  .modal#sizes-table .popup .sizes-table-title,
.modal#sizes-kids .popup .sizes-table-title,
.modal#sizes-shoes .popup .sizes-table-title,
.modal#sizes-default .popup .sizes-table-title {
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.35px;
    padding-bottom: 2px;
  }
}
.modal#sizes-table .popup table,
.modal#sizes-kids .popup table,
.modal#sizes-shoes .popup table,
.modal#sizes-default .popup table {
  width: 100%;
  margin-bottom: 20px;
}
.modal#sizes-table .popup table th,
.modal#sizes-kids .popup table th,
.modal#sizes-shoes .popup table th,
.modal#sizes-default .popup table th {
  padding: 5px;
  border: 1px solid #e7e7e7;
  text-align: center;
  font-weight: bold;
}
.modal#sizes-table .popup table td,
.modal#sizes-kids .popup table td,
.modal#sizes-shoes .popup table td,
.modal#sizes-default .popup table td {
  padding: 5px;
  border: 1px solid #e7e7e7;
}
.modal#sizes-table .popup table td:first-child,
.modal#sizes-kids .popup table td:first-child,
.modal#sizes-shoes .popup table td:first-child,
.modal#sizes-default .popup table td:first-child {
  width: 65%;
}
.modal#sizes-table .popup h5,
.modal#sizes-kids .popup h5,
.modal#sizes-shoes .popup h5,
.modal#sizes-default .popup h5 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

.modal#popup-upsell .upsell-modal-content {
  overflow: visible;
}
.modal#popup-upsell .upsell-modal-content .buy-container {
  padding-bottom: 0px;
}
@media screen and (max-width: 760px) {
  .modal#popup-upsell .upsell-modal-content .buy-container {
    background-color: transparent;
  }
}
.modal#popup-upsell .upsell-modal-content .upsell-order {
  margin-bottom: 20px;
}

.badge-above-product-photo {
  position: absolute;
  z-index: 1;
  right: 0px;
  background-repeat: no-repeat;
  bottom: 0px;
  width: 80px;
  height: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-image: url("../img/bundle-badge.svg");
  background-position: 0% 50%;
  background-size: cover;
}
@media screen and (max-width: 760px) {
  .badge-above-product-photo {
    width: 75px;
    height: 45px;
    bottom: 8px;
  }
}
.badge-above-product-photo.longer {
  width: 130px;
  background-image: url("../img/bundle-badge-longer.svg");
}
@media screen and (max-width: 760px) {
  .badge-above-product-photo.longer {
    width: 95px;
  }
}
.badge-above-product-photo.longer > p {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 760px) {
  .badge-above-product-photo.longer > p {
    padding: 0 0 0 15px;
  }
}
.badge-above-product-photo > p {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 26px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .badge-above-product-photo > p {
    padding: 0 0 0 17px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
  }
}

.notifications {
  position: relative;
  z-index: 10;
}
.notifications.active .notifications-list {
  display: block;
}
.notifications .notifications-count {
  position: absolute;
  top: -9px;
  right: -1px;
  font-size: 9px;
  width: 14px;
  height: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #f16aa0;
  color: white;
  letter-spacing: 0px;
}
.notifications .notifications-list {
  position: absolute;
  top: 100%;
  width: 300px;
  right: -60px;
  border: 1px solid #e7e7e7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: white;
  display: none;
  max-height: 60vh;
  overflow-y: auto;
  z-index: 2;
}
.notifications .notifications-list .alert {
  margin: 10px;
}
.notifications .notifications-list .item {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
  align-items: center;
}
.notifications .notifications-list .item.unread {
  background-color: #ff9dae;
}
.notifications .notifications-list .item .img {
  width: 40px;
  margin-right: 10px;
}
.notifications .notifications-list .item .img img {
  height: auto;
}
@media screen and (max-width: 760px) {
  .notifications .notifications-list .item .img img {
    height: auto;
  }
}
.notifications .notifications-list .item .result {
  text-transform: none;
}
.notifications .notifications-list .item .result a {
  text-decoration: underline;
}

div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item.phpdebugbar-widgets-sql-duplicate {
  background-color: yellow !important;
}

.important-feature {
  max-width: 18px;
  margin-left: 5px;
  margin-top: -2px;
  width: auto !important;
}
@media screen and (max-width: 760px) {
  .important-feature {
    max-width: 13px;
    margin-left: 3px;
  }
}

.dada {
  display: none;
}
@media screen and (max-width: 760px) {
  .dada {
    display: block;
  }
}

.gift-badge {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 5px;
}
.gift-badge img {
  width: 45px;
}
@media screen and (max-width: 760px) {
  .gift-badge img {
    width: 35px;
  }
}
.gift-badge .badge {
  background-color: #bde2ff;
  color: #2196f3;
  margin-left: 3px;
  font-weight: bold;
  height: 21px;
  display: flex;
  align-items: center;
  line-height: 14px;
}
@media screen and (max-width: 760px) {
  .gift-badge .badge {
    margin-left: 0px;
  }
}

.cross-sale-container .gift-badge {
  left: 2px;
}
@media screen and (max-width: 760px) {
  .cross-sale-container .gift-badge {
    top: 3px;
    left: 3px;
  }
}
.cross-sale-container .gift-badge img {
  width: 35px !important;
  position: static !important;
}
@media screen and (max-width: 760px) {
  .cross-sale-container .gift-badge img {
    width: 25px !important;
  }
}
.cross-sale-container .gift-badge .badge {
  height: 18px;
  font-size: 10px;
  padding: 2px;
}

@media screen and (max-width: 760px) {
  #product-with-defect .popup {
    margin: 0 auto;
  }
}
@media screen and (max-width: 760px) {
  #product-with-defect .popup-content {
    display: flex;
    flex-direction: column;
  }
}
#product-with-defect h3 {
  margin-bottom: 18px;
  text-transform: uppercase;
  font-family: StudioSans;
  font-size: 19px;
  letter-spacing: 0.31px;
}
#product-with-defect h3.popup-title {
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #product-with-defect h3.popup-title {
    order: -3;
  }
}
#product-with-defect p {
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  #product-with-defect p {
    order: -2;
  }
}
#product-with-defect .defect-products img {
  max-width: 90px;
  margin-right: 10px;
}
#product-with-defect .defect-products p {
  font-weight: bold;
  margin-bottom: 10px;
}
#product-with-defect .defect-products .sale-price {
  font-weight: bold;
}
#product-with-defect .defect-products .feature {
  margin-top: 11px;
}
#product-with-defect .agree-with-defect-products {
  text-align: center;
  margin-top: 20px;
}
#product-with-defect .agree-wrap-btns .btn {
  padding: 10px 40px;
}
#product-with-defect .btn-without-defect {
  margin-top: 20px;
  background: transparent;
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  #product-with-defect .btn-without-defect {
    height: auto;
    font-size: 10px;
  }
}

.modal#added-to-cart .popup {
  width: 760px;
}
.modal#added-to-cart .popup .popup-content {
  max-height: none;
}
.modal#added-to-cart .popup h4 {
  margin-bottom: 18px;
  text-transform: uppercase;
  font-family: StudioSans;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.31px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup h4 {
    margin-bottom: 26px;
    text-align: center;
    letter-spacing: 0.26px;
  }
}
.modal#added-to-cart .popup .img {
  margin-right: 8px;
}
.modal#added-to-cart .popup .img img {
  width: 100px;
  display: block;
}
.modal#added-to-cart .popup .title {
  margin-bottom: 6px;
}
.modal#added-to-cart .popup .title h2 {
  font-weight: bold;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.29;
  letter-spacing: normal;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .title h2 {
    font-size: 13px;
    line-height: 1.5;
  }
}
.modal#added-to-cart .popup .title .price {
  font-size: 14px;
  line-height: 1.27;
  letter-spacing: 0.31px;
  width: 180px;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .title .price {
    display: none;
    font-size: 13px;
    width: auto;
  }
}
.modal#added-to-cart .popup .title .price .flex.flex-center {
  justify-content: end;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .title .price .flex.flex-center {
    justify-content: start;
  }
}
.modal#added-to-cart .popup .feature {
  font-family: StudioSans;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0.53px;
  font-size: 13px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .feature {
    line-height: 1.67;
    letter-spacing: 0.45px;
    margin-bottom: 0px;
  }
}
.modal#added-to-cart .popup .feature.only-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .feature.only-mobile {
    display: block;
  }
}
.modal#added-to-cart .popup .totals {
  margin-top: auto;
  padding: 15px 0px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  font-size: 12px;
  line-height: 0.86;
  letter-spacing: 0.35px;
  text-align: right;
  color: #322e2f;
  justify-content: space-between;
}
.modal#added-to-cart .popup .totals.totals-mobile {
  display: none;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 10px 0px;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .totals {
    display: none;
  }
  .modal#added-to-cart .popup .totals.totals-mobile {
    display: flex;
  }
}
.modal#added-to-cart .popup .bullets {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .bullets {
    font-size: 12px;
  }
}
.modal#added-to-cart .popup .buttons {
  margin-top: 23px;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buttons {
    margin-top: 10px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.modal#added-to-cart .popup .buttons h4 {
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buttons h4 {
    margin-top: 20px;
  }
}
.modal#added-to-cart .popup .buttons .btn {
  padding: 0px 20px;
  height: 46px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buttons .close-popup {
    display: none;
  }
}
.modal#added-to-cart .popup .similars {
  margin-left: 20px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .similars {
    order: 3;
    margin-left: 0px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 10px;
  }
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .similars.hidden-non-mobile {
    display: block;
  }
}
.modal#added-to-cart .popup .similars img {
  display: block;
}
.modal#added-to-cart .popup .similars h4 {
  margin-bottom: 12px;
}
.modal#added-to-cart .popup .similars a {
  width: calc(50% - 10px);
  margin: 5px 5px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .similars a {
    width: calc(25% - 6px);
    margin: 2px 3px;
  }
}
.modal#added-to-cart .popup .left-col {
  display: flex;
  flex-direction: column;
}
.modal#added-to-cart .popup .left-col h4 {
  order: 1;
}
.modal#added-to-cart .popup .left-col .products-wrapper {
  order: 2;
}
.modal#added-to-cart .popup .left-col .buttons-wrapper {
  order: 3;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .left-col .buttons-wrapper {
    order: 4;
  }
}
.modal#added-to-cart .popup .left-col .add-more-wrapper {
  order: 4;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .left-col .add-more-wrapper {
    order: 3;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
  }
}
.modal#added-to-cart .popup .availability-date {
  margin: 10px 0px 10px auto;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .availability-date {
    margin: 0px 0px;
  }
}
.modal#added-to-cart .popup .add-more-title {
  color: #ef5f96;
  padding-top: 25px;
  border-top: 2px dashed #b0b0b0;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .add-more-title {
    margin-top: 18px;
    margin-bottom: 21px;
    padding-top: 18px;
    border-top: 1px solid #e7e7e7;
  }
}
.modal#added-to-cart .popup .buy-wrapper {
  max-width: 280px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper {
    max-width: none;
    display: flex;
  }
}
.modal#added-to-cart .popup .buy-wrapper .loader {
  width: 20px;
  height: 20px;
  margin: 7px 0px 0px;
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container {
  margin: 7px 0px 0px;
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .title {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .title {
    font-size: 14px;
  }
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .title a {
  text-decoration: underline;
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .select-more-item {
  position: relative;
  width: 35px;
  height: 30px;
  border: 1px solid #4f4f4f;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  font-size: 14px;
  color: #4f4f4f;
}
@media screen and (max-width: 360px) {
  .modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .select-more-item {
    margin-right: 5px;
  }
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .select-more-item:hover {
  border-color: black;
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .select-more-item.active {
  background-color: #000;
  color: #fff;
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .select-more-item.no-stock {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
}
.modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .select-more-item .hint {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  display: block;
  background-color: #322e2f;
  color: #fff;
  line-height: 16px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .sizes-circle-container .select-more-item {
    margin-bottom: 10px;
  }
}
.modal#added-to-cart .popup .buy-wrapper .product-size-more-info-wrapper .product-size-more-info {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .product-size-more-info-wrapper .product-size-more-info {
    margin-top: 0;
  }
}
.modal#added-to-cart .popup .buy-wrapper .select .expander {
  min-width: 100%;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .select {
    margin-right: 6px;
  }
  .modal#added-to-cart .popup .buy-wrapper .select.active .expander .expander-content {
    max-height: 30vh;
    overflow-y: auto;
    display: block;
  }
}
.modal#added-to-cart .popup .buy-wrapper .select.phone-size {
  margin-top: 10px;
}
.modal#added-to-cart .popup .buy-wrapper .select.button-like:after {
  display: none;
}
.modal#added-to-cart .popup .buy-wrapper .upsell-order {
  padding: 15px;
  height: auto;
  font-size: 16px;
}
.modal#added-to-cart .popup .buy-wrapper .buy-buttons {
  margin-top: 10px;
  flex: 1;
}
.modal#added-to-cart .popup .buy-wrapper .buy-buttons .btn {
  height: 46px;
}
.modal#added-to-cart .popup .buy-wrapper .buy-buttons .btn.btn-no-stock {
  margin-right: -70px;
}
@media screen and (max-width: 1300px) {
  .modal#added-to-cart .popup .buy-wrapper .buy-buttons .btn.btn-no-stock {
    font-size: 11px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .buy-buttons .btn.btn-no-stock {
    flex: auto;
    margin-right: auto;
    font-size: inherit;
  }
}
.modal#added-to-cart .popup .buy-wrapper .buy-buttons .btn-secondary {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .buy-buttons .btn-secondary.block {
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .buy-buttons {
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper .buy-buttons .order-normal.block {
    line-height: 46px;
    margin-bottom: 10px;
  }
}
.modal#added-to-cart .popup .buy-wrapper #label-size-more .alert {
  margin-top: -5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper.buy-wrapper-cases {
    display: block;
  }
}
.modal#added-to-cart .popup .buy-wrapper.buy-wrapper-cases .select.quantity-select {
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .buy-wrapper.buy-wrapper-cases .select {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.modal#added-to-cart .popup .last-count {
  font-size: 13px;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart .popup .last-count {
    margin-bottom: 0px;
  }
}
.modal#added-to-cart > div {
  width: 100%;
}
.modal#added-to-cart > div .popup {
  margin: auto;
}
@media screen and (max-width: 760px) {
  .modal#added-to-cart.mini-shopping-cart-mobile > div {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup {
    width: 100%;
    max-width: 100%;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .closer {
    background: #fff;
    color: #000;
    font-weight: 100;
    top: 10px;
    right: 10px;
    font-size: 30px;
    display: none;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .img img {
    width: 90px;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .popup-content {
    padding: 30px 15px;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .popup-content .title {
    display: block;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .popup-content .title .price {
    margin-top: 10px;
    text-align: left;
    display: block;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .popup-content .feature.only-mobile {
    display: none;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .popup-content .totals.totals-mobile {
    display: none;
  }
  .modal#added-to-cart.mini-shopping-cart-mobile .popup .popup-content .buttons {
    margin-top: 23px;
    margin-bottom: 0;
  }
}

.modal#out-of-stock .popup {
  width: 500px;
}
.modal#out-of-stock .popup-title {
  text-align: center;
  font-family: Forum;
  font-size: 27px;
  font-weight: normal;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  color: black;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .modal#out-of-stock .popup-title {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.modal#out-of-stock .popup-sub-title {
  font-family: Forum;
  font-size: 18px;
  line-height: 1.33;
  font-weight: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #322e2f;
  margin-bottom: 16px;
}
@media screen and (max-width: 760px) {
  .modal#out-of-stock .popup-sub-title {
    font-size: 16px;
  }
}
.modal#out-of-stock .popup .sizes {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.modal#out-of-stock .popup .sizes .size {
  width: 55px;
  height: 40px;
  border: 1px solid #b0b0b0;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #777777;
}
.modal#out-of-stock .popup .sizes .size.no-stock {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
}
.modal#out-of-stock .popup .sizes .size:hover:not(.active) {
  border-color: black;
}
.modal#out-of-stock .popup .sizes .size.active {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .promocode-item {
    padding-left: 15px;
    margin-bottom: 10px;
  }
}
.promocode-item .closer {
  margin-right: 0px;
}
.promocode-item .closer img {
  transform: translateY(-1px);
  filter: brightness(0);
  margin: 0;
  display: block;
  max-width: 11px;
}