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, 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 {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

@font-face {
  font-family: azo-sans-web-thin;
  src: url("../AzoSans-Thin-webfont.c8256dbe.eot");
  src: url("../AzoSans-Thin-webfont.c8256dbe.eot#iefix") format("embedded-opentype"), url("../AzoSans-Thin-webfont.e5805776.woff") format("woff"), url("../AzoSans-Thin-webfont.7b533588.ttf") format("truetype"), url("../AzoSans-Thin-webfont.d71a7fa5.svg#azo_sansthin") format("svg");
}

@font-face {
  font-family: azo-sans-web-light;
  src: url("../AzoSans-Light-webfont.9ae85a7e.eot");
  src: url("../AzoSans-Light-webfont.9ae85a7e.eot#iefix") format("embedded-opentype"), url("../AzoSans-Light-webfont.def48e06.woff") format("woff"), url("../AzoSans-Light-webfont.316ec81e.ttf") format("truetype"), url("../AzoSans-Light-webfont.8843dd59.svg#azo_sansthin") format("svg");
}

@font-face {
  font-family: azo-sans-web-reg;
  src: url("../AzoSans-Regular-webfont.e8c41566.eot");
  src: url("../AzoSans-Regular-webfont.e8c41566.eot#iefix") format("embedded-opentype"), url("../AzoSans-Regular-webfont.23e2ba07.woff") format("woff"), url("../AzoSans-Regular-webfont.1961d239.ttf") format("truetype"), url("../AzoSans-Regular-webfont.d715f92b.svg#azo_sansthin") format("svg");
}

@font-face {
  font-family: azo-sans-web-med;
  src: url("../AzoSans-Medium-webfont.7b9d7443.eot");
  src: url("../AzoSans-Medium-webfont.7b9d7443.eot#iefix") format("embedded-opentype"), url("../AzoSans-Medium-webfont.ca78abe8.woff") format("woff"), url("../AzoSans-Medium-webfont.4b96bb9e.ttf") format("truetype"), url("../AzoSans-Medium-webfont.22402840.svg#azo_sansthin") format("svg");
}

body {
  font-family: azo-sans-web-light;
  font-size: 14px;
  line-height: 22px;
}

h1, h2 {
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-family: azo-sans-web-reg;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  h1, h2 {
    font-size: 20px;
    line-height: 28px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }
}

a {
  color: #000;
}

.row {
  max-width: 1400px;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.col {
  flex-direction: column;
  display: flex;
}

.justify {
  justify-content: space-between;
}

.row-wrap {
  flex-wrap: wrap;
}

.row-mobile {
  flex-direction: row;
  display: flex;
}

.flex-1 {
  flex: 1;
  flex-basis: inherit;
}

.flex-2 {
  flex: 2;
  flex-basis: inherit;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.mobile {
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .row {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
  }

  main {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-image {
  width: 100%;
  z-index: 3;
  animation-name: slideDown;
  animation-duration: .5s;
  position: fixed;
  top: 84px;
  left: 0;
}

.modal {
  visibility: hidden;
}

.modal.show {
  visibility: visible;
  z-index: 3;
  width: 100%;
  height: 100%;
  animation-name: fadeIn;
  animation-duration: .5s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.dark-transparency, .dark-transparency-added {
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  animation-name: fadeIn;
  animation-duration: .5s;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.modal-content, .modal-content-size {
  z-index: 5;
  width: 100%;
  min-height: 344px;
  background-color: #fefefe;
  transition: all .25s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  box-shadow: 0 -3px 10px #0000002e;
}

.modal-content.show, .show.modal-content-size {
  transition: all .25s ease-out;
  bottom: 0;
  transform: translate(0);
}

.modal-content-size {
  min-height: 344px;
  z-index: 6;
  box-shadow: 0 0 #0000;
}

.modal-content-size .size-header {
  justify-content: space-between;
  margin-bottom: 10px;
}

.modal-content-size .size-header p {
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: 14px;
}

.modal-content-size .size-header .down-arrow {
  width: 18px;
  height: 10px;
  background-image: url("../downChevron.67139ce8.svg");
  background-repeat: no-repeat;
  align-self: center;
}

.modal-content-size .wrap {
  flex-wrap: wrap;
}

.modal-content-size .size-image-container {
  width: 16.4%;
  margin-right: 3.6%;
}

.modal-content-size .size-image-container .size-image {
  width: 100%;
  align-self: center;
}

.modal-content-size .sizes-container {
  width: 80%;
  flex-wrap: wrap;
  display: flex;
}

.modal-content-size .sizes-container input {
  display: none;
}

.modal-content-size .sizes-container input + label {
  height: 48px;
  width: 48px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c7c5c5;
  border-radius: 4px;
  margin-bottom: 16px;
  margin-right: 12px;
  padding: 15px 10px 0;
  font-size: 14px;
  line-height: 1.2;
  transition: all .3s ease-in-out;
  display: block;
}

.modal-content-size .sizes-container input:checked + label {
  background-color: #eef3f3;
  border: 1px solid #1a6461;
  border-radius: 4px;
  font-family: azo-sans-web-reg;
  transition: all .3s ease-in-out;
}

.modal-content-size .sizes-container .sizes {
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 3.6%;
  font-size: 14px;
  line-height: 45px;
}

.modal-content-size .sizes-container .active {
  background-color: #f3f7f7;
  border: 2px solid #2d6461;
  line-height: 42px;
}

.modal-content-size .add-to-basket-main, .modal-content-size .modal-body .add-to-basket, .modal-body .modal-content-size .add-to-basket {
  letter-spacing: 2.6px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #2d6461;
  border-radius: 4px;
  align-self: flex-end;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 14px;
  display: block;
}

.modal-content-size .col {
  align-items: center;
  margin-bottom: 30px;
}

.modal-content-size .col .link {
  margin-top: 20px;
}

.modal-content-size.show {
  display: flex;
}

.dark-transparency-added {
  z-index: 7;
  display: none;
  position: fixed;
}

.dark-transparency-added.show {
  display: block;
}

.modal-content-added {
  z-index: 8;
  width: 100%;
  background-color: #fefefe;
  animation-name: slideDown;
  animation-duration: .4s;
  display: none;
  position: fixed;
  top: 85px;
  right: 0;
  box-shadow: 0 3px 10px #0000002e;
}

.modal-content-added .size-header {
  background-color: #f7f7f7;
  padding: 12px;
}

.modal-content-added .header {
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: 14xp;
  text-align: center;
}

.modal-content-added .style-image {
  width: 130px;
}

.modal-content-added .item-details {
  flex-direction: column;
  flex: 3;
  margin-left: 15px;
  font-weight: 600;
  display: flex;
}

.modal-content-added .item-details .italics {
  letter-spacing: .39px;
  font-style: italic;
  font-weight: 500;
}

.modal-content-added .item-details .body-font {
  letter-spacing: 2.6px;
  font-size: 14px;
}

.modal-content-added.show {
  display: block;
}

.close {
  width: 20px;
  height: 20px;
  z-index: 9;
  background-image: url("../Close.77ce0233.svg");
  background-repeat: no-repeat;
  position: fixed;
  top: 97px;
  right: 10px;
}

.close:hover, .close:focus {
  color: #a3a3a3;
  cursor: pointer;
  text-decoration: none;
}

.close-in-modal {
  display: none;
}

.modal-body {
  width: 100%;
  padding: 10px;
  position: relative;
}

.modal-body .style-with-container {
  text-align: center;
  min-width: 110px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin: 0 5px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.modal-body .style-with-container .price1, .modal-body .style-with-container .price2, .modal-body .style-with-container .price3, .modal-body .style-with-container .price4, .modal-body .style-with-container .price5, .modal-body .style-with-container .price6 {
  font-size: 14px;
}

.modal-body .title-container {
  min-height: 45px;
  margin-top: 12px;
  display: flex;
}

.modal-body .title-container p {
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 18px;
}

.modal-body .style-with-image {
  width: 100%;
  animation-name: fadeIn;
  animation-duration: 1s;
}

.modal-body span {
  font-size: 12px;
}

.modal-body .stars {
  justify-content: center;
  font-size: 10px;
  display: flex;
}

.modal-body .add-to-basket {
  letter-spacing: .39px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-top: 10px;
  padding: 7px 4px;
  font-size: 11px;
}

.modal-body .dots {
  justify-content: center;
  margin-top: 10px;
  margin-left: 0;
  font-size: 18px;
  display: flex;
}

.modal-body .dots .dot {
  width: 8px;
  height: 8px;
  background-image: url("../dot-filled.46ed11ff.svg");
  margin: 0 4px;
}

.modal-body .dots .dot-outline {
  width: 8px;
  height: 8px;
  background-image: url("../dot-outline.d9590840.svg");
  margin: 0 4px;
}

.modal-body .heart {
  width: 25px;
  height: 20px;
  background-image: url("../Favourites.1c7162ff.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (min-width: 352px) {
  .modal-content, .modal-content-size {
    min-height: 338px;
  }

  .modal-content-size {
    height: 421px;
  }
}

@media only screen and (min-width: 568px) {
  .modal-content, .modal-content-size {
    width: 60%;
    min-height: 238px;
  }

  .modal-body .style-with-container {
    min-width: 90px;
  }

  .modal-body .style-with-image {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .modal-body .style-with-container {
    min-width: 110px;
  }

  .modal-body .style-with-image {
    width: 100%;
  }

  .modal-image {
    margin-top: 5%;
  }

  .modal-content, .modal-content-size {
    width: 100%;
  }

  .modal-content-size {
    height: 464px;
  }

  .modal-content-size .size-image-container {
    width: 15%;
  }

  .modal-content-size .add-to-basket-main, .modal-content-size .modal-body .add-to-basket, .modal-body .modal-content-size .add-to-basket {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .close {
    top: 120px;
  }

  .modal-body {
    padding: 25px;
  }
}

.modal-body .space-items {
  justify-content: space-between;
}

.modal-body .style-with-container {
  max-width: 150px;
}

.modal-body .style-with-container .price1, .modal-body .style-with-container .price2, .modal-body .style-with-container .price3 {
  font-size: 14px;
}

.modal-body .dots {
  display: none;
}

.modal-body .stars p {
  margin-right: 3px;
  font-size: 13px;
}

.modal-content-added {
  width: 50%;
  top: 112px;
  right: 1%;
}

.modal-content-added .modal-body {
  margin-left: 0;
}

.modal-content-added .modal-body .item-details .italics, .modal-content-added .modal-body .item-details .body-font, .modal-content-added .modal-body .item-details span {
  font-size: 18px;
  font-weight: 100;
}

.modal-content-added .modal-body .item-details span {
  line-height: 28px;
}

.size-width {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1024px) {
  .modal.show {
    background-color: none;
    background-color: #0000;
  }

  .var-images-modal {
    display: none;
  }

  .modal-content, .modal-content-size {
    width: 100%;
  }

  .modal-body {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-body .add-to-basket {
    cursor: pointer;
    padding: 12px 4px;
    font-size: 14px;
  }

  .modal, .dark-transparency, .dark-transparency-added {
    background-color: #0000;
  }

  .close {
    display: none;
  }

  .close-in-modal {
    width: 20px;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    background-image: url("../Close-black.a89f0106.svg");
    background-repeat: no-repeat;
    animation-name: fadeIn;
    animation-duration: .4s;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
  }

  .modal-content-size {
    height: 474px;
  }

  .modal-content-size .size-header p {
    font-size: 18px;
  }

  .modal-content-size .sizes {
    cursor: pointer;
  }

  .right-gradient {
    display: none;
  }

  .size-width {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    flex-direction: row;
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  .modal-body {
    width: 952px;
    position: relative;
  }

  .modal-body .style-with-container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .modal-content-added {
    width: 25%;
    right: 20%;
  }

  .size-width {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .size-width {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1700px) {
  .size-width {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1900px) {
  .size-width {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    bottom: -300px;
  }

  to {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    top: -300px;
  }

  to {
    opacity: 1;
    top: 40px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#select-nav {
  display: none;
}

.select-area {
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  animation-name: slideDown2;
  animation-duration: .5s;
  position: fixed;
  top: 0;
  left: 0%;
  overflow: scroll;
  box-shadow: 0 -3px 10px #01000080;
}

.select-area .main-menu-container {
  display: none;
}

.select-area .main-menu-container.show {
  z-index: 4;
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  padding-bottom: 20px;
  animation-name: slideDownMenuMobile;
  animation-duration: .3s;
  display: flex;
  position: fixed;
  top: 47px;
  box-shadow: 0 3px 10px #0000002e;
}

.select-area .main-menu-container.show a {
  text-align: center;
  margin-top: 15px;
  text-decoration: none;
}

.select-area span {
  flex-grow: 1;
}

.select-area span a {
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.select-area .women-section.hidden {
  display: none;
}

.select-area .women-section {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.select-area .women-section .menu-container {
  width: 100%;
  z-index: 4;
  display: flex;
  position: fixed;
  top: 0;
}

.select-area .women-section .span-0 {
  flex: 0;
}

.select-area .women-section .span-1 {
  flex: 1;
}

.select-area .women-section .span-3 {
  flex: 3;
}

.select-area .women-section .title {
  width: 100%;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  font-size: 11px;
  display: inline-flex;
}

.select-area .women-section .title:after {
  content: "";
  width: 18px;
  height: 10px;
  background-image: url("../downChevron.67139ce8.svg");
  background-repeat: no-repeat;
  margin-left: 2px;
  display: inline-flex;
}

.select-area .women-section a {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.select-area .women-section .close-in-quick {
  z-index: 9;
  cursor: pointer;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.select-area .women-section .close-in-quick img {
  padding: 15px;
}

.select-area .women-section .zoom-icon, .select-area .women-section .zoom-out {
  z-index: 2;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background-image: url("../zoom-icon.a4575a8b.svg");
  background-repeat: no-repeat;
  position: fixed;
  top: 55px;
  right: 30px;
}

.select-area .women-section .zoom-out {
  background-image: url("../zoomOut-icon.d1838196.svg");
}

.select-area .women-section .nav-collection {
  flex-wrap: wrap;
  margin: 30px 4%;
  animation-name: fadeIn2;
  animation-duration: .6s;
  display: flex;
}

.select-area .women-section .nav-collection .section-header {
  width: 100%;
  color: #000;
  margin-bottom: 10px;
  padding-left: 5px;
}

.select-area .women-section .nav-collection .section-header:nth-of-type(1) {
  margin-top: 47px;
}

.select-area .women-section .nav-collection .fixed {
  z-index: 1;
  background-color: #fffffff2;
  margin-top: 47px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0%;
}

.select-area .women-section .nav-collection .relative {
  margin-top: 20px;
  position: static;
}

.select-area .women-section .nav-collection #header1_content {
  flex-wrap: wrap;
  margin-top: 60px;
  display: flex;
}

.select-area .women-section .nav-collection #header2_content, .select-area .women-section .nav-collection #header3_content {
  flex-wrap: wrap;
  margin-top: 0;
  display: flex;
}

.select-area .women-section .nav-collection a {
  width: 12.5%;
  margin-bottom: 4%;
  margin-left: 2%;
  margin-right: 2%;
  animation-name: zoomOut;
  animation-duration: .2s;
}

.select-area .women-section .nav-collection a.zoom {
  width: 29%;
  animation-name: zoom;
  animation-duration: .2s;
}

.select-area .women-section .nav-collection .nav-images {
  width: 100%;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
}

.select-area .women-section .nav-collection span {
  margin-top: 7px;
  margin-bottom: 30px;
}

.select-area .women-section .nav-collection.hidden, .select-area .women-section .dropdown-content {
  display: none;
}

.select-area .women-section .dropdown-content .menu-title {
  letter-spacing: .39px;
  margin-top: 15px;
  font-size: 14px;
}

.select-area .women-section .dropdown-content.show {
  width: 80%;
  z-index: 3;
  background-color: #fff;
  margin-left: 10%;
  margin-right: 0%;
  padding-bottom: 20px;
  animation-name: slideDownMenuMobile;
  animation-duration: .3s;
  display: block;
  position: fixed;
  top: 47px;
  box-shadow: 0 3px 10px #0000002e;
}

.select-area .prev, .select-area .next {
  cursor: pointer;
  z-index: 3;
  width: 20px;
  height: 20px;
  transition: all .4s;
  display: block;
  top: 17px;
}

.select-area .prev {
  width: 20px;
  height: 20px;
  background-image: url("../downChevron.67139ce8.svg");
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  position: absolute;
  left: 1%;
  transform: rotate(90deg);
}

.select-area .next {
  width: 20px;
  height: 20px;
  background-image: url("../downChevron.67139ce8.svg");
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  position: absolute;
  right: 1%;
  transform: rotate(-90deg);
}

.settings-nav {
  background-color: #f7f7f7;
  justify-content: space-between;
  margin-top: -33px;
  display: flex;
}

.settings-nav a {
  text-decoration: none;
  display: flex;
}

.settings-nav .dropdown-in-nav {
  letter-spacing: 1.4px;
  align-self: center;
  padding: 10px;
}

.settings-nav .dropdown-in-nav:nth-of-type(1) {
  border-right: 1px solid #fff;
}

.settings-nav .dropdown-in-nav:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../downChevron.67139ce8.svg");
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  margin-top: 6px;
  margin-left: 6px;
  display: block;
}

.open-select-area a {
  z-index: 3;
  background-color: #000;
  border-radius: 30px;
  padding: 12px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.open-select-area a img {
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .select-area {
    animation-name: slideRight;
    animation-duration: .4s;
  }

  .select-area .main-menu-container.show {
    width: 40%;
  }

  .select-area .women-section .dropdown-content .menu-title {
    letter-spacing: 2.6px;
  }

  .select-area .women-section .dropdown-content.show {
    width: 69%;
    margin-left: 25%;
  }

  .select-area .women-section .nav-collection .section-header {
    letter-spacing: 2.6px;
    padding-left: 3px;
    font-size: 14px;
  }

  .select-area .women-section .nav-collection a {
    width: 5%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .select-area .women-section .title {
    letter-spacing: 2.6px;
    font-size: 14px;
  }

  .select-area .mens-section .dropdown-content .menu-title {
    letter-spacing: 2.6px;
  }

  .select-area .mens-section .dropdown-content.show {
    width: 69%;
    margin-left: 25%;
  }

  .select-area .mens-section .nav-collection .section-header {
    letter-spacing: 2.6px;
    padding-left: 12px;
    font-size: 14px;
  }

  .select-area .mens-section .nav-collection a {
    width: 5%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .select-area .mens-section .title {
    letter-spacing: 2.6px;
    font-size: 14px;
  }

  .select-area #casual-collection, .select-area #smart-look-occasion {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .select-area {
    width: 480px;
    height: 93%;
    z-index: 3;
    top: 108px;
    left: auto;
    right: 0;
  }

  .select-area .main-menu-container.show {
    width: 300px;
    top: 155px;
  }

  .select-area .main-menu-container.show a {
    letter-spacing: 2.6px;
  }

  .select-area .women-section .title {
    justify-content: flex-start;
  }

  .select-area .women-section .title:after {
    margin-left: 20px;
  }

  .select-area .women-section .menu-container {
    width: 480px;
    position: fixed;
    top: 108px;
  }

  .select-area .women-section .dropdown-content.show {
    width: 300px;
    margin-left: 128px;
    top: 155px;
  }

  .select-area .women-section .nav-collection .section-header:nth-of-type(1) {
    width: 55%;
    left: auto;
  }

  .select-area .women-section .nav-collection .section-header {
    width: 100%;
    left: auto;
  }

  .select-area .women-section .nav-collection a {
    width: 10%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .select-area .women-section .zoom-icon, .select-area .women-section .zoom-out {
    top: 165px;
  }

  .open-select-area a {
    bottom: 80px;
    right: 20px;
  }

  .open-select-area a img {
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .select-area {
    height: 88%;
  }

  .select-area .women-section .menu-container {
    width: 480px;
    position: fixed;
    top: 108px;
  }

  .select-area .women-section .dropdown-content.show {
    width: 300px;
    margin-left: 80px;
    top: 155px;
  }
}

@keyframes zoom {
  0% {
    width: 12.5%;
  }

  25% {
    width: 16.5%;
  }

  50% {
    width: 20.5%;
  }

  75% {
    width: 24.5%;
  }

  100% {
    width: 29%;
  }
}

@keyframes zoomOut {
  0% {
    width: 29%;
  }

  25% {
    width: 24.5%;
  }

  50% {
    width: 20.5%;
  }

  75% {
    width: 16.5%;
  }

  100% {
    width: 12.5%;
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    right: -400px;
  }

  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes slideRightReverse {
  from {
    opacity: 1;
    right: 0;
  }

  to {
    opacity: 0;
    right: -400px;
  }
}

@keyframes slideDown2 {
  from {
    opacity: 0;
    top: -300px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideDownMenuMobile {
  from {
    opacity: 0;
    top: -47px;
  }

  to {
    opacity: 1;
    top: 47px;
  }
}

@keyframes fadeIn2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mega-nav-container {
  display: none;
}

.mega-nav-container.show {
  display: block;
}

#meganav .mobile-menu {
  margin-top: 87px;
}

#meganav .mobile-menu img {
  width: 100%;
}

#meganav .row {
  display: none;
}

@media only screen and (min-width: 768px) {
  .mega-nav-container.show {
    display: block;
  }

  .mega-nav-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  #meganav {
    width: 100%;
    background-color: #fff;
    margin-top: 150px;
    animation-name: fadeIn;
    animation-duration: .4s;
    position: absolute;
  }

  #meganav .row {
    display: flex;
  }

  #meganav .mobile-menu {
    display: none;
  }

  #meganav a {
    text-decoration: none;
  }

  #meganav .col span {
    letter-spacing: .39px;
    margin-bottom: 25px;
  }

  #meganav .mega-nav-subtitle {
    letter-spacing: 2.6px;
    margin-bottom: 25px;
  }

  #meganav .nav-img-container {
    margin: 0 8px;
  }

  #meganav .nav-img-container img {
    width: 100%;
  }

  #meganav .nav-img-container label {
    letter-spacing: 2.6px;
    cursor: pointer;
    margin-top: 15px;
  }

  #meganav .nav-img-container span {
    letter-spacing: 2.6px;
    margin-bottom: 30px;
    font-size: 11px;
  }

  #meganav .margin-left {
    margin-left: 15px;
  }

  #meganav .grey-background {
    background-color: #f7f7f7;
    margin-top: -40px;
    margin-right: -1040px;
    padding: 40px 1050px 40px 40px;
  }

  #meganav .grey-background artical {
    margin-left: 0;
    margin-right: 0;
  }
}

* {
  box-sizing: border-box;
}

body {
  font: 100%;
}

.scroll-lock {
  position: fixed;
}

body, html, .main {
  height: 100%;
}

.header-width {
  width: 100%;
  z-index: 10;
  background-color: #000;
  position: fixed;
  top: 0;
}

.top-header {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  top: 0;
}

.top-header #mobile-nav {
  justify-content: space-between;
  display: flex;
}

.top-header #mobile-nav .burger-icon {
  margin-top: 3px;
}

.top-header #mobile-nav .burger-icon span {
  height: 1px;
  width: 23px;
  background-color: #fff;
  margin-bottom: 7px;
  display: block;
}

.top-header #desktop-icons {
  display: flex;
}

.top-header #desktop-icons #logo {
  margin-left: 10px;
}

.top-header #desktop-icons input {
  border: 0;
  border-radius: 3px;
  margin-left: 20px;
  padding: 10px;
  display: none;
}

.top-header #desktop-icons a {
  color: #fff;
  text-decoration: none;
}

.top-header #desktop-icons .quicklinks {
  align-items: center;
  display: flex;
  position: absolute;
  right: 20px;
}

.top-header #desktop-icons .quicklinks a {
  margin-left: 10px;
}

.top-header #desktop-icons .quicklinks .account-icon-desktop {
  margin-left: 13px;
}

.top-header #desktop-icons .quicklinks img {
  width: 25px;
  display: block;
}

.top-header #desktop-icons .quicklinks button {
  display: none;
}

.desktop-wrapper {
  width: 100%;
  z-index: 10;
  background-color: #222;
  position: fixed;
  top: 45px;
}

.desktop-wrapper #desktop-nav {
  color: #fff;
  text-transform: uppercase;
  max-width: 1400px;
  min-width: 768px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.next, .prev {
  display: none;
  position: absolute;
}

.women-link, .women-link .home-page-img {
  width: 100%;
}

.p1, .p2, .p3, .p4, .n1, .n2, .n3, .n4 {
  display: none;
}

.carousel-cell h2 {
  letter-spacing: 4.6px;
  text-align: center;
  margin-bottom: 5px;
  font-family: serif;
  font-size: 21px;
  line-height: 25px;
}

.carousel-cell p {
  text-align: center;
  margin-bottom: 15px;
}

.collection-container {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.collection-container .carousel-header-container {
  justify-content: space-between;
  margin: 15px;
  display: flex;
}

.collection-container .carousel-header-container .carousel-header {
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-size: 11px;
}

.collection-container .info-text {
  letter-spacing: .39px;
  margin-left: 15px;
  font-size: 11px;
  line-height: 18px;
  display: flex;
}

.collection-container .info-text .paragraph-first {
  margin-top: 0;
  margin-bottom: 10px;
}

.collection-container .info-text .paragraph {
  margin-top: 8px;
  margin-bottom: 10px;
}

.collection-container .info-text.hidden {
  display: none;
}

.collection-container .swiper-slide a {
  text-decoration: none;
  display: block;
}

.collection-container .swiper-slide label, .collection-container .swiper-slide span {
  text-transform: uppercase;
  flex-direction: column;
  display: flex;
}

.collection-container .swiper-slide label {
  letter-spacing: 2.6px;
  margin-top: 10px;
  font-size: 18px;
}

.collection-container .swiper-slide span {
  letter-spacing: 2.6px;
  color: #767676;
  font-size: 11px;
}

.collection-container .down-arrow {
  width: 18px;
  height: 10px;
  background-image: url("../downChevron.67139ce8.svg");
  background-repeat: no-repeat;
  align-self: center;
}

.collection-container .down-arrow:nth-of-type(1) {
  transform: rotate(180deg);
}

.var-images {
  display: flex;
  position: relative;
}

.var-images .hotspot {
  height: 45px;
  width: 45px;
  z-index: 3;
  background-image: url("../Hotspot.b6cfc0bd.svg");
  background-repeat: no-repeat;
  position: absolute;
}

.var-images .pos-top-cen {
  top: 20%;
  left: 50%;
}

.var-images .pos-top-right {
  top: 20%;
  right: 20%;
}

.var-images .pos-top-left {
  top: 20%;
  left: 20%;
}

.var-images .pos-mid-cen {
  top: 40%;
  left: 50%;
}

.var-images .pos-mid-right {
  top: 40%;
  right: 20%;
}

.var-images .pos-mid-left {
  top: 40%;
  left: 20%;
}

.var-images .pos-bot-cen {
  top: 60%;
  left: 50%;
}

.var-images .pos-bot-right {
  top: 60%;
  right: 20%;
}

.var-images .pos-bot-left {
  top: 60%;
  left: 20%;
}

.var-images .pos-low-cen {
  top: 80%;
  left: 50%;
}

.var-images .pos-low-right {
  top: 80%;
  right: 20%;
}

.var-images .pos-low-left {
  top: 80%;
  left: 20%;
}

.var-images .images {
  width: 100%;
  border: 5px solid #fff;
  align-self: center;
}

.quick {
  display: none;
}

.overlap {
  top: 15px;
  left: 15%;
}

.margin-top {
  top: 20px;
}

.centre {
  text-align: center;
  max-width: 80%;
  margin-top: 10px;
  margin-left: 10%;
  margin-right: 10%;
}

.centre h1 {
  margin-left: auto;
  margin-right: auto;
}

.left {
  justify-content: flex-start;
}

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

svg {
  width: 25px;
  fill: #a2a2a2;
}

svg:hover {
  fill: #fff;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

.text-centre {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-images {
  width: 100%;
}

footer {
  display: none;
}

.custom-header {
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.width-135 {
  min-width: 135%;
}

.custom-para {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 16px;
  line-height: 22px;
}

#women-nav {
  cursor: pointer;
}

.footer-nav {
  height: 100px;
  background-color: #222;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.footer-nav .small-title {
  color: #c3c3c3;
  text-align: center;
  letter-spacing: 2.6px;
  line-height: 28px;
}

.footer-nav .footer-nav-link {
  color: #fff;
  letter-spacing: 2.6px;
  align-self: center;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.footer-nav .footer-nav-link:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../ChevronWhite.c68ebf45.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
  margin-left: 30px;
  display: block;
}

.section {
  border-bottom: 1px solid #c3c3c3;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 414px) {
  .image-text-container p {
    width: 45%;
  }
}

@media only screen and (min-width: 768px) {
  .top-header {
    padding: 20px;
    display: flex;
    position: relative;
  }

  .top-header #desktop-icons #logo {
    margin-left: 0;
  }

  .top-header #desktop-icons input {
    width: 300px;
    margin-top: -5px;
    margin-left: 220px;
    display: flex;
  }

  .desktop-wrapper {
    width: 100%;
    z-index: 10;
    background-color: #222;
    position: fixed;
    top: 65px;
  }

  .desktop-wrapper #desktop-nav {
    color: #fff;
    text-transform: uppercase;
    max-width: 1400px;
    min-width: 960px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    display: flex;
  }

  .main-spreads {
    width: 90%;
    position: relative;
  }

  .account-icon:nth-of-type(1) {
    display: none;
  }

  .left, .right {
    justify-content: center;
  }

  .var-images {
    position: relative;
  }

  .section {
    border-bottom: 1px solid #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .custom-header {
    font-size: 24px;
  }

  .prev, .next {
    cursor: pointer;
    z-index: 3;
    width: 40px;
    height: 40px;
    transition: all .4s;
    display: block;
    top: 50%;
  }

  .prev {
    width: 40px;
    height: 40px;
    background-image: url("../downChevron.67139ce8.svg");
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
    position: absolute;
    left: -40px;
    transform: rotate(90deg);
  }

  .next {
    width: 40px;
    height: 40px;
    background-image: url("../downChevron.67139ce8.svg");
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
    position: absolute;
    right: -40px;
    transform: rotate(-90deg);
  }

  .prev:hover, .next:hover {
    color: #6f6f6f;
  }

  .collection-container {
    margin-left: 5%;
    margin-right: 6%;
  }

  .p1, .p2, .p3, .p4, .n1, .n2, .n3, .n4 {
    width: 27px;
    height: 24px;
    display: block;
  }

  .p1, .p2, .p3, .p4 {
    left: -35px;
  }

  .n1, .n2, .n3, .n4 {
    right: -45px;
  }

  .p1, .n1, .p2, .n2, .p3, .n3, .p4, .n4 {
    top: 50%;
  }

  .paragraph-first {
    font-size: 14px;
    line-height: 22px;
  }

  .image-text-container {
    position: relative;
  }

  .image-text-container h2 {
    width: 45%;
    font-size: 20px;
    position: absolute;
    top: 215px;
  }

  .image-text-container p {
    width: 35%;
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    top: 270px;
  }

  .margin-top-100 {
    margin-top: 170px;
  }

  .margin-top-120 {
    margin-top: 160px;
  }

  .margin-top-20 {
    margin-top: 50px;
  }

  .centre {
    max-width: 60%;
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media only screen and (min-width: 959px) {
  .top-header #desktop-icons .quicklinks button {
    color: #fff;
    text-transform: uppercase;
    background: #8b8b8b;
    border: 0;
    border-radius: 3px;
    margin-left: 10px;
    padding: 6px 10px;
    display: flex;
  }

  .top-header #desktop-icons input {
    width: 250px;
    margin-left: 25px;
  }

  .top-header #desktop-icons .quick {
    display: block;
  }

  .top-header #desktop-icons .quick:after {
    content: "|";
    color: #8b8b8b;
    margin-left: 10px;
  }

  .main-spreads {
    height: 90%;
    min-height: 484px;
    max-height: 656px;
    width: 930px;
  }

  .account-icon {
    display: none;
  }
}

@media only screen and (min-width: 980px) {
  .top-header #desktop-icons input {
    width: 300px;
  }

  .carousel-cell h2 {
    letter-spacing: 7.6px;
    text-align: center;
    margin-bottom: 10px;
    font-family: serif;
    font-size: 36px;
    line-height: 30px;
  }

  .carousel-cell p {
    text-align: center;
    margin-bottom: 30px;
  }

  .carousel-cell .custom-h2 {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 14%;
  }
}

@media only screen and (min-width: 1024px) {
  .centre {
    max-width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }

  .text-centre {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .collection-container .carousel-header-container .carousel-header {
    font-size: 18px;
  }

  .collection-container .info-text {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-container .paragraph-first {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .collection-container .down-arrow {
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  footer {
    width: 100%;
    background-color: #000;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  footer .bottom-footer {
    max-width: 1400px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  footer .bottom-footer span {
    color: #fff;
  }

  footer .bottom-footer img {
    width: 25px;
    height: 20px;
  }

  footer .bottom-footer span:after {
    content: "|";
    margin-left: 70px;
  }

  .main-spreads {
    width: 1080px;
  }
}

.hotspot.a1 {
  top: 50px;
  left: 100px;
}

.hotspot.a2 {
  top: 150px;
  left: 100px;
}

.hotspot.a3 {
  top: 350px;
  left: 100px;
}

.hotspot.a4 {
  top: 450px;
  left: 100px;
}

.hotspot.a5 {
  top: 550px;
  left: 100px;
}

.hotspot.a6 {
  top: 650px;
  left: 100px;
}

.hotspot.b1 {
  top: 50px;
  right: 100px;
}

.hotspot.b2 {
  top: 150px;
  right: 100px;
}

.hotspot.b3 {
  top: 350px;
  right: 100px;
}

.hotspot.b4 {
  top: 450px;
  right: 100px;
}

.hotspot.b5 {
  top: 550px;
  right: 100px;
}

.hotspot.b6 {
  top: 650px;
  right: 100px;
}

#scrollUp {
  z-index: 3;
  position: fixed;
  top: -50px;
  right: 450px;
}

#scrollDown {
  z-index: 3;
  position: fixed;
  top: -90px;
  right: 450px;
  transform: rotate(180deg);
}

@media only screen and (min-width: 300px) {
  #scrollUp {
    z-index: 3;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    position: fixed;
    top: -50px;
    right: 50px;
  }

  #scrollDown {
    z-index: 3;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    position: fixed;
    top: -110px;
    right: 50px;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 1100px) {
  #scrollUp, #scrollDown {
    right: 50px;
  }
}

@media only screen and (min-width: 1280px) {
  #scrollUp, #scrollDown {
    right: 150px;
  }
}

@media only screen and (min-width: 1400px) {
  #scrollUp, #scrollDown {
    right: 250px;
  }
}

/*# sourceMappingURL=360.b7e60e66.css.map */
