/** Shopify CDN: Minification failed

Line 3968:50 Expected identifier but found whitespace
Line 3968:51 Unexpected "not("
Line 4605:21 Expected identifier but found whitespace
Line 4605:22 Unexpected "not("
Line 5040:65 Expected identifier but found whitespace
Line 5040:66 Unexpected "nth-child("
Line 5121:20 Expected identifier but found "."
Line 5122:21 Expected identifier but found "."
Line 5414:49 Expected identifier but found whitespace
Line 5415:51 Expected identifier but found whitespace
... and 3 more hidden warnings

**/
* {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  /* max-width: 1500px; */
  margin: 0 auto;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

video {
  width: 100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.flexColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

a,
ahover,
alink,
avisited {
  color: #111;
  text-decoration: none;
}

inputfocus,
selectfocus,
textareafocus,
buttonfocus {
  outline: none;
}

*,
after,
before {
  font-weight: 100;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
}

-moz-selection {
  background: #eaeaea;
}

::selection {
  background: #eaeaea;
}

img {
  max-width: 100%;
}

a,
button,
div,
input,
label,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style: none;
}

.testClass {
  border: 1px solid #000;
  opacity: 0.2;
  display: none;
}

.srHeaderWrapper {
  justify-content: space-between;
  padding: 3rem 0;
  width: 100%;
  background: #fff;
}

.desktopNav {
  width: 36%;
  padding: 0 3.2rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.desktopNav:first-child {
  justify-content: flex-start;
}

.desktopNav:last-child {
  justify-content: flex-end;
}

.desktopNav li {
  position: relative;
}

.desktopNav li a {
  font-size: 15px;
  font-weight: 600;
  font-size: 15px;
  margin-right: 2rem;
  white-space: nowrap;
  padding-bottom: 3px;
}

.desktopNav li a.lang:hover {
  border-bottom: 0px !important;
}

@media (max-width: 600px) {
  .desktopNav li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.desktopNav li a:hover {
  border-bottom: 1px solid #000;
}

.desktopNav li:last-child a {
  margin-right: 0;
}

.desktopNav li ul.subNav {
  display: none;
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  background: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  margin-left: -2rem;
  margin-top: 3px;
  text-align: left;
  border: 1px solid #000;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 15px 0px;
}

.desktopNav li ul.subNav li {
  margin-top: 1.6rem;
}

.desktopNav li ul.showNav {
  display: flex;
}

section.duo {
  justify-content: space-between;
  padding: 0 3rem 2rem 3rem;
  align-items: normal;
}

section.duo .left,
section.duo .right {
  width: calc(50% - 2.6rem);
  min-height: 2rem;
}

section.duo .right {
  border-left: 0;
}

section.single {
  justify-content: space-between;
  padding: 0 3rem 3rem 3rem;
}

section.single .singleWrapper {
  width: 100%;
}

p.duoText {
  font-size: 15px;
  font-weight: 600;
  margin-top: 4px;
}

@media (max-width: 1280px) {
  p.duoText {
    padding-left: 3rem;
  }
}

@media (max-width: 600px) {
  p.duoText {
    font-size: 15px;
    font-weight: 600;
    padding-left: 1rem;
  }
}

footer.footer {
  justify-content: space-between;
  padding: 0rem 0rem;
  margin-left: 3rem;
  margin-right: 3rem;
  align-items: flex-start;
  border-top: 1px solid;
  padding-top: 2rem;
  margin-top: 3rem;
}

footer.footer border-top,
footer.footer .left {
  width: 80%;
}

footer.footer .right {
  width: 20%;
}

footer.footer .left {
  align-items: flex-start;
  padding-top: 2px;
}

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

footer.footer .left .footerLinks {
  margin-top: 1rem;
}

footer.footer .left .footerSocial {
  margin-top: 4rem;
}

footer.footer .right {
  align-items: flex-end;
}

footer.footer .right .copyright {
  margin-top: 1rem;
}

footer.footer .right p {
  font-family: helvetica;
  font-size: 10px;
  line-height: 0;
  padding-top: 1rem;
  font-weight: 100;
}

footer.footer ul {
  margin: 0;
  padding: 0;
}

footer.footer ul li {
  margin-right: 2rem;
}

footer.footer ul li a {
  font-size: 15px;
  font-weight: 600;
  font-size: 15px;
}

.signUpBox {
  justify-content: flex-end;
  cursor: pointer;
}

.signUpBox a {
  font-size: 15px;
  font-weight: 600;
  background: #ffeb00;
  color: black;
  padding: 1.2rem 2rem;
  transition: all 0.1s;
  font-size: 15px;
}

.signUpBox a:hover {
  background: #000;
  color: white;
}

#logo a img {
  width: 120px;
}

.burger {
  display: none;
  position: absolute;
  left: 30px;
  top: 25px;
}

.burger span {
  width: 20px;
  margin-bottom: 5px;
  height: 1px;
  background: #000;
}

.mobileCart {
  display: none;
  position: absolute;
  right: 30px;
  top: 25px;
}

.mobileCart a{
  font-size: 15px;
  font-weight: 600;
}

.mobileCart a span {
  /* top: 0px; */
  /* position: relative */
}

.srMobileNav {
  display: none;
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  min-height: 20rem;
  border-bottom: 1px solid;
  background: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  margin-top: 6rem;
}

.srMobileNav ul:first-child {
  margin-top: 8rem;
}

.srMobileNav ul {
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  margin-left: 3rem;
  margin-bottom: 4rem;
}

.srMobileNav ul li {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.mobileSearchBar {
  padding: 0 3rem;
}

.mobileSearchBar .search-submit {
  display: none;
}

.mobileSearchBar form {
  text-align: left;
}

.mobileSearchBar .search-form input[type="text"] {
  padding-left: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  max-width: 255px;
  padding-bottom: 3px;
  padding-right: 0;
  margin-bottom: 2rem;
}

.mobileSearchBar .search-form input[type="text"]:focus {
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.subNavParent {
  cursor: default;
}

.subNavParent:hover {
  color: #000;
}

h2.theme {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  padding: 11.5px 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
  .magazinePage .prevIssuesWrapper div.prevIssuesTitle h2 {
    font-size: 24px;
  }

  .magazinePage .mainMagazineWrapper div.titleBox {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }

  .magazinePage .mainMagazineWrapper div.titleBox h2 {
    font-size: 24px;
  }

  .magazinePage .mainMagazineWrapper div.infoBox p {
    font-size: 16px;
    padding: 0 2rem;
  }

  div.slideshow__arrow--next,
  div.slideshow__arrow--prev {
    background: transparent;
  }

  .burger {
    display: flex;
  }

  #logo a img {
    width: 120px;
  }

  .srHeaderWrapper {
    padding: 12px 0;
  }

  .desktopNav {
    position: absolute;
    display: none;
  }

  .logo__wrapper {
    max-width: 100%;
  }

  .logo__wrapper a {
    padding: 6px 0;
  }

  .srHeaderWrapper {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  section.duo,
  section.single {
    padding: 0rem 0px 18px 0px;
  }

  section.duo .left,
  section.duo .right {
    width: 49%;
  }
}

@media only screen and (max-width: 1280px) {
  footer.footer {
    padding: 2rem 3rem;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  footer.footer,
  ul.footerLinks,
  ul.footerSocial {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  footer.footer {
    padding: 2rem 3rem;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  footer.footer ul.footerLinks,
  footer.footer ul.footerSocial {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  footer.footer .left,
  footer.footer .right {
    width: 100%;
  }

  footer.footer .right {
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  footer.footer .left .footerSocial {
    margin-top: 2rem;
  }

  footer.footer ul li {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 1280px) {
  .mobileShopItem {
    text-align: left;
  }

  .srMobileNav .subNav {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-bottom: 0;
    display: none;
  }

  .srMobileNav ul.showNav {
    display: flex;
  }
}

.magazinePage {
  max-width: 100%;
}

.magazinePage .mainMagazineWrapper {
  margin-bottom: 4rem;
}

.magazinePage .mainMagazineWrapper .slideBox {
  width: 100%;
  height: 100%;
  max-width: 600px;
}

.magazinePage .mainMagazineWrapper .titleBox {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.magazinePage .mainMagazineWrapper .titleBox h2 {
  font-size: 32px;
  line-height: 1em;
}

.magazinePage .mainMagazineWrapper .infoBox {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.magazinePage .mainMagazineWrapper .infoBox p {
  font-size: 24px;
  text-align: center;
  max-width: 600px;
}

.magazinePage .prevIssuesWrapper {
  width: 100%;
  padding-top: 4rem;
  border-top: 1px solid #111;
  padding-bottom: 4rem;
  border-bottom: 1px solid #111;
}

.magazinePage .prevIssuesWrapper .prevIssuesTitle {
  margin-bottom: 2rem;
}

.magazinePage .prevIssuesWrapper .prevIssuesTitle h2 {
  font-size: 32px;
  line-height: 1em;
}

.magazinePage ul.prevIssuesThumbnails {
  margin-left: 0;
  margin-right: 0;
  max-width: 600px;
}

.magazinePage ul.prevIssuesThumbnails li.thumbnail {
  margin: 2rem;
  box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.08);
}

.background-size-cover {
  background-size: contain;
  background-repeat: no-repeat;
}

.slideshow__arrow {
  width: 50%;
}

#shopify-section-page-slideshow-1,
#shopify-section-page-slideshow-2,
#shopify-section-page-slideshow-3,
#shopify-section-page-slideshow-4 {
  margin-top: 4rem;
}

#shopify-section-allmags,
#shopify-section-allmags2,
#shopify-section-allmags3,
#shopify-section-allmags4 {
  width: 100%;
}

#insta-feed {
  min-height: 100vh;
  padding: 0 2.9rem;
  margin: 0rem auto;
}

#insta-feed .instafeed-overlay {
  display: none;
}

.instafeed-shopify .instafeed-overlay {
  display: none;
}

#shopify-section-page-slideshow-collection .slideshow__arrow--next,
#shopify-section-page-slideshow-collection .slideshow__arrow--prev {
  background: transparent;
}

#shopify-section-page-slideshow-collection .slideshow__arrow--next {
  background: linear-gradient(90deg, transparent 80%, #fff);
}

#shopify-section-page-slideshow-collection .slideshow__arrow--prev {
  background: linear-gradient(90deg, #fff, transparent 20%);
}

@media only screen and (max-width: 600px) {
  .background-size-cover {
    background-position: 0px 200px;
  }

  #shopify-section-page-slideshow-collection .slideshow__arrow--next,
  #shopify-section-page-slideshow-collection .slideshow__arrow--prev {
    background: transparent;
  }

  #collection-ss19 .main-content {
    margin-top: -200px;
  }
}

.testNav {
  display: none;
}

span.trigger-quick-view {
  display: none;
}

.main-content {
  padding: 0;
}

.main-content .shopify-section:last-child .duo {
  padding-bottom: 0;
}

@media only screen and (min-width: 500px) {
  .main-content {
    min-height: calc(100vh - 340px);
  }
}

@media only screen and (max-width: 600px) {
  #contact .main-content {
    min-height: initial;
    padding-bottom: 2rem;
  }
}

.slideshow__arrow--next {
  cursor: e-resize;
}

.slideshow__arrow--prev {
  cursor: w-resize;
}

.aboutBlurb {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

.contactBlurb {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .contactBlurb {
    font-size: 18px;
    line-height: 36px;
  }
}

.generalBlurb {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .generalBlurb {
    font-size: 18px;
    line-height: 36px;
  }
}

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

  #shopify-section-page-slideshow-1,
  #shopify-section-page-slideshow-2,
  #shopify-section-page-slideshow-3,
  #shopify-section-page-slideshow-4 {
    margin-top: 0;
  }

  #shopify-section-page-slideshow-1 .background-size-cover,
  #shopify-section-page-slideshow-2 .background-size-cover,
  #shopify-section-page-slideshow-3 .background-size-cover,
  #shopify-section-page-slideshow-4 .background-size-cover {
    background-position: top;
  }
}

#shopify-section-collection .product-information, .product-information {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 600px) {
  #shopify-section-collection .product-information, .product-information {
    padding: 0px 1rem;
  }
}

#shopify-section-collection .product-information .price, .product-information .price {
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
  padding-right: 4px;
}

@media (max-width: 600px) {
  #shopify-section-collection .product-information .price, .product-information .price {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}



#shopify-section-collection .product-information h3, .product-information h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  margin-right: 20px;
  padding-left: 4px;
}

@media (max-width: 600px) {
  #shopify-section-collection .product-information h3, .product-information h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.grid-container {
  display: flex;
  gap: 20px;
}

.product-grid, .product-grid {
  display: flex;
  padding: 0 3rem;
  align-items: flex-start;
  justify-content: space-between;
}

.product-grid .product-item {
  /* width: calc(50% - 2.6rem); */
  padding-bottom: 12px;
}

.product-grid .product-look {
  width: 30%;
}

@media only screen and (max-width: 600px) {
  .product-grid .product-item {
    width: 49.68%;
  }

  .product-grid {
    padding: 0 0rem;
  }
}

.no-results {
  padding: 0;
}

.no-results p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.no-results strong {
  font-weight: 400;
}

.breadcrumbs {
  display: none;
}

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

  .homepage-slideshow.screen-height-full,
  .screen-height-full {
    min-height: 87vh;
    height: 87vh;
  }
}

html {
  font-size: 62.5%;
  font-family: helvetica;
  font-weight: 100;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.places {
  display: flex;
  flex-direction: row;
  margin: 0;
  flex-wrap: wrap;
}

.place {
  margin: 0;
  width: 25%;
  padding-right: 8.33%;
  padding-bottom: 8.33%;
}

.place h3.name {
  font-size: 2rem;
  line-height: 3rem;
  margin: 0;
  margin-bottom: 1rem;
}

.place p.address,
.place a.website {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
  margin-top: 1.2rem;
}

.countryName {
  font-size: 2rem;
  font-family: helvetica;
  padding-bottom: 4rem;
  padding-top: 3rem;
}

.countryName h1 {
  margin-bottom: 0;
  font-size: 36px;
}

@media only screen and (max-width: 600px) {
  .countryName h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .place {
    margin: 0;
    width: 100%;
    padding-right: 0%;
    padding-bottom: 8.33%;
  }

  #stockists .page {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
}

p,
.p {
  font-size: 2rem;
}

.btn--secondary,
.spr-summary-actions-newreview {
  font-size: 2rem;
}

.product__submit--spb .product__submit__add {
  font-size: 12px;
}

.product__page .imageWrapper {
  flex-wrap: wrap;
}

.product__page .imageWrapper img {
  width: 100px;
  max-width: 100%;
}

#shopify-section-footer {
  position: relative;
}

.cmApp_embedFormContainer {
  bottom: 2rem;
  position: fixed;
  background: #ffffff50;
  right: 3rem;
  bottom: 10.9rem;
  width: 100%;
  right: 0;
  height: 100vh;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  .cmApp_embedFormContainer {
    background: #ffffffe6;
  }
}

.cmApp_embedFormContainer form {
  background: white;
  border: 1px solid;
  border-top-color: white;
  max-width: 600px;
  margin: 0 auto !important;
  width: 45vw;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media only screen and (max-width: 600px) {
  .cmApp_embedFormContainer form {
    width: 80vw;
  }
}

.cmApp_signupContainer div {
  margin-top: 0px !important;
}

.cmApp_signupContainer.cmApp_embedded {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #000;
  width: 45vw;
  max-width: 600px;
}

@media only screen and (max-width: 600px) {
  .cmApp_signupContainer.cmApp_embedded {
    width: 85vw !important;
  }
}

.cmApp_signupContainer input.cmApp_formSubmitButton {
  font-family: helvetica;
  text-transform: capitalize;
}

.cmApp_signupContainer .cmApp_formInput {
  margin: 0;
}

.cmApp_signupContainer .cmApp_formInput input:not([type="radio"]) {
  font-family: helvetica;
  border: 0px;
  font-size: 24px;
  font-weight: 700;
  margin: 0rem;
  padding: 0;
}

.cmApp_signupContainer .cmApp_formInput {
  margin-left: 4rem;
  margin-right: 4rem;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 600px) {
  .cmApp_signupContainer .cmApp_formInput input:not([type="radio"]) {
    border-left: 0px solid;
    border-right: 0px solid;
    margin-top: 0;
  }
}

.cmApp_signupContainer .cmApp_fieldWrap {
  /*   border-top: 1px solid #000; */
  margin-top: 2.6rem !important;
}

.closeSignUpContainer {
  width: calc(45vw - 2px);
  max-width: calc(600px - 2px);
  background: white;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  display: flex;
  justify-content: flex-end;
}


.closeSignUp {
  font-size: 15px;
  cursor: pointer;
  background: white;
  padding: 10px 12px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  font-weight: 700;
}

.hide {
  display: none !important;
}

.map {
  margin-bottom: 20px;
}

.showFlex {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
}

.cmApp_signupContainer #cmApp_statusContainer * {
  font-family: helvetica;
}

.cmApp_signupContainer input.cmApp_formSubmitButton {
  height: 43px;
  font-size: 16px;
  border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}

.cart-info-container {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #000;
}

.cart-info-container h3 span {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .cart-info-container h3 span {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.cart-info-container textarea {
  border: 1px solid #928f95;
  padding: 10px 0px;
  width: calc(100% - 6px);
  padding-left: 6px;
}

.cart-info-container small {
  font-size: 11px;
  font-weight: 400;
}

#CartOuter .quantity-selector {
  border-bottom: 0px;
  border-top: 0px;
}

@media only screen and (max-width: 600px) {
  .cart-info-container {
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cart-info-container p {
    padding-left: 0rem;
  }

  .cart-info-container h3 span {
    font-size: 16px;
  }
}

.proceed .large-btn {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .proceed .large-btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.proceed .large-btn:hover {
  color: #000;
  background: #ffeb00;
}

.cart__foot {
  padding: 10px;
  padding-left: 0px;
}

.cart__foot a {
  font-size: 16px;
  border-bottom: 1px solid #000;
}

@media (max-width: 600px) {
  .cart table th {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.cart table tbody td {
  font-size: 12px;
  padding: 10px 10px;
  padding-left: 0px;
}

.cart table tbody td img {
  max-height: initial;
}

.cart table tbody td.desc {
  font-size: 15px;
  padding-left: 0;
}

.cart input.quantity {
  text-align: center;
  /*   border: 1px solid; */
}

.get-rates {
  padding: 1rem 0;
}

#ShippingCalculator #address_zip {
  border-bottom: 1px solid #928f95;
  width: 200px !important;
  padding-left: 0;
}

#ShippingCalculator #address_zip:focus {
  border: 0px;
  border-bottom: 1px solid #928f95;
}

#ShippingCalculator label {
  font-size: 11px;
  font-weight: 400;
}

#address_country,
#address_province {
  padding-right: 0;
}

@media only screen and (max-width: 600px) {
  .aboutBlurb {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 0px;
  }
}

.page {
  max-width: 100%;
  margin-bottom: 0;
}

.product__photo {
  width: 100%;
}

.slick-dots {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.slick-slide {
  border-right: none;
}

@media only screen and (max-width: 600px) {
  .slick-slide {
    border-right: none;
    border-bottom: none;
    border-top: none;
  }
}

@media only screen and (min-width: 750px) {
  .product__photo {
    margin-bottom: 0px;
  }

  .medium-up--one-half {
    width: 50%;
  }

  .product__thumbs--square .slick-dots {
    justify-content: flex-end;
  }

  .product__thumbs--square .slick-dots li:last-child {
    border-right: 0px solid;
  }
}

/* .product__submit {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
} */

.rte__table-wrapper {
  background: #eaeaea;
}

.grid,
.grid--full {
  margin-left: 0;
}

.product__page .grid__item {
  padding-left: 0;
}

/* .product__wrapper {
  margin: 30px 30px 0 30px;
} */

.product__wrapper .form__width {
  margin: 0rem;
  max-width: 100%;
}

.grid.product__page {
  display: flex;
}

.form__wrapper {
  background: white;
}

@media only screen and (max-width: 749px) {
  .product__wrapper {
  margin: 10px;
}

  .grid.product__page {
    flex-direction: column;
  }
}

.product__title__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 2rem 2.4rem;
  border-bottom: 1px solid;
  padding-bottom: 1.6rem;
}

.product__title__wrapper .product__title,
.product__title__wrapper .product__price {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

@media (max-width: 600px) {

  .product__title__wrapper .product__title,
  .product__title__wrapper .product__price {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.swatch {
  padding-left: 3rem;
}

.swatch .header {
  font-size: 16px;
  text-align: left;
}

.quantity-selector {
  max-width: 100%;
  margin-top: 0rem;
  width: 100%;
}

.quantity__plus,
.quantity__minus {
  width: 10%;
}

.quantity__input {
  padding: 0rem 0;
}

.product__submit__add {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem 0 !important;
  font-size: 12px;
  font-family: helvetica;
  font-weight: 100;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.product__submit__buttons {
  width: 100%;
}

.product-description {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.product-description ul {
  margin: 0;
  list-style: none;
  font-size: 12px;
  line-height: 3rem;
  padding: 2rem 0;
  font-weight: 100;
}

.product-description p,
.product-description span,
li {
  font-size: 12px;
  font-weight: 400;
}

.product-description span {
  display: flex;
  line-height: 20px;
}

.product-description h2 {
  font-size: 12px;
  font-weight: 600;
  padding: 2rem 0rem;
}

.product-description table p {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
}

.form-success {
  padding: 2rem 3rem;
  border: 1px solid;
  font-size: 15px;
  font-weight: 600;
  background: white;
}

@media (max-width: 600px) {
  .form-success {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    border-left: 0;
    border-right: 0;
  }
}

.product__add__success__content .btn {
  font-size: 14px;
  font-weight: 600;
  background: #000;
  color: #fff;
}

@media (max-width: 600px) {
  .product__add__success__content .btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    background: #ffeb00;
    border: 1px solid #ffeb00;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.product__add__success__content .btn:hover {
  background: #ffeb00;
  border: 1px solid #ffeb00;
  color: #000;
  background: #000;
  border: 1px solid #000;
  color: white;
}

#pickup-details input {
  border: 0px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid !important;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

#pickup-date-label {
  font-weight: 400;
  font-size: 11px;
}

.product__selectors {
  margin-right: 0;
  margin-top: 0;
}

.selector-wrapper {
  width: 100%;
  padding: 0;
  font-size: 16px;
  padding-left: 2rem;
  padding-right: calc(2.4rem - 18px);
  display: flex;
  border-bottom: 1px solid;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

.selector-wrapper:after {
  content: '\2193';
  position: relative;
  pointer-events: none;
  right: 20px;
  top: -1px;
}

.selector-wrapper label {
  font-size: 12px;
  font-weight: 400;
}

.selector-wrapper select {
  margin: 0;
  background-position: right 0px center;
  margin-left: 2rem;
  padding-left: 2.4rem;
  border-left: 1px solid;
  align-items: center;
  margin-top: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

@media (max-width: 749px) {
  .selector-wrapper select {
    margin-right: 2rem;
  }
  
  .selector-wrapper label {
   	padding-left: 2rem; 
  }
}

input,
textarea,
select,
.input-group {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 600px) {

  input,
  textarea,
  select,
  .input-group {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.quantity__plus svg,
.quantity__minus svg {
  opacity: 0.5;
}

.quantity__plus {
  padding-right: 2.4rem;
}

.quantity__minus {
  padding-left: 2.4rem;
}

@media (max-width: 600px) {
  .quantity__plus {
    padding-right: 20px;
  }

  .quantity__minus {
    padding-left: 20px;
  }

  .product__submit__add {
    margin-top: 1rem;
    border: 0px;
  }
}

@media only screen and (min-width: 750px) {
  .product__submit:not(.product__submit--spb) .product__submit__add {
    height: 18px;
    margin-top: 1rem;
    margin-bottom: -1px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px;
    padding-bottom: 3px;

  }

  .product__submit:not(.product__submit--spb) .product__submit__add:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
  }
}



.btn:hover,
button:hover {
  background: #000;
}

.variant--soldout .product__submit__add {
  background: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #808080 !important;
  border-bottom: 1px solid #000;
}

.variant--soldout .product__submit__add:hover {
  background: #eaeaea;
  color: #808080;
  border-bottom: 1px solid #000;
}

.srArrowSpanRight {
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: 60%;
}

@media only screen and (min-width: 500px) {
  .srArrowSpanRight {
    color: #000;
    right: 3rem;
    font-weight: 100;
  }
}

.srArrowSpanLeft {
  font-size: 2rem;
  position: absolute;
  left: 1rem;
  top: 60%;
}

@media only screen and (min-width: 500px) {
  .srArrowSpanLeft {
    color: #000;
    left: 3rem;
    font-weight: 100;
  }
}

.playlist {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#playlist .pageContent {
  border-top: 0px;
  border-bottom: 0px;
}

.playlist #main {
  border: 4px solid #000;
}

.wg-list.country-selector {
  /* transform: translateY(-1px); */
  background: #ffffff;
  /* padding: 4px; */
  border-radius: 0px;
}

.wg-list.country-selector .wgcurrent a {
  padding-left: 0;
  padding-right: 6px;
  border-right: 1px solid #000;
  font-size: 15px;
  font-weight: bold;
  margin-right: 0;
}

@media (max-width: 600px) {
  .wg-list.country-selector {
    display: none;
  }

  .wg-list.country-selector .wgcurrent a {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    font-size: 15px;
  }
}

.wg-list.country-selector li a {
  padding-left: 6px;
  padding-right: 0px;
}

.wg-list.country-selector a:hover {
  color: #000 !important;
  border-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .wg-list.country-selector a {
    font-size: 15px;
  }

  .wg-list.country-selector a:hover {
    text-decoration: none !important;
  }

  .wg-list.country-selector .wgcurrent a {
    padding-right: 12px;
  }

  .wg-list.country-selector li a {
    padding-left: 12px;
  }
}

.index-sections .shopify-section:last-child section {
  padding-bottom: 0px;
}

.pageTitle {
  padding: 3rem;
  margin-top: 1rem;
  text-align: center;
}

.pageTitle .title {
  font-size: 41px;
  line-height: 41px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .pageTitle .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

.storeAddress,
.storeHours {
  margin: 0;
  padding: 3rem;
}

.storeAddress p,
.storeHours p {
  padding: 0;
  margin: 0;
  line-height: 1rem;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 600px) {

  .storeAddress p,
  .storeHours p {
    font-size: 15px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
  }
}

.storeAddress {
  padding-bottom: 1rem;
}

.storeHours {
  padding-top: 1rem;
}

section.page h2.theme {
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  font-size: 41px;
  line-height: 41px;
  font-weight: 600;
}

@media (max-width: 600px) {
  section.page h2.theme {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

section.page div.pageConten5 {
  padding-top: 1rem;
}

section.page div.pageConten5 p {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 41px;
  line-height: 41px;
  font-weight: 600;
}

@media (max-width: 600px) {
  section.page div.pageConten5 p {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

section.page div.pageConten5 p img {
  margin-bottom: 2rem;
}

/* .product-item__image,
.double__image {
  height: 22vw;
} */

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

  .form__wrapper {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

  .product-form {
    border-bottom: 1px solid;
    margin-bottom: 2.4rem;
    padding-bottom: 1.4rem;
  }
}

.bigTitleWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.bigTitle {
  position: absolute;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 13rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.2s;
  cursor: default;
}

.bigTitleWrapper:hover p.bigTitle {
  opacity: 1;
}
/* 
.coll-heading {
  font-size: 41px;
  line-height: 41px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .coll-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
} */

.collection-block__wrapper {
  width: 50%;
}

h3.collectionName {
  font-size: 15px;
  font-weight: 600;
  margin-top: 4px;
}

@media (max-width: 600px) {
  h3.collectionName {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

#shopify-section-list-collections .container .collection-list,
#shop-all-men .container .collection-list,
#shop-all-women .container .collection-list {
  padding: 0 3rem;
  align-items: center;
  justify-content: space-between;
}

#shopify-section-list-collections .collection-block__wrapper,
#shop-all-men .collection-block__wrapper,
#shop-all-women .collection-block__wrapper {
  margin-bottom: 3rem;
}

@media (max-width: 750px) {

#shopify-section-list-collections .collection-block__wrapper,
#shop-all-men .collection-block__wrapper,
#shop-all-women .collection-block__wrapper {
    margin: 3rem auto;
    text-align: center;
  }
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(1),
#shop-all-men .collection-block__wrapper:nth-child(1),
#shop-all-women .collection-block__wrapper:nth-child(1) {
  width: 47%;
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(2),
#shop-all-men .collection-block__wrapper:nth-child(2),
#shop-all-women .collection-block__wrapper:nth-child(2) {
  width: 37%;
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(3),
#shop-all-men .collection-block__wrapper:nth-child(3),
#shop-all-women .collection-block__wrapper:nth-child(3) {
  width: 37%;
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(4),
#shop-all-men .collection-block__wrapper:nth-child(4),
#shop-all-women .collection-block__wrapper:nth-child(4) {
  width: 47%;
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(5),
#shop-all-men .collection-block__wrapper:nth-child(5),
#shop-all-women .collection-block__wrapper:nth-child(5) {
  width: 47%;
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(6),
#shop-all-men .collection-block__wrapper:nth-child(6),
#shop-all-women .collection-block__wrapper:nth-child(6) {
  width: 37%;
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(7),
#shop-all-men .collection-block__wrapper:nth-child(7),
#shop-all-women .collection-block__wrapper:nth-child(7) {
  width: 37%;
}

#shopify-section-list-collections .collection-block__wrapper:nth-child(8),
#shop-all-men .collection-block__wrapper:nth-child(8),
#shop-all-women .collection-block__wrapper:nth-child(8) {
  width: 47%;
}


#shopify-section-list-collections .container {
  max-width: 127rem;
  margin: 0 auto;
}

@media (max-width: 600px) {
  footer.footer {
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .product-description {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.srMobileNav ul li a {
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .product__submit {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .product-description p,
  .product-description span {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-description span {
    display: flex;
    line-height: 20px;
  }

  .selector-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .product__title__wrapper {
    padding: 2rem;
  }

  .product__submit__add {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    background: #ffeb00;
    color: #000;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

/*   .product__thumbs--square .slick-dots {
    justify-content: flex-start;
    display: none !important;
  } */

}

.cartCircle {
  width: 15px;
  height: 15px;
  background: #ffeb00;
  border-radius: 50%;
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  right: -16px;
  top: -5px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .cartCircle {
    left: 35px;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

#shopify-section-flagship-store-pics section.duo {
  padding-bottom: 2.4rem;
}

@media (max-width: 749px) {

  section.duo .left,
  section.duo .right {
    width: 100%;
  }

  /* .product-item__image,
  .double__image {
    height: 48vw;

  } */

  .product-grid .product-item {
    width: 100%;
    /*     border-top: 1px solid; */
  }

  .collection__title .hero__title {
    padding-top: 0;
    padding-bottom: 0;
  }
}

span.mobileCount {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: 1rem;
  right: 1.8rem;
  /*   font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  right: 1.8rem;
  background: #ffeb00;
  padding: 4px 8px;
  right: 0;
  bottom: 1.2px; */
}

@media (max-width: 749px) {
  .product__page .grid__item {
    position: relative;
  }

  span.mobileCount {
    display: block;
  }

  span.mobileCount svg {
    width: 20px;
    height: 20px;
  }
}

.cart .emptyTitle {
  text-align: center;
}

@media (max-width: 600px) {
  .pageTitle {
    margin-top: 1rem;
    text-align: center;
    padding: 0;
  }

  .pageTitle .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 41px;
    padding-bottom: 0;
  }

  section.page {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  section.page h2.theme {
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 41px;
    padding-bottom: 0;
    margin-left: 3rem;
    margin-right: 3rem;
    z-index: 0;
  }

  section.page div.pageContent {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
  }

  section.page div.pageContent p {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .bigTitleWrapper p.bigTitle {
    position: relative;
    opacity: 1;
    font-size: 15px;
  }

  #shopify-section-lookbook-pics .duo:first-child .left {
    border-top: 1px solid;
  }

  #shopify-section-list-collections .container .collection-list,
  #shop-all-men .container .collection-list,
  #shop-all-women .container .collection-list {
    padding: 0;
  }

  #shopify-section-list-collections h3.collectionName,
  #shop-all-men h3.collectionName,
  #shop-all-women h3.collectionName {
    text-align: center;
  }

  .collection-block__wrapper--1567353221236:first-child {
    border-top: 1px solid;
  }

  #shopify-section-flagship-store-pics .single {
    display: none;
  }

  #shopify-section-flagship-store-pics section.duo:first-child {
    border-top: 1px solid;
  }

  #shopify-section-flagship-store-pics section.duo {
    flex-direction: column;
  }

  #shopify-section-flagship-store-pics section.duo .left {
    margin-bottom: 3rem;
  }

  #shopify-section-flagship-store-pics section.duo .right {
    display: block;
  }
}

@media (min-width: 500px) {
  .mobileBreak {
    display: none;
  }
}

@media (max-width: 600px) {
  .template-404 section.page h2.theme {
    border-bottom: 0px;
  }
}
#usa-season-03 .main-content .shopify-section:last-child .duo,
#usa-03 .main-content .shopify-section:last-child .duo,
#fw-19-men .main-content .shopify-section:last-child .duo,
#fw-19-women .main-content .shopify-section:last-child .duo,
#lookbook-men-fw19 .main-content .shopify-section:last-child .duo,
#lookbook-women-fw19 .main-content .shopify-section:last-child .duo,
#lookbook-men .main-content .shopify-section:last-child .duo,
#lookbook-women .main-content .shopify-section:last-child .duo,
#usa-season-02 .main-content .shopify-section:last-child .duo,
#emily-harmony-lookbook .main-content .shopify-section:last-child .duo{
  padding-bottom: 4rem;
}

@media (max-width: 600px) {
  #usa-season-03 .main-content .shopify-section:last-child .duo,
  #usa-03 .main-content .shopify-section:last-child .duo,
  #fw-19-men .main-content .shopify-section:last-child .duo,
#fw-19-women .main-content .shopify-section:last-child .duo,
  #lookbook-men-fw19 .main-content .shopify-section:last-child .duo,
  #lookbook-women-fw19 .main-content .shopify-section:last-child .duo,
  #lookbook-men .main-content .shopify-section:last-child .duo,
  #lookbook-women .main-content .shopify-section:last-child .duo,
  #usa-season-02 .main-content .shopify-section:last-child .duo,
  #emily-harmony-lookbook .main-content .shopify-section:last-child .duo {
    padding-bottom: 2rem;
  }
}

#about p,
#contact-us p {
  font-size: 41px;
  line-height: 41px;
  text-align: center;
  font-weight: 600;
  max-width: 800px;
  margin: 2rem auto;
}

@media (max-width: 600px) {

  #about p,
  #contact-us p {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
  }
}

@media (max-width: 600px) {


  #usa-season-03 section.duo,
  #usa-03 section.duo,
  #fw-19-men section.duo,
  #lookbook-men-fw19 section.duo,
  #lookbook-women-fw19 section.duo,
  #lookbook-men section.duo,
  #lookbook-women section.duo,
  #lookbook-men section.duo,
  #lookbook-women section.duo,
  #usa-season-02 section.duo {
    flex-wrap: wrap;
  }


  #usa-season-03 section.duo .right,
  #usa-03 section.duo .right,
  #fw-19-men section.duo .right,
  #lookbook-men-fw19 section.duo .right,
  #lookbook-women-fw19 section.duo .right,
  #lookbook-men section.duo .right,
  #lookbook-women section.duo .right,
  #lookbook-men section.duo .right,
  #lookbook-men section.duo .right,
  #lookbook-women section.duo .right,
  #usa-season-02 section.duo .right {
    display: block;
    margin-top: 2rem;
  }


  #usa-season-03 .pageTitle .title,
  #usa-03 .pageTitle .title,
  #fw-19-men .pageTitle .title,
  #lookbook-men-fw19 .pageTitle .title,
  #lookbook-women-fw19 .pageTitle .title,
  #lookbook-men .pageTitle .title,
  #lookbook-women .pageTitle .title,
  #lookbook-men .pageTitle .title,
  #lookbook-men .pageTitle .title,
  #lookbook-men .pageTitle .title,
  #lookbook-women .pageTitle .title,
  #usa-season-02 .pageTitle .title {
    margin-bottom: 0;
    border-bottom: 1px solid;
  }
}

ul.tabs.product-tabs-title {
  display: none;
}

.tabs-wrapper {
  padding-top: 0;
}

.tab-content {
  padding: 9px 2.4rem 12px 2.4rem;
  min-height: 0;
  border-top: none;
  margin-top: 1.2rem;
  font-size: 15px;
}

.tab-content p {
  margin: 0;
}

.tab-content p a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

#shipping-amp-returns section.page ul,
#cookies section.page ul,
#terms-and-conditions section.page ul,
#legal section.page ul {
  font-size: 15px;
  font-weight: 400;
  padding-left: 2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  list-style: circle;
}

@media (max-width: 600px) {

  #shipping-amp-returns section.page ul,
  #cookies section.page ul,
  #terms-and-conditions section.page ul,
  #legal section.page ul {
    padding: 0 4rem;
    text-align: center;
  }
}

#shipping-amp-returns section.page ul li,
#cookies section.page ul li,
#terms-and-conditions section.page ul li,
#legal section.page ul li {
  margin-bottom: 1rem;
}

#shipping-amp-returns p,
#cookies p,
#terms-and-conditions p,
#legal p {
  font-size: 15px;
  font-weight: 400;
}

#shipping-amp-returns tbody,
#cookies tbody,
#terms-and-conditions tbody,
#legal tbody {
  border: 1px solid;
}

#shipping-amp-returns tbody tr td,
#cookies tbody tr td,
#terms-and-conditions tbody tr td,
#legal tbody tr td {
  border-bottom: 1px solid;
  border-right: 1px solid;
}

#shipping-amp-returns tbody tr th,
#cookies tbody tr th,
#terms-and-conditions tbody tr th,
#legal tbody tr th {
  background: #eaeaea;
  border-right: 1px solid;
  border-bottom: 1px solid;
  font-size: 15px;
}

@media (max-width: 600px) {
  section.page div.pageContent table {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  section.page div.pageContent table p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  section.page div.pageContent table th {
    text-align: center;
  }
}

.cmApp_signupContainer input.cmApp_formSubmitButton {
  /*   border-top: 1px solid #000; */
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding-left: 4rem !important;
  font-size: 24px !important;
  margin-bottom: 3rem !important;
  height: 55px !important;
  margin-top: 0rem !important;
}

@media (max-width: 600px) {
  .cmApp_signupContainer input.cmApp_formSubmitButton {
    border-top: 0px solid #000;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}

.cmApp_signupContainer .cmApp_successMsg {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
}

.cmApp_signupContainer .cmApp_successMsg span {
  font-size: 15px !important;
  font-weight: 400;
  margin-top: 6px;
}

.cmApp_signupContainer #cmApp_thankYouCheck {
  max-width: 100px;
  align-items: center;
  margin: 2rem auto !important;
  margin-bottom: 0rem !important;
}

.valuesImageWrapper {
  padding: 0px;
}

.valuesImageWrapper img.valuesImage {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.valuesContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 8rem;
}

.valueBox {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
}

@media (min-width: 500px) {
  .valueBox {
    max-width: 300px;
    margin-bottom: 6rem;
    transform: scale(1);
  }
}

.valueNumber {
  margin-bottom: -73px;
  font-size: 150px;
  line-height: 187px;
  display: block;
  color: #ffeb00;
  font-weight: 600;
}

@media (min-width: 500px) {
  .valueNumber {
    margin-bottom: -80px;
    font-size: 200px;
    line-height: 186px;
  }
}

h3.valueTitle {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

@media (min-width: 500px) {
  h3.valueTitle {
    font-size: 30px;
  }
}

.valueText p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

@media (min-width: 500px) {
  .valueText p {
    font-size: 16px;
  }
}

.product-item__bg {
  background-color: #eaeaea;
}

.pagination {
  font-size: 15px;
}

.pagination a {
  font-weight: 600;
}

.pagination span {
  margin: 0 10px;
}

.pagination span.current {
  padding-bottom: 3px;
  border-bottom: 1px solid;
}

#cmApp_modalBackground {
  opacity: 0.2 !important;
}

.cmApp_signupContainer.cmApp_lightbox {
  border-radius: 0 !important;
  border: 1px solid black !important;
  padding: 0;
  top: 25% !important;
}

.cmApp_signupContainer .cmApp_formHeader {
  line-height: 1.3 !important;
  font-size: 48px !important;
  font-weight: bold !important;
  text-align: left;
  padding: 0 4rem;
  line-height: 56px !important;
}

@media (max-width: 600px) {
  .cmApp_signupContainer .cmApp_formHeader {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

.cmApp_signupContainer {
  max-width: 800px !important;
}

.availableSizes {
  opacity: 0;
  position: absolute;
  bottom: 22px;
  right: 0px;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0px;
  transition: all 0.1s;
  background: #ffffffd6;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid;
  z-index: 1000;
}

.product-information .sold-out {
  color: #000;
}

.availableSizes span {
  font-weight: 700;
  font-size: 15px;
  margin-left: 4px;
}

.product-item .product-link:hover .availableSizes {
  opacity: 1;
}

@media (max-width: 600px) {
  .product-item .product-link:hover .availableSizes {
    opacity: 0;
  }
}

.cart {
  max-width: 100%;
}

.cart-info-container {
  margin: 10px 0;
  border: 0px;
  padding: 20px 0px;
}

#pickup-container .pickup-button,
.proceed .large-btn {
  background: #ffeb00;
  color: black;
}

#pickup-container .pickup-button:hover,
.proceed .large-btn:hover,
#pickup-container .pickup-button:focus,
.proceed .large-btn:focus {
  background: #000000;
  color: white;
}

#ShippingCalculator,
#ShippingCalculator select {
  padding-left: 0;
}

#ShippingCalculator select,
#ShippingCalculator select:focus {
  border: 0px;
  border-bottom: 1px solid #928f95;
}

#ShippingCalculator .btn {
  background: #ffeb00;
  color: black;
}

#ShippingCalculator .btn:hover {
  background: #000;
  color: white;
}

.cart table tbody td {
  vertical-align: top;
}

.cart input.quantity {
  margin: 0;
}

.cart th.center {
  text-align: left;
}

.cart td.quantity {
  padding-left: 0;
}

.cart .quantity__minus {
  padding-left: 0;
}

.cart .quantity__plus {
  padding-right: 0;
}

.cart table tbody td a.remove-from-cart {
  opacity: 1;
  text-transform: capitalize;
  font-size: 12px;
  text-decoration: underline;
}

.info__subtotal {
  margin-bottom: 0;
}

@media (max-width: 600px) {

  .cart .mobile-small,
  .cart small {
    font-size: 15px;
  }

  #shopify-section-cart .cart a.remove-from-cart {
    opacity: .5;
  }

  .cart table tbody td.quantity {
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .cart .remove {
    display: none;
  }
}

.btn--large {
  font-weight: 500 !important;
  background: #000;
  color: #000;
  padding: 1.2rem 2rem;
  transition: all 0.1s;
  font-size: 15px;
  border: 0px;
}

.translateButtons {
  display: flex;
  margin-right: 2rem;

}

.desktopNav .translateButtons a {
  margin: 0;
  padding: 0;
}

.desktopNav .translateButtons a:hover {
  border-bottom: 0px;
}



.translateButtons {
  display: flex;
  margin-right: 2rem;
}

.srMobileNav .translateButtons a {
  margin: 0;
  padding: 0;
}

.srMobileNav .translateButtons a:hover {
  border-bottom: 0px;
}

  * {
    outline: none;
  }

  html {
    font-size: 62.5%;
  }

  body {
    /* max-width: 1500px; */
    margin: 0 auto;
    overflow: visible;
  }

  img {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  video {
    width: 100%;
  }

  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none;
  }

  .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .flexColumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  a,
  ahover,
  alink,
  avisited {
    color: #111;
    text-decoration: none;
  }

  inputfocus,
  selectfocus,
  textareafocus,
  buttonfocus {
    outline: none;
  }

  *,
  after,
  before {
    font-weight: 100;
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    text-rendering: optimizelegibility;
    margin: 0;
    padding: 0;
  }

  -moz-selection {
    background: #eaeaea;
  }

  ::selection {
    background: #eaeaea;
  }

  img {
    max-width: 100%;
  }

  a,
  button,
  div,
  input,
  label,
  select,
  textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  ul {
    list-style: none;
  }

  .testClass {
    border: 1px solid #000;
    opacity: 0.2;
    display: none;
  }

  .srHeaderWrapper {
    justify-content: space-between;
    padding: 3rem 0;
    width: 100%;
    background: #fff;
  }

  .desktopNav {
    width: 36%;
    padding: 0 3.2rem;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .desktopNav:first-child {
    justify-content: flex-start;
  }

  .desktopNav:last-child {
    justify-content: flex-end;
  }

  .desktopNav li {
    position: relative;
  }

  .desktopNav li a {
    font-size: 15px;
    font-weight: 600;
    font-size: 15px;
    margin-right: 2rem;
    white-space: nowrap;
    padding-bottom: 3px;
  }

  .desktopNav li a.lang:hover {
    border-bottom: 0px !important;
  }

  @media (max-width: 600px) {
    .desktopNav li a {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  .desktopNav li a:hover {
    border-bottom: 1px solid #000;
  }

  .desktopNav li a.subNavParent:hover {
    border-bottom: 0px;
  }

  .desktopNav li:last-child a {
    margin-right: 0;
  }

  .desktopNav li ul.subNav {
    display: none;
    position: absolute;
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    margin-left: -2rem;
    margin-top: 3px;
    text-align: left;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 15px 0px;
  }

  .desktopNav li ul.subNav li {
    margin-top: 1.6rem;
  }

  .desktopNav li ul.showNav {
    display: flex;
  }

  .collection__title .hero__title {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 12px;
    text-align: center;
    border-bottom: none;
  }

  /* @media (max-width: 600px) {
    .collection__title .hero__title {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  } */

  section.duo {
    justify-content: space-between;
    padding: 0 3rem 2rem 3rem;
    align-items: flex-start;
  }

  section.duo .left,
  section.duo .right {
    width: calc(50% - 2.6rem);
    min-height: 2rem;
  }

  section.duo .right {
    border-left: 0;
  }

  section.single {
    justify-content: space-between;
    padding: 0 3rem 3rem 3rem;
  }

  section.single .singleWrapper {
    width: 100%;
  }

  p.duoText {
    font-size: 15px;
    font-weight: 600;
    margin-top: 4px;
  }

  @media (max-width: 600px) {
    p.duoText {
      font-size: 15px;
      font-weight: 600;
      padding-left: 1rem;
    }
  }

  footer.footer {
    justify-content: space-between;
    padding: 2rem 0rem;
    margin-left: 3rem;
    margin-right: 3rem;
    align-items: flex-start;
    border-top: 1px solid;
    padding-top: 2rem;
    margin-top: 3rem;
  }

  footer.footer border-top,
  footer.footer .left {
    width: 80%;
  }

  footer.footer .right {
    width: 20%;
  }

  footer.footer .left {
    align-items: flex-start;
    padding-top: 2px;
  }

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

  footer.footer .left .footerLinks {
    margin-top: 1rem;
  }

  footer.footer .left .footerSocial {
    margin-top: 4rem;
  }

  footer.footer .right {
    align-items: flex-end;
  }

  footer.footer .right .copyright {
    margin-top: 1rem;
  }

  footer.footer .right p {
    font-family: helvetica;
    font-size: 10px;
    line-height: 0;
    padding-top: 1rem;
    font-weight: 100;
  }

  footer.footer ul {
    margin: 0;
    padding: 0;
  }

  footer.footer ul li {
    margin-right: 2rem;
  }

  footer.footer ul li a {
    font-size: 15px;
    font-weight: 600;
    font-size: 15px;
  }

  .signUpBox {
    justify-content: flex-end;
    cursor: pointer;
  }

  .signUpBox a {
    font-size: 15px;
    font-weight: 600;
    background: #ffeb00;
    color: black;
    padding: 1.2rem 2rem;
    transition: all 0.1s;
    font-size: 15px;
  }

  .signUpBox a:hover {
    background: #000;
    color: white;
  }

  #logo a img {
    width: 120px;
  }

  .burger {
    display: none;
    position: absolute;
    left: 30px;
    top: 25px;
  }

  .burger span {
    width: 20px;
    margin-bottom: 5px;
    height: 1px;
    background: #000;
  }

  .mobileCart {
    display: none;
    position: absolute;
    right: 30px;
    top: 25px;
  }

  .srMobileNav {
    display: none;
    position: fixed;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    min-height: 20rem;
    border-bottom: 1px solid;
    background: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    margin-top: 6rem;
  }

  .srMobileNav ul:first-child {
    margin-top: 8rem;
  }

  .srMobileNav ul {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
    margin-left: 3rem;
    margin-bottom: 4rem;
  }

  .srMobileNav ul li {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .mobileSearchBar {
    padding: 0 3rem;
  }

  .mobileSearchBar .search-submit {
    display: none;
  }

  .mobileSearchBar form {
    text-align: left;
  }

  .mobileSearchBar .search-form input[type="text"] {
    padding-left: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid;
    max-width: 255px;
    padding-bottom: 3px;
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .mobileSearchBar .search-form input[type="text"]:focus {
    border-left: 0;
    border-top: 0;
    border-right: 0;
  }

  .subNavParent {
    cursor: default;
  }

  .subNavParent:hover {
    color: #000;
  }


  @media only screen and (max-width: 1280px) {
    .magazinePage .prevIssuesWrapper div.prevIssuesTitle h2 {
      font-size: 24px;
    }

    .magazinePage .mainMagazineWrapper div.titleBox {
      margin-top: 2rem;
      margin-bottom: 0rem;
    }

    .magazinePage .mainMagazineWrapper div.titleBox h2 {
      font-size: 24px;
    }

    .magazinePage .mainMagazineWrapper div.infoBox p {
      font-size: 16px;
      padding: 0 2rem;
    }

    div.slideshow__arrow--next,
    div.slideshow__arrow--prev {
      background: transparent;
    }

    .burger {
      display: flex;
    }

    .mobileCart{
      display: flex;
      top: 22px;
    }

    #logo a img {
      width: 120px;
    }

    .srHeaderWrapper {
      padding: 12px 0;
    }

    .desktopNav {
      position: absolute;
      display: none;
    }

    .logo__wrapper {
      max-width: 100%;
    }

    .logo__wrapper a {
      padding: 6px 0;
    }

    .srHeaderWrapper {
      text-align: center;
      align-items: center;
      justify-content: center;
    }

    section.duo,
    section.single {
      padding: 0rem 0px 18px 0px;
    }

    section.duo .left,
    section.duo .right {
      width: 49%;
    }
  }

@media only screen and (max-width: 1280px) {
  footer.footer {

  margin-left: 0;
  margin-right: 0;
    padding: 2rem 3rem;
  }

}
@media only screen and (max-width: 1000px) {
    footer.footer,
    ul.footerLinks,
    ul.footerSocial {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    footer.footer {
      padding: 2rem 3rem;
      margin-top: 0;
    }

    footer.footer ul.footerLinks,
    footer.footer ul.footerSocial {
      width: 100%;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    footer.footer .left,
    footer.footer .right {
      width: 100%;
    }

    footer.footer .right {
      align-items: center;
      margin-top: 3rem;
      margin-bottom: 3rem;
    }

    footer.footer .left .footerSocial {
      margin-top: 2rem;
    }

    footer.footer ul li {
      margin-top: 1rem;
      margin-bottom: 1rem;
      margin-left: 2rem;
      margin-right: 2rem;
    }
}
@media only screen and (max-width: 1280px) {
    .mobileShopItem {
      text-align: left;
    }

    .srMobileNav .subNav {
      margin-top: 2rem;
      margin-left: 2rem;
      margin-bottom: 0;
      display: none;
    }

    .srMobileNav ul.showNav {
      display: flex;
    }
  }

  .magazinePage {
    max-width: 100%;
  }

  .magazinePage .mainMagazineWrapper {
    margin-bottom: 4rem;
  }

  .magazinePage .mainMagazineWrapper .slideBox {
    width: 100%;
    height: 100%;
    max-width: 600px;
  }

  .magazinePage .mainMagazineWrapper .titleBox {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .magazinePage .mainMagazineWrapper .titleBox h2 {
    font-size: 32px;
    line-height: 1em;
  }

  .magazinePage .mainMagazineWrapper .infoBox {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .magazinePage .mainMagazineWrapper .infoBox p {
    font-size: 24px;
    text-align: center;
    max-width: 600px;
  }

  .magazinePage .prevIssuesWrapper {
    width: 100%;
    padding-top: 4rem;
    border-top: 1px solid #111;
    padding-bottom: 4rem;
    border-bottom: 1px solid #111;
  }

  .magazinePage .prevIssuesWrapper .prevIssuesTitle {
    margin-bottom: 2rem;
  }

  .magazinePage .prevIssuesWrapper .prevIssuesTitle h2 {
    font-size: 32px;
    line-height: 1em;
  }

  .magazinePage ul.prevIssuesThumbnails {
    margin-left: 0;
    margin-right: 0;
    max-width: 600px;
  }

  .magazinePage ul.prevIssuesThumbnails li.thumbnail {
    margin: 2rem;
    box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.08);
  }

  .background-size-cover {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slideshow__arrow {
    width: 50%;
  }

  #shopify-section-page-slideshow-1,
  #shopify-section-page-slideshow-2,
  #shopify-section-page-slideshow-3,
  #shopify-section-page-slideshow-4 {
    margin-top: 4rem;
  }

  #shopify-section-allmags,
  #shopify-section-allmags2,
  #shopify-section-allmags3,
  #shopify-section-allmags4 {
    width: 100%;
  }

  #insta-feed {
    min-height: 100vh;
    padding: 0 2.9rem;
    margin: 0rem auto;
  }

  #insta-feed .instafeed-overlay {
    display: none;
  }

  .instafeed-shopify .instafeed-overlay {
    display: none;
  }

  #shopify-section-page-slideshow-collection .slideshow__arrow--next,
  #shopify-section-page-slideshow-collection .slideshow__arrow--prev {
    background: transparent;
  }

  #shopify-section-page-slideshow-collection .slideshow__arrow--next {
    background: linear-gradient(90deg, transparent 80%, #fff);
  }

  #shopify-section-page-slideshow-collection .slideshow__arrow--prev {
    background: linear-gradient(90deg, #fff, transparent 20%);
  }

  @media only screen and (max-width: 600px) {
    .background-size-cover {
      background-position: 0px 200px;
    }

    #shopify-section-page-slideshow-collection .slideshow__arrow--next,
    #shopify-section-page-slideshow-collection .slideshow__arrow--prev {
      background: transparent;
    }

    #collection-ss19 .main-content {
      margin-top: -200px;
    }
  }

  .testNav {
    display: none;
  }

  span.trigger-quick-view {
    display: none;
  }

  .main-content {
    padding: 0;
  }

  .main-content .shopify-section:last-child .duo {
    padding-bottom: 0;
  }

  @media only screen and (min-width: 500px) {
    .main-content {
      min-height: calc(100vh - 340px);
    }
  }

  @media only screen and (max-width: 600px) {
    #contact .main-content {
      min-height: initial;
      padding-bottom: 2rem;
    }
  }

  .slideshow__arrow--next {
    cursor: e-resize;
  }

  .slideshow__arrow--prev {
    cursor: w-resize;
  }

  .aboutBlurb {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
  }

  .contactBlurb {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
  }

  @media only screen and (max-width: 600px) {
    .contactBlurb {
      font-size: 18px;
      line-height: 36px;
    }
  }

  .generalBlurb {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
  }

  @media only screen and (max-width: 600px) {
    .generalBlurb {
      font-size: 18px;
      line-height: 36px;
    }
  }

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

    #shopify-section-page-slideshow-1,
    #shopify-section-page-slideshow-2,
    #shopify-section-page-slideshow-3,
    #shopify-section-page-slideshow-4 {
      margin-top: 0;
    }

    #shopify-section-page-slideshow-1 .background-size-cover,
    #shopify-section-page-slideshow-2 .background-size-cover,
    #shopify-section-page-slideshow-3 .background-size-cover,
    #shopify-section-page-slideshow-4 .background-size-cover {
      background-position: top;
    }
  }

  #shopify-section-collection .product-information, .product-information {
    padding: 0px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }

  /* @media (max-width: 600px) {
    #shopify-section-collection .product-information {
      padding: 0px 1rem;
    }
  } */

  #shopify-section-collection .product-information .price, .product-information .price {
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    padding-left: 20px;
  }

  /* @media (max-width: 600px) {
    #shopify-section-collection .product-information .price {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  } */

  #shopify-section-collection .product-information h3, .product-information h3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    /* margin-right: 20px; */
    padding-left: 20px;
    padding-bottom: 6px;
    text-align: left;
  }

  .product-grid {
    display: flex;
    padding: 0;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: -1px;
    margin-right: 0;
    margin-left: -1px;
    border: 0;
    max-width: 100%;
    width: 100%;
  }

  @media only screen and (max-width: 749px) {
    .product-grid .product-item {
      width: 50%;
    }

    .product-grid {
      padding: 0 0rem;
      margin-right: -3px;
    }
  }

  .no-results {
    padding: 0;
  }

  .no-results p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }

  .no-results strong {
    font-weight: 400;
  }

  .breadcrumbs {
    display: none;
  }

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

    .homepage-slideshow.screen-height-full,
    .screen-height-full {
      min-height: 87vh;
      height: 87vh;
    }
  }

  html {
    font-size: 62.5%;
    font-family: helvetica;
    font-weight: 100;
  }

  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  a {
    text-decoration: none;
    color: #000;
  }

  .places {
    display: flex;
    flex-direction: row;
    margin: 0;
    flex-wrap: wrap;
  }

  .place {
    margin: 0;
    width: 25%;
    padding-right: 8.33%;
    padding-bottom: 8.33%;
  }

  .place h3.name {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0;
    margin-bottom: 1rem;
  }

  .place p.address,
  .place a.website {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 0;
    margin-top: 1.2rem;
  }

  .countryName {
    font-size: 2rem;
    font-family: helvetica;
    padding-bottom: 4rem;
    padding-top: 3rem;
  }

  .countryName h1 {
    margin-bottom: 0;
    font-size: 36px;
  }

  @media only screen and (max-width: 600px) {
    .countryName h1 {
      font-size: 30px;
    }
  }

  @media only screen and (max-width: 600px) {
    .place {
      margin: 0;
      width: 100%;
      padding-right: 0%;
      padding-bottom: 8.33%;
    }

    #stockists .page {
      padding-bottom: 0rem;
      margin-bottom: 0rem;
    }
  }

  p,
  .p {
    font-size: 2rem;
  }

  .btn--secondary,
  .spr-summary-actions-newreview {
    font-size: 2rem;
  }

  .product__submit--spb .product__submit__add {
    font-size: 12px;
  }

  .product__page .imageWrapper {
    flex-wrap: wrap;
  }

  .product__page .imageWrapper img {
    width: 100px;
    max-width: 100%;
  }

  #shopify-section-footer {
    position: relative;
  }

  .cmApp_embedFormContainer {
    bottom: 2rem;
    position: fixed;
    background: #ffffff50;
    right: 3rem;
    bottom: 10.9rem;
    width: 100%;
    right: 0;
    height: 100vh;
    bottom: 0;
  }

  @media only screen and (max-width: 600px) {
    .cmApp_embedFormContainer {
      background: #ffffffe6;
    }
  }

  .cmApp_embedFormContainer form {
    background: white;
    border: 1px solid;
    border-top-color: white;
    max-width: 600px;
    margin: 0 auto !important;
    width: 45vw;
  }

  @media only screen and (max-width: 600px) {
    .cmApp_embedFormContainer form {
      width: 80vw;
    }
  }

  .cmApp_signupContainer div {
    margin-top: 0px !important;
  }

  .cmApp_signupContainer.cmApp_embedded {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #000;
    width: 45vw;
    max-width: 600px;
  }

  @media only screen and (max-width: 600px) {
    .cmApp_signupContainer.cmApp_embedded {
      width: 85vw !important;
    }
  }

  .cmApp_signupContainer input.cmApp_formSubmitButton {
    font-family: helvetica;
    text-transform: capitalize;
  }

  .cmApp_signupContainer .cmApp_formInput {
    margin: 0;
  }

  .cmApp_signupContainer .cmApp_formInput input:not([type="radio"]) {
    font-family: helvetica;
    border: 0px;
    font-size: 24px;
    font-weight: 700;
    margin: 0rem;
    padding: 0;
  }

  .cmApp_signupContainer .cmApp_formInput {
    margin-left: 4rem;
    margin-right: 4rem;
    border-bottom: 1px solid;
  }

  @media only screen and (max-width: 600px) {
    .cmApp_signupContainer .cmApp_formInput input: not([type="radio"]) {
      border-left: 0px solid;
      border-right: 0px solid;
      margin-top: 0;
    }
  }

  .cmApp_signupContainer .cmApp_fieldWrap {
    /*   border-top: 1px solid #000; */
    margin-top: 2.6rem !important;
  }

  .closeSignUpContainer {
    width: 100%;
    max-width: 100%;
    background: white;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 0px;
    display: flex;
    justify-content: flex-end;
  }



  .closeSignUp {
    font-size: 15px;
    cursor: pointer;
    background: white;
    padding: 10px 12px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-weight: 700;
  }

  .hide {
    display: none !important;
  }

  .showFlex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
  }

  .cmApp_signupContainer #cmApp_statusContainer * {
    font-family: helvetica;
  }

  .cmApp_signupContainer input.cmApp_formSubmitButton {
    height: 43px;
    font-size: 16px;
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    border-radius: 0;
  }

  #CartForm {
    margin: 0 2rem;
    padding-top: 0rem;
  }

  .cart-info-container {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #000;
  }

  .cart-info-container h3 span {
    font-size: 15px;
    font-weight: 600;
  }

  @media (max-width: 600px) {
    .cart-info-container h3 span {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  .cart-info-container textarea {
    border: 1px solid #928f95;
    padding: 10px 0px;
    width: calc(100% - 6px);
    padding-left: 6px;
  }

  .cart-info-container small {
    font-size: 11px;
    font-weight: 400;
  }

  #CartOuter .quantity-selector {
    border-bottom: 0px;
    border-top: 0px;
  }

  @media only screen and (max-width: 600px) {
    .cart-info-container {
      padding: 20px 0 0 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .cart-info-container p {
      padding-left: 0rem;
    }

    .cart-info-container h3 span {
      font-size: 16px;
    }
  }

  .proceed .large-btn {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
  }

  @media (max-width: 600px) {
    .proceed .large-btn {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  .proceed .large-btn:hover {
    color: #fff;
    background: #000;
  }

  .cart__foot {
    padding: 10px;
    padding-left: 0px;
  }

  .cart__foot a {
    font-size: 12px;
    border-bottom: 1px solid #000;
  }

  .cart table th {
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
  }

  .cart table tbody td {
    padding: 10px 10px;
    padding-left: 0px;
  }

  .cart table tbody td img {
    max-height: initial;
  }

  .cart table tbody td.desc {
    font-size: 12px;
    padding-left: 0;
  }

  .cart input.quantity {
    text-align: center;
    /*   border: 1px solid; */
  }

  .get-rates {
    padding: 1rem 0;
  }

  #ShippingCalculator #address_zip {
    border-bottom: 1px solid #928f95;
    width: 200px !important;
    padding-left: 0;
  }

  #ShippingCalculator #address_zip:focus {
    border: 0px;
    border-bottom: 1px solid #928f95;
  }

  #ShippingCalculator label {
    font-size: 11px;
    font-weight: 400;
  }

  #address_country,
  #address_province {
    padding-right: 0;
  }

  @media only screen and (max-width: 600px) {
    .aboutBlurb {
      font-size: 24px;
      line-height: 35px;
      margin-bottom: 0px;
    }
  }

  .page {
    max-width: 100%;
    margin-bottom: 0;
  }

  .product__photo {
    width: 100%;
  }

  .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

.slick-slide {
  border-right: none;
}

 @media only screen and (max-width: 600px) {
  .slick-slide {
    border-right: none;
    border-bottom: none;
    border-top: none;
  }
}

  @media only screen and (min-width: 750px) {
    .product__photo {
      margin-bottom: 0px;
    }

    .medium-up--one-half {
      width: 50%;
    }

    .product__thumbs--square .slick-dots {
      justify-content: flex-end;
    }

   .product__thumbs--square .slick-dots li {
      margin: 0;
      border-right: none;
      border-top: none;
    }

    .product__thumbs--square .slick-dots li:last-child {
      border-right: 0px solid;
    }
    
    .product__wrapper .form__width {
      margin: 0 0 0 0;
      max-width: 100%;
    }
    
  }

  /* .product__submit {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  } */

  .rte__table-wrapper {
    background: #eaeaea;
  }

  .grid,
  .grid--full {
    margin-left: 0;
  }

  .product__page .grid__item {
    padding-left: 0;
    margin-bottom: 1px;
  }

  /* .product__wrapper {
    margin: 30px 30px 0 30px;
  } */

  

  .grid.product__page {
    display: flex;
  }

  @media only screen and (max-width: 600px) {
   .product_wrapper {
  margin: 10px;
  border-bottom: 1px solid;
}


    .grid.product__page {
      flex-direction: column;
    }
  }

  .product__title__wrapper {
    display: flex;
    flex-direction: column;
    padding: 25px 0 25px;
    border-bottom: none;
    position: relative;
  }

  .product__details__row {
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}

  .product__title__wrapper .product__title,
  .product__title__wrapper .product__price {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  @media (max-width: 749px) {

    .product__title__wrapper .product__title,
    .product__title__wrapper .product__price {
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
    }
  }

  .product__form {
    border-top: 1px solid #000;
  }

  .product__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 20px 0;
    gap: 10px;
  }

  .vendor__link {
    text-transform: capitalize;
  }

  .vendor__link a {
    font-weight: 500;
  }

  .template-cart .sezzle-button-text {
    font-size: 12px !important;
  }

    .product__page .sezzle-shopify-info-button {
    flex-basis: 50%;
    position: relative;
    margin-top: 10px;
  }

  .product__page .sezzle-shopify-info-button .sezzle-button-text{
	text-align: right !important;
    font-size: 10px !important;
    font-weight: bold !important;
  }

  #sezzle_widget_container .sezzle-checkout-button-wrapper {
    white-space: normal;
  }

    @media 
    (max-width: 600px),
    (min-width: 749px) and (max-width: 950px)
  {
    .product__page .sezzle-shopify-info-button {
      flex-basis: 50%;
      position: relative;
      margin-top: 10px;
    }
  }

  .swatch {
    padding-left: 3rem;
  }

  .swatch .header {
    font-size: 16px;
    text-align: left;
  }

  .quantity-selector {
    max-width: 100%;
    margin-top: 1rem;
    width: 100%;
  }

  #CartOuter .quantity-selector {
     margin-top: 0;
  }

  .quantity__plus,
  .quantity__minus {
    width: 30%;
  }

  .quantity__input {
    padding: 0rem 0;
  }

  .product__submit__add {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem 0 !important;
    font-size: 12px;
    font-family: helvetica;
    font-weight: 100;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  @media only screen and (max-width: 749px) {
    .product__submit__add {
      border: none;
      margin-top: 1rem;
    }
  }

  .product__submit__buttons {
    width: 100%;
  }

  .product-description ul {
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 3rem;
    padding: 2rem 0;
    font-weight: 100;
  }

  .product-description p,
  .product-description span,
  li,
  .page p {
    font-size: 12px;
    font-weight: 400;
  }

  .cart.page .empty p {
    text-align: center;
    padding: 20px 0;
  }

  .page .center p {
    text-align: center;
  }

  .page p,
  .page ul {
    margin-bottom: 20px; 
  }

  .product-description span {
    display: flex;
    line-height: 20px;
  }

  .product-description h2 {
    font-size: 15px;
    font-weight: 600;
    padding: 2rem 0rem;
  }

  .product-description table p {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
  }

  .form-success {
    padding: 2rem 3rem;
    border: 1px solid;
    font-size: 12px;
    font-weight: 600;
    background: white;
  }

 .form__inner__wrapper {
  border-left: none;
}

  @media (max-width: 749px) {
    .form-success {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
      border-left: 0;
      border-right: 0;
    }
    
    .form__inner__wrapper {
      border-left: 0;
    }
  }

  .product__add__success__content .btn {
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #fff;
  }

  .product__add__success__content .btn:hover {
    background: #ffeb00;
    border: 1px solid #ffeb00;
    color: #000;
    background: #000;
    border: 1px solid #000;
    color: white;
  }

  #pickup-details input {
    border: 0px !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }

  #pickup-date-label {
    font-weight: 400;
    font-size: 11px;
  }

  .product__selectors {
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }


  .selector-wrapper select {
    margin: 0;
    background-position: right 0px center;
    margin-left: 2rem;
    padding-left: 2.4rem;
    border-left: 1px solid;
    align-items: center;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 12px;
  }

  .touch .selector-wrapper select {
    font-size: 16px;
  }

  .selector-wrapper select:focus {
    border-color: transparent;
    border-left: 1px solid #000;
  }

  @media (max-width: 749px) {
    .selector-wrapper select {
      margin-right: 2rem;
    }
  }

  

  input,
  textarea,
  select,
  .input-group {
    font-size: 15px;
    font-weight: 600;
  }

  @media (max-width: 600px) {

    input,
    textarea,
    select,
    .input-group {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  .quantity__plus svg,
  .quantity__minus svg {
    opacity: 0.5;
  }

  .quantity__plus {
    padding-right: 2.4rem;
    cursor: pointer;
  }

  .quantity__minus {
    padding-left: 2.4rem;
    cursor: pointer;
  }

  @media (max-width: 749px) {
    .quantity__plus {
      padding-right: 20px;
      width: 30%;
    }

    .quantity__minus {
      padding-left: 20px;
      width: 30%;
    }

    .product__submit__add {
      margin-top: 1rem;
      border: 0px;
    }
  }

  @media only screen and (min-width: 750px) {
    .product__submit: not(.product__submit--spb) .product__submit__add {
      height: 18px;
      margin-top: 1rem;
      margin-bottom: 1rem;
      background: #ffeb00;
      border: 1px solid #ffeb00;
      color: #000;
      font-size: 15px;
      font-weight: 600;
      padding: 10px 15px;
      padding-bottom: 3px;
    }

    .product__submit:not(.product__submit--spb) .product__submit__add:hover {
      background: #000;
      border: 1px solid #000;
      color: #fff;
    }
  }

  @media only screen and (min-width: 750px) and (max-width: 600px) {
    .product__submit__add {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  .btn:hover,
  button:hover {
    background: #000;
  }

  .variant--soldout .product__submit__add {
    background: #eaeaea !important;
    border-color: #eaeaea !important;
    color: #808080 !important;
    border-bottom: 1px solid #000;
  }

  .variant--soldout .product__submit__add:hover {
    background: #eaeaea;
    color: #808080;
    border-bottom: 1px solid #000;
  }

  .srArrowSpanRight {
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: 60%;
  }

  @media only screen and (min-width: 500px) {
    .srArrowSpanRight {
      color: #000;
      right: 3rem;
      font-weight: 100;
    }
  }

  .srArrowSpanLeft {
    font-size: 2rem;
    position: absolute;
    left: 1rem;
    top: 60%;
  }

  @media only screen and (min-width: 500px) {
    .srArrowSpanLeft {
      color: #000;
      left: 3rem;
      font-weight: 100;
    }
  }

  .playlist {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #playlist .pageContent {
    border-top: 0px;
    border-bottom: 0px;
  }

  .playlist #main {
    border: 4px solid #000;
  }

  .wg-list.country-selector {
    /* transform: translateY(-1px); */
    background: #ffffff;
    /* padding: 4px; */
    border-radius: 0px;
  }

  .wg-list.country-selector .wgcurrent a {
    padding-left: 0;
    padding-right: 6px;
    border-right: 1px solid #000;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0;
  }

  @media (max-width: 600px) {
    .wg-list.country-selector {
      display: none;
    }

    .wg-list.country-selector .wgcurrent a {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
      font-size: 15px;
    }
  }

  .wg-list.country-selector li a {
    padding-left: 6px;
    padding-right: 0px;
  }

  .wg-list.country-selector a:hover {
    color: #000 !important;
    border-bottom: 0px;
  }

  @media only screen and (max-width: 600px) {
    .wg-list.country-selector a {
      font-size: 15px;
    }

    .wg-list.country-selector a:hover {
      text-decoration: none !important;
    }

    .wg-list.country-selector .wgcurrent a {
      padding-right: 12px;
    }

    .wg-list.country-selector li a {
      padding-left: 12px;
    }
  }

  

  #shopify-section-cart .cart .empty .theme {
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    font-size: 41px;
    line-height: 41px;
    font-weight: 600;
    padding-top: 0;
  }

  #shopify-section-cart .cart .gutter-bottom {
    padding-bottom: 30px;
    font-size: 41px;
    line-height: 41px;
    text-align: center;
    font-weight: 600;
    max-width: 800px;
    margin: 2rem auto;
  }


  #shopify-section-cart .cart a {
    font-weight: 400;
  }

  #shopify-section-cart .cart table tbody td.desc small {
    opacity: 1;
    font-weight: 400;
  }

  .index-sections .shopify-section:last-child section {
    padding-bottom: 0px;
  }

  .pageTitle {
    padding: 3rem;
    margin-top: 1rem;
    text-align: center;
  }

  .pageTitle .title {
    font-size: 41px;
    line-height: 41px;
    font-weight: 600;
  }

  @media (max-width: 600px) {
    .pageTitle .title {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  .storeAddress,
  .storeHours {
    margin: 0;
    padding: 3rem;
  }

  .storeAddress p,
  .storeHours p {
    padding: 0;
    margin: 0;
    line-height: 1rem;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
  }

  @media (max-width: 600px) {

    .storeAddress p,
    .storeHours p {
      font-size: 15px;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px;
    }
  }

  .storeAddress {
    padding-bottom: 1rem;
  }

  .storeHours {
    padding-top: 1rem;
  }

  section.page h2.theme {
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
    padding-bottom: 2rem;
    font-size: 41px;
    line-height: 41px;
    font-weight: 600;
  }

  @media (max-width: 600px) {
    section.page h2.theme {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  section.page div.pageConten5 {
    padding-top: 1rem;
  }

  section.page div.pageConten5 p {
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 41px;
    line-height: 41px;
    font-weight: 600;
  }

  @media (max-width: 600px) {
    section.page div.pageConten5 p {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  section.page div.pageConten5 p img {
    margin-bottom: 2rem;
  }

  .product-item__image,
  .double__image {
    /* height: 22vw; */
    position: relative;
  }

  @media only screen and (min-width: 750px) {
    .product__photo {
      border: 1px solid #000;
      border-left: 0;
      margin-bottom: -1px;
    }
    
    .product__photo:first-child {
      border-top: 0;
    }

    @media only screen and (min-width: 750px) {
  .form__wrapper {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

    .product-form {
      border-bottom: 1px solid;
      margin-bottom: 2.4rem;
      padding-bottom: 0rem;
    }
  }

  .bigTitleWrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  p.bigTitle {
    position: absolute;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 13rem;
    font-weight: 600;
    opacity: 0;
    transition: all 0.2s;
    cursor: default;
  }

  .bigTitleWrapper:hover p.bigTitle {
    opacity: 1;
  }

/*   .coll-heading {
    font-size: 41px;
    line-height: 41px;
    font-weight: 600;
  }

  @media (max-width: 600px) {
    .coll-heading {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  } */

  .collection-block__wrapper {
    width: 50%;
  }

  h3.collectionName {
    font-size: 15px;
    font-weight: 600;
    margin-top: 4px;
  }

  @media (max-width: 600px) {
    h3.collectionName {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  #shopify-section-list-collections .container .collection-list,
  #shop-all-men .container .collection-list,
  #shop-all-women .container .collection-list {
    padding: 0 3rem;
    align-items: center;
    justify-content: space-between;
  }

  #shopify-section-list-collections .collection-block__wrapper,
  #shop-all-men .collection-block__wrapper,
  #shop-all-women .collection-block__wrapper {
    margin-bottom: 3rem;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(1),
  #shop-all-men .collection-block__wrapper:nth-child(1),
  #shop-all-women .collection-block__wrapper:nth-child(1) {
    width: 47%;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(2),
  #shop-all-men .collection-block__wrapper:nth-child(2),
  #shop-all-women .collection-block__wrapper:nth-child(2) {
    width: 37%;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(3),
  #shop-all-men .collection-block__wrapper:nth-child(3),
  #shop-all-women .collection-block__wrapper:nth-child(3) {
    width: 37%;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(4),
  #shop-all-men .collection-block__wrapper:nth-child(4),
  #shop-all-women .collection-block__wrapper:nth-child(4) {
    width: 47%;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(5),
  #shop-all-men .collection-block__wrapper:nth-child(5),
  #shop-all-women .collection-block__wrapper:nth-child(5) {
    width: 47%;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(6),
  #shop-all-men .collection-block__wrapper:nth-child(6),
  #shop-all-women .collection-block__wrapper:nth-child(6) {
    width: 37%;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(7),
  #shop-all-men .collection-block__wrapper:nth-child(7),
  #shop-all-women .collection-block__wrapper:nth-child(7) {
    width: 37%;
  }

  #shopify-section-list-collections .collection-block__wrapper:nth-child(8),
  #shop-all-men .collection-block__wrapper:nth-child(8),
  #shop-all-women .collection-block__wrapper:nth-child(8) {
    width: 47%;
  }

  @media (max-width: 600px) {

    #shopify-section-list-collections .collection-block__wrapper: nth-child(1),
    #shop-all-men .collection-block__wrapper: nth-child(1),
    #shop-all-women .collection-block__wrapper: nth-child(1),
    #shopify-section-list-collections .collection-block__wrapper: nth-child(2),
    #shop-all-men .collection-block__wrapper: nth-child(2),
    #shop-all-women .collection-block__wrapper: nth-child(2),
    #shopify-section-list-collections .collection-block__wrapper: nth-child(3),
    #shop-all-men .collection-block__wrapper: nth-child(3),
    #shop-all-women .collection-block__wrapper: nth-child(3),
    #shopify-section-list-collections .collection-block__wrapper: nth-child(4),
    #shop-all-men .collection-block__wrapper: nth-child(4),
    #shop-all-women .collection-block__wrapper: nth-child(4),
    #shopify-section-list-collections .collection-block__wrapper: nth-child(5),
    #shop-all-men .collection-block__wrapper: nth-child(5),
    #shop-all-women .collection-block__wrapper: nth-child(5),
    #shopify-section-list-collections .collection-block__wrapper: nth-child(6),
    #shop-all-men .collection-block__wrapper: nth-child(6),
    #shop-all-women .collection-block__wrapper: nth-child(6),
    #shopify-section-list-collections .collection-block__wrapper: nth-child(7),
    #shop-all-men .collection-block__wrapper: nth-child(7),
    #shop-all-women .collection-block__wrapper: nth-child(7),
    #shopify-section-list-collections .collection-block__wrapper: nth-child(8),
    #shop-all-men .collection-block__wrapper: nth-child(8),
    #shop-all-women .collection-block__wrapper: nth-child(8) {
      width: 100%;
      text-align: left;
    }
  }


@media (max-width: 600px) {

  #shopify-section-list-collections .collection-block__wrapper:nth-child(1),
  #shop-all-men .collection-block__wrapper:nth-child(1),
  #shop-all-women .collection-block__wrapper:nth-child(1),
  #shopify-section-list-collections .collection-block__wrapper:nth-child(2),
  #shop-all-men .collection-block__wrapper:nth-child(2),
  #shop-all-women .collection-block__wrapper:nth-child(2),
  #shopify-section-list-collections .collection-block__wrapper:nth-child(3),
  #shop-all-men .collection-block__wrapper:nth-child(3),
  #shop-all-women .collection-block__wrapper:nth-child(3),
  #shopify-section-list-collections .collection-block__wrapper:nth-child(4),
  #shop-all-men .collection-block__wrapper:nth-child(4),
  #shop-all-women .collection-block__wrapper:nth-child(4),
  #shopify-section-list-collections .collection-block__wrapper:nth-child(5),
  #shop-all-men .collection-block__wrapper:nth-child(5),
  #shop-all-women .collection-block__wrapper:nth-child(5),
  #shopify-section-list-collections .collection-block__wrapper:nth-child(6),
  #shop-all-men .collection-block__wrapper:nth-child(6),
  #shop-all-women .collection-block__wrapper:nth-child(6),
  #shopify-section-list-collections .collection-block__wrapper:nth-child(7),
  #shop-all-men .collection-block__wrapper:nth-child(7),
  #shop-all-women .collection-block__wrapper:nth-child(7),
  #shopify-section-list-collections .collection-block__wrapper:nth-child(8),
  #shop-all-men .collection-block__wrapper:nth-child(8),
  #shop-all-women .collection-block__wrapper:nth-child(8) {
    width: 100%;
    text-align: left;
  }
}


  #shopify-section-list-collections .container {
    max-width: 127rem;
    margin: 0 auto;
  }

  @media (max-width: 600px) {
    footer.footer {
      margin-top: 3rem;
      margin-left: 0;
      margin-right: 0;
    }

    .product-description {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

  .srMobileNav ul li a {
    font-size: 15px;.product__submit:not(.product__submit--spb) .product__submit__add
    font-weight: 600;.product__submit:not(.product__submit--spb) .product__submit__add
  }

  @media only screen and (max-width: 749px) {
    .product__submit {
      margin-left: 0rem;
      margin-right: 0rem;
    }

    .product-description p,
    .product-description span {
      padding-left: 0rem;
      padding-right: 0rem;
    }

    .product-description span {
      display: flex;
      line-height: 20px;
    }

    .selector-wrapper {
      padding-left: 0;
      padding-right: 0;
    }

    .product__submit__add {
      font-size: 12px;
      font-weight: 600;
      padding: 0;
      background: #000;
      color: #fff;
      padding-bottom: 0 !important;
      padding-top: 0 !important;
    }

  }

  .cartCircle {
    width: 15px;
    height: 15px;
    background: #ffeb00;
    border-radius: 50%;
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    right: -16px;
    top: -5px;
  }

  @media only screen and (max-width: 600px) {
    .cartCircle {
      left: 35px;
    }
  }

  .search-outer {
    width: 320px;
    margin: 0 auto;
  }

  @media only screen and (max-width: 420px) {
    .search-outer {
      width: 200px;
    }
  }

  .search-outer form.search-form {
    border: 0px;
    /* border-bottom: 1px solid; */
    text-align: center;
  }

  .search-form input[type="text"] {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    border: 0px;
    outline: 0px;
    padding: 0.5rem;
    margin: 0.3rem;
    border: 1px solid #eee;
  }

  .search-form input[type="text"]:focus {
    border-color: #000;
  }

  .search-form input[type="text"]::placeholder {
    text-transform: uppercase;
  }

  .search-outer .search-submit {
    color: #000;
    font-size: 12px;
    line-height: 1;
    border: 0px;
    outline: 0px;
    top: 0.4rem;
    bottom: 0.4rem;
    padding-right: 0;
  }

  .search-outer .search-submit:hover {
    background: white;
    color: black;
  }

  ::-webkit-input-placeholder {
    color: #000;
    font-weight: 400;
  }

  ::placeholder {
    color: #000;
    font-weight: 400;
  }

  .search-page-title {
    padding: 1px 0 0;
    border-bottom: 1px solid #000; 
  }

  #shopify-section-flagship-store-pics section.duo {
    padding-bottom: 2.4rem;
  }

  @media (max-width: 600px) {


    section.duo .left,
    section.duo .right {
      width: 100%;
    }

    .product-item__image,
    .double__image {
      /* height: 48vw; */
      border-right: 0;
    }

    /* .collection__title .hero__title {
      padding-top: 0;
      padding-bottom: 0;
    } */
  }

  span.mobileZoom {
    display: none;
    position: absolute;
    z-index: 100;
    bottom: 4.5rem;
    right: 0;
    pointer-events: none;
  }

  @media (max-width: 749px) {
    .product__page .grid__item {
      position: relative;
    }
    
    span.mobileZoom {
      display: block;
    }
  }

  .cart .emptyTitle {
    text-align: center;
  }

  @media (max-width: 600px) {
    .pageTitle {
      margin-top: 1rem;
      text-align: center;
      padding: 0;
    }

    .pageTitle .title {
      font-size: 15px;
      font-weight: 600;
      line-height: 41px;
      padding-bottom: 0;
    }

    section.page {
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
    }

    section.page h2.theme {
      margin-bottom: 2rem;
      border-bottom: 1px solid #000;
      font-size: 15px;
      font-weight: 600;
      line-height: 41px;
      padding-bottom: 0;
      margin-left: 3rem;
      margin-right: 3rem;
      z-index: 0;
    }

    section.page div.pageContent {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 1rem;
    }

    section.page div.pageContent p {
      max-width: 820px;
      margin: 0 auto;
      margin-bottom: 2rem;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 17px;
      padding-left: 4rem;
      padding-right: 4rem;
    }

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

    .bigTitleWrapper p.bigTitle {
      position: relative;
      opacity: 1;
      font-size: 15px;
    }

    #shopify-section-lookbook-pics .duo:first-child .left {
      border-top: 1px solid;
    }

    #shopify-section-list-collections .container .collection-list,
    #shop-all-men .container .collection-list,
    #shop-all-women .container .collection-list {
      padding: 0;
    }

    #shopify-section-list-collections h3.collectionName,
    #shop-all-men h3.collectionName,
    #shop-all-women h3.collectionName {
      text-align: center;
    }

    .collection-block__wrapper--1567353221236:first-child {
      border-top: 1px solid;
    }

    #shopify-section-flagship-store-pics .single {
      display: none;
    }

    #shopify-section-flagship-store-pics section.duo:first-child {
      border-top: 1px solid;
    }

    #shopify-section-flagship-store-pics section.duo {
      flex-direction: column;
    }

    #shopify-section-flagship-store-pics section.duo .left {
      margin-bottom: 3rem;
    }

    #shopify-section-flagship-store-pics section.duo .right {
      display: block;
    }
  }

  @media (min-width: 500px) {
    .mobileBreak {
      display: none;
    }
  }

  @media (max-width: 600px) {
    .template-404 section.page h2.theme {
      border-bottom: 0px;
    }
  }

  #lookbook-men .main-content .shopify-section:last-child .duo,
  #lookbook-women .main-content .shopify-section:last-child .duo,
  #usa-season-02 .main-content .shopify-section:last-child .duo {
    padding-bottom: 4rem;
  }

  @media (max-width: 600px) {

    #lookbook-men .main-content .shopify-section: last-child .duo,
    #lookbook-women .main-content .shopify-section: last-child .duo,
    #usa-season-02 .main-content .shopify-section: last-child .duo {
      padding-bottom: 2rem;
    }
  }

  #about p,
  #contact-us p {
    font-size: 41px;
    line-height: 41px;
    text-align: center;
    font-weight: 600;
    max-width: 800px;
    margin: 2rem auto;
  }

  @media (max-width: 600px) {

    #about p,
    #contact-us p {
      font-size: 15px;
      font-weight: 600;
      line-height: 16px;
    }
  }

  @media (max-width: 600px) {

    #lookbook-men section.duo,
    #lookbook-women section.duo,
    #usa-season-02 section.duo {
      flex-wrap: wrap;
    }

    #lookbook-men section.duo .right,
    #lookbook-women section.duo .right,
    #usa-season-02 section.duo .right {
      display: block;
      margin-top: 2rem;
    }

    #lookbook-men .pageTitle .title,
    #lookbook-women .pageTitle .title,
    #usa-season-02 .pageTitle .title {
      margin-bottom: 0;
      border-bottom: 1px solid;
    }
  }

  ul.tabs.product-tabs-title {
    display: none;
  }

  .tabs-wrapper {
    padding-top: 0;
  }

  .tab-content {
    padding: 0px 2.4rem 8px 2.4rem;
    min-height: 0;
    border-top: none;
    margin-top: 0;
    font-size: 15px;
  }

  .tab-content p {
    margin: 0;
  }

  .tab-content p a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
  }

  #shipping-amp-returns section.page ul,
  #cookies section.page ul,
  #terms-and-conditions section.page ul,
  #legal section.page ul {
    font-size: 15px;
    font-weight: 400;
    padding-left: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    list-style: circle;
  }

  @media (max-width: 600px) {

    #shipping-amp-returns section.page ul,
    #cookies section.page ul,
    #terms-and-conditions section.page ul,
    #legal section.page ul {
      padding: 0 4rem;
      text-align: center;
    }
  }

  #shipping-amp-returns section.page ul li,
  #cookies section.page ul li,
  #terms-and-conditions section.page ul li,
  #legal section.page ul li {
    margin-bottom: 1rem;
  }

  #shipping-amp-returns p,
  #cookies p,
  #terms-and-conditions p,
  #legal p {
    font-size: 15px;
    font-weight: 400;
  }

  #shipping-amp-returns tbody,
  #cookies tbody,
  #terms-and-conditions tbody,
  #legal tbody {
    border: 1px solid;
  }

  #shipping-amp-returns tbody tr td,
  #cookies tbody tr td,
  #terms-and-conditions tbody tr td,
  #legal tbody tr td {
    border-bottom: 1px solid;
    border-right: 1px solid;
  }

  #shipping-amp-returns tbody tr th,
  #cookies tbody tr th,
  #terms-and-conditions tbody tr th,
  #legal tbody tr th {
    background: #eaeaea;
    border-right: 1px solid;
    border-bottom: 1px solid;
    font-size: 15px;
  }

  @media (max-width: 600px) {
    section.page div.pageContent table {
      margin-left: 3rem;
      margin-right: 3rem;
    }

    section.page div.pageContent table p {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
      margin-right: 0;
    }

    section.page div.pageContent table th {
      text-align: center;
    }
  }

  .cmApp_signupContainer input.cmApp_formSubmitButton {
    /*   border-top: 1px solid #000; */
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding-left: 4rem !important;
    font-size: 24px !important;
    margin-bottom: 3rem !important;
    height: 55px !important;
    margin-top: 0rem !important;
  }

  @media (max-width: 600px) {
    .cmApp_signupContainer input.cmApp_formSubmitButton {
      border-top: 0px solid #000;
      margin-top: 0px !important;
      padding-top: 0px !important;
    }
  }

  .cmApp_signupContainer .cmApp_successMsg {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
  }

  .cmApp_signupContainer .cmApp_successMsg span {
    font-size: 15px !important;
    font-weight: 400;
    margin-top: 6px;
  }

  .cmApp_signupContainer #cmApp_thankYouCheck {
    max-width: 100px;
    align-items: center;
    margin: 2rem auto !important;
    margin-bottom: 0rem !important;
  }

  .valuesImageWrapper {
    padding: 0px;
  }

  .valuesImageWrapper img.valuesImage {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }

  .valuesContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 1rem;
    margin-bottom: 8rem;
  }

  .valueBox {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem;
  }

  @media (min-width: 500px) {
    .valueBox {
      max-width: 300px;
      margin-bottom: 6rem;
      transform: scale(1);
    }
  }

  .valueNumber {
    margin-bottom: -73px;
    font-size: 150px;
    line-height: 187px;
    display: block;
    color: #ffeb00;
    font-weight: 600;
  }

  @media (min-width: 500px) {
    .valueNumber {
      margin-bottom: -80px;
      font-size: 200px;
      line-height: 186px;
    }
  }

  h3.valueTitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
  }

  @media (min-width: 500px) {
    h3.valueTitle {
      font-size: 30px;
    }
  }

  .valueText p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }

  .product-item__bg {
    background-color: #eaeaea;
    background-color: #eaeaea;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    /* padding-top: 133.3333%; */
  }

  .product-item__bg__under picture {
	border-left: none;
  }

  .pagination {
  font-size: 12px;
  border-bottom: none;
  border-top: none;
  padding: 15px 0;
  text-align: center;
  margin-top: 30px;
}

  .pagination a {
    font-weight: 400;
    font-size: 12px;

  }

  .pagination span {
    margin: 0 10px;
  }
  .pagination span.current {
    padding-bottom: 3px;
    border-bottom: 0px solid;
    color:#9d9d9d;
  }

  #cmApp_modalBackground {
    opacity: 0.2 !important;
  }

  .cmApp_signupContainer.cmApp_lightbox {
    border-radius: 0 !important;
    border: 1px solid black !important;
    padding: 0;
    top: 25% !important;
  }

  .cmApp_signupContainer .cmApp_formHeader {
    line-height: 1.3 !important;
    font-size: 48px !important;
    font-weight: bold !important;
    text-align: left;
    padding: 0 4rem;
    line-height: 56px !important;
  }

  @media (max-width: 600px) {
    .cmApp_signupContainer .cmApp_formHeader {
      font-size: 24px !important;
      line-height: 36px !important;
    }
  }

  .cmApp_signupContainer {
    max-width: 800px !important;
  }

  .availableSizes {
    opacity: 0;
    position: absolute;
    bottom: 22px;
    right: 0px;
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 0px;
    transition: all 0.1s;
    background: #ffffffd6;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid;
    z-index: 1000;
  }

  .product-information .sold-out {
    color: #000;
  }

  .availableSizes span {
    font-weight: 700;
    font-size: 15px;
    margin-left: 4px;
  }

  .product-item .product-link:hover .availableSizes {
    opacity: 1;
  }

  @media (max-width: 600px) {
    .product-item .product-link: hover .availableSizes {
      opacity: 0;
    }
  }

  .cart {
    padding: 0;
    margin: 0 auto;
  }

  .cart-info-container {
    margin: 10px 0;
    border: 0px;
    padding: 20px 0px;
  }

  #pickup-container .pickup-button,
  .proceed .large-btn {
    background: #000;
    color: #fff;
  }

  #pickup-container .pickup-button:hover,
  .proceed .large-btn:hover,
  #pickup-container .pickup-button:focus,
  .proceed .large-btn:focus {
    background: #000000;
    color: white;
    border: none;
  }

  #ShippingCalculator,
  #ShippingCalculator select {
    padding-left: 0;
  }

  #ShippingCalculator select,
  #ShippingCalculator select:focus {
    border: 0px;
    border-bottom: 1px solid #928f95;
  }

  #ShippingCalculator .btn {
    background: #000;
    color: white;
  }

  #ShippingCalculator .btn:hover {
    background: #000;
    color: white;
  }

  @media screen and (min-width: 481px) {
    #CartOuter thead {
      border: 1px solid #000;
    }
  }

  #CartOuter .cart table th {
    text-align: left;
    padding-left: 0;
  }

  .cart table tbody td {
    vertical-align: top;
  }

  .cart input.quantity {
    margin: 0;
  }

  .cart th.center {
    text-align: left;
  }

  .cart td.quantity {
    padding-left: 0;
  }

  .cart .quantity__minus {
    padding-left: 0;
  }

  .cart .quantity__plus {
    padding-right: 0;
  }

  .cart table tbody td a.remove-from-cart {
    opacity: 1;
    text-transform: capitalize;
  }

  .info__subtotal {
    margin-bottom: 0;
  }

  @media (max-width: 600px) {

    .cart .mobile-small,
    .cart small {
      font-size: 15px;
    }
    
    #shopify-section-cart .cart a {
      position: relative;
      display: block;
    }

    #shopify-section-cart .cart a.remove-from-cart {
      opacity: 0.5;
    }

    .cart table tbody td.quantity {
      padding-right: 30px;
    }
  }

  @media (max-width: 480px) {
	#shopify-section-cart .cart a .cart-item-title {
      position: absolute;
      top: 30px;
      left: 85px;
      width: 200px;
      font-size: 13px;
      font-weight: bold;
    }
    
    #shopify-section-cart .cart a .cart-item-title small {
      font-size: 13px;
      font-weight: normal;
    }
  }
    
  @media (max-width: 360px) {
  	 #shopify-section-cart .cart a .cart-item-title {
       left: 80px;
     }
  }

  @media (max-width: 340px) {
  	 #shopify-section-cart .cart a .cart-item-title {
       left: 70px;
     }
  }

  @media (max-width: 305px) {
  	 #shopify-section-cart .cart a .cart-item-title {
       left: 65px;
     }
  }

  .btn--large {
    font-weight: 500 !important;
    background: #000;
    color: #fff;
    padding: 1.2rem 2rem;
    transition: all 0.1s;
    font-size: 14px;
    border: 0px;
  }

  .btn--secondary:hover {
    border: none;
  }

  .translateButtons {
    display: flex;
    margin-right: 2rem;
  }

  .desktopNav .translateButtons a {
    margin: 0;
    padding: 0;
  }

  .desktopNav .translateButtons a:hover {
    border-bottom: 0px;
  }

  .desktopNav .translateButtons a:first-child {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #b9b9b9;
  }
}

.desktopNav .translateButtons a:first-child {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #b9b9b9;
}


.allItems {
  padding-left: 2rem;
  flex-wrap: wrap;
  width: 65%;

}

.allItems li{
  font-weight: 700;
  padding-left: 1rem;
  margin-bottom: 0;
}


.SOLDITEMITIS {
  opacity: .25;
}

.klaviyo-form {
    background: white;
    width: initial;
    max-width: 586px;
    border-left: 1px solid black;
    border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding-bottom: 3rem;
}


.klaviyo-form form {
  max-width: 100% !important;

}

.klaviyo-form p {
  text-align: left !important;
}

.klaviyo-form p strong {
  font-size: 48px !important;
  font-weight: bold !important;
  text-align: left;
/*   padding: 0 4rem; */
  line-height: 56px !important;
}


/* .fzSpET.fzSpET {
  flex-direction: column !important;
  height: 20px !important;
  margin-top: 5rem !important;
}

 */

.kiiqgw.kiiqgw.kiiqgw.kiiqgw.kiiqgw.kiiqgw {
    border: 0px !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
}

.tab-content-1 {
	display: inherit
}


form .errors {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  max-width: inherit;
  margin: 1rem 2.4rem;
  color: black;
  padding: 1rem;
}

.valuesHomePageContainer {
  flex-direction: row;
  margin-top: 6rem;
  margin:  3rem 3rem 0 3rem;
  padding: 6rem 0 3rem 0;
  border-top: 1px solid black;
}

.valuesHomePageContainer .valueBox{
  margin-bottom: 0;
}


@media (max-width: 1000px) {
  .valuesHomePageContainer {
    flex-direction: column;
    margin-top: 0;
        margin: 0;
    padding-top: 3rem;
  }
}

/* .promo {
  margin: 0 3rem;
} */

@media (max-width: 1000px) {
  .promo {
    margin: 0 0rem;
  }
}


.swym-button-bar {
  margin: 0;
}


.swym-isa-inline-form h2 {
	font-size: 15px;
    text-align: left;
}

.swym-powered-by,
.swym-remind-me .swym-privacy-info {
  display: none;
}

input.swym-input, .swym-remind-me #swym-remind-email-auth-button {
  padding: 0 !important;
}

input.swym-input {
  border: 0px !important;
  border-bottom: 1px solid black !important;
  font-weight: 400;
  text-align: left;
}

.swym-isa-inline-form {

  padding: 0 !important;
  border: 0 !important;
}

.swym-remind-me #swym-remind-email-auth-button {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: black;
}

#swym-remind-email-auth-button:hover {
  background: black;
  color: white;
}

.swym-remind-description {
  font-size: 15px;
  font-weight: 400;
  text-align: left;

}


@media (max-width: 1000px) {
  .swym-remind-auth {
    padding: 0 2rem !important;
    padding-bottom: 3rem !important;
  }
}

.TextInput__FormStyledTextInput-sc-1o6de9f-0 {
 border: 0px !important;
 border-bottom: 1px solid black !important;
 padding-left: 0 !important;
 border-radius: 0 !important;
}


.relatedSection {
  margin-right: -3px;
}

.relatedTextWrapper {
  border-bottom: 1px solid;
}

@media (max-width: 749px) {
  
  .relatedTextWrapper {
    border: none;
  }
  
}

.relatedText {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.relatedSection .availableSizes {

  display: none;
}

.relatedSection .product-information {

  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.relatedSection .product-information h3{
	font-size: 15px;
    font-weight: 600;
    margin: 0;
    margin-right: 20px;
    padding-left: 4px;
}

.relatedSection .product-information span{
    font-size: 15px;
    font-weight: 600;
    opacity: 1;
    padding-right: 4px;
}

.product__price--strike {
  opacity: 0.7;
  font-weight: 700;
  opacity: 1;
}

.product__price--sale {
    color: #d42600;
    margin-right: 6px;
}

.old-price {

  opacity: 1;
  margin-right: 0px;
  text-decoration: line-through;
  color: black;
  opacity: .75;

}

.price.sale {
    color: #d42600;
}


.sizeGuideContainer {
	padding: 0 2.4rem;
  display: none;
}



.sizeGuideContainer h5,
.sizeGuideContainer p
	{
    font-size: 15px;
    font-family: helvetica;
    font-weight: 400;
}



.esc-size-guide--table span {
  font-size: 12px;
  font-family: helvetica;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
}


.sizeGuideTitleBox {
  width: 100%;
  padding-top: 1.3rem;
  border-top: 1px solid;
/*   display: none; */
}

.sizeGuideTitleBox span {
  font-size: 15px;
  font-weight: 500;
  padding-left: 2.4rem;
  width: 100%;
  text-decoration: underline;
  cursor: pointer;
}


.esc-size-guide--title {

  margin: 0px;
  margin-top: 12px;


}

.esc-size-guide--cell, .esc-size-guide--heading {
border-color: black !important;
}

.esc-size-guide--table {
width: 100%;
}


.custom-field--value p {

  font-family: helvetica;
    font-size: 15px;
    padding-left: 2.4rem;
    font-weight: 400;
    padding-top: 1rem;
    border-top: 1px solid black;

}


.custom-field--value p a{
	font-weight: 400;
  text-decoration: underline;
}


html {
  font-size: 62.5%;
}
a,
p {
  font-family: "figtree_n3", sans-serif;
}
span {
  font-family: "figtree_n3", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
.promo-bar p {
  font-family: "figtree_n3", sans-serif;
  font-size: 11px;
}
.flex {
  display: flex;
}
.navLogo {
  display: grid;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navLogo a {
  display: flex;
/*   height: 26px; */
}
.navLogo img {
  width: 150px;
  max-width: 150px;
  z-index: 1001;
  position: relative;
  top: -2px;
  align-self: center;
}
.newheader {
  padding: 0;
  display: flex;
  position: fixed;
  width: 100%;
  background: transparent;
  top: 0;
  z-index: 1000;
}

@media (max-width: 749px) {
  .newheader {
    position: static;
  }
  
  .main-content {
    padding-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .main-content,
  .template-index .main-content
  {
    padding-top: 95px;
  }
}

.newheader nav {
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 13px;
}

.newheader nav .navProducts {
  display: flex;
  flex: 1;
  justify-content: flex-start;
}

.newheader nav .navProducts ul {
  padding-left: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
}
.newheader nav .navProducts ul li {
  margin-right: 10px;
}
.newheader nav .navProducts ul li a {
  padding-bottom: 4px;
}

.desktopSubNavWrapper .subNavBox:first-child .subNavItem:first-child a {
  font-weight: 500;
}

.newheader nav .navLogo {
  display: flex;
  flex: 1;
  justify-content: center;
}

.newheader nav .navPages {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

@media screen and (min-width: 750px) {
   .newheader nav .navPages ul {
     margin-right: 2rem;
   }
}

.newheader nav .navPages ul {
  justify-content: normal;
}
.newheader nav .navPages ul li {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 430px) {
  .newheader nav {
    height: 4rem;
  }
}

footer {
  width: 100%;
  padding: 0 0rem;
  background: #fff;
  color: #111;
  /* border-bottom: 1px solid; */
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  footer {
    padding: 0 1rem;
  }
}
footer .footerLinksWrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .footerLinksWrapper .footerLinksBox:first-child {
  width: 65%;
}
footer .footerLinksWrapper .footerLinksBox:last-child {
  width: 35%;
}
@media (max-width: 1000px) {
  footer .footerLinksWrapper {
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
  footer .footerLinksWrapper .footerLinksBox:first-child,
  footer .footerLinksWrapper .footerLinksBox {
    width: 50%;
    margin-bottom: 2rem;
    border-bottom: 1px solid #f4f4f4;
  }
  footer .footerLinksWrapper .footerLinksBox:last-child {
    width: 50%;
    border-bottom: 0px;
  }
}

@media (max-width: 749px) {
   footer .footerLinksWrapper .footerLinksBox:first-child {
     width: 100%;
   }
  
   footer .footerLinksWrapper .footerLinksBox:last-child {
     width: 100%;
   }
}

footer .footerLinksWrapper h3.title {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
  font-weight: bold;
  line-height: 2;
}
/* footer .footerLinksBox ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
} */
footer .footerLinksBox ul li {
  list-style: none;
  flex: 0 0 33.333333%;
}
footer .footerLinksWrapper ul.links {
  display: flex;
  flex-wrap: wrap;
}
footer .footerLinksWrapper ul.links li {
  display: flex;
}
footer .footerLinksWrapper ul.links li a {
  margin-bottom: 13px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}
footer .footerLinksWrapper ul.links li a:hover {
  background: #eaeaea;
  color: #000;
}
footer .copyrightWrapper {
  font-size: 13px;
  justify-content: space-between;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer .copyrightWrapper p {
  font-size: 12px;
}
footer .copyrightWrapper a {
  font-size: 12px;
  color: #000;
}
footer .copyrightWrapper a:hover {
  background: #eaeaea;
  color: #000;
}
@media (max-width: 1000px) {
  footer .copyrightWrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  footer .copyrightWrapper .right ul {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  footer .copyrightWrapper .right ul li {
    margin-left: 0px;
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
}
footer .copyrightWrapper li {
  display: flex;
  margin-left: 1.5rem;
}
footer .footerContact p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 500;
  text-align: right;
  color: #000;
}
footer .footerContact form {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  margin-top: 1rem;
}
footer .footerContact input.email {
  width: 100%;
  font-size: 12px;
  text-transform: capitalize;
  background: transparent;
  border: none;
  text-align: left;
  padding: 6px 0;
  width: 100%;
  /* font-size: 13px; */
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #111;
  border-radius: 0px;
  margin: 0;
}
footer .footerContact input.email:focus {
  outline: none;
}
footer .footerContact input.submit {
  background: transparent;
  border: none;
  padding: 8px 0;
  color: #111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.1s;
  text-transform: capitalize;
  cursor: pointer;
  margin: 0;
  background: #000;
  color: #fffc;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0;
  /* border-bottom: 1px solid #000; */
}
footer .footerContact input.submit:hover {
  /* opacity: 0.5; */
  color: #fff;
}
footer .social {
  margin-top: 16px;
}
footer .social ul {
  justify-content: flex-start;
}
footer .social li:first-child {
  padding-left: 4px;
}
footer .social li {
  padding: 8px;
  padding-right: 32px;
  border-right: none;
  width: 40px;
  height: 40px;
  font-size: 11px;
}
input[type="text"] {
  max-width: 100%;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.newheader a {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  position: static;
  font-weight: 400;
}
.newheader a:hover {
  /* background: #eaeaea; */
  color: #000;
}
.marquee {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 6px 0;
  background: #000;
  color: #fffc;
}
body,
input,
textarea,
button,
select {
  background: #fff;
  color: #000;
}

section.duo {
  justify-content: space-between;
  border-bottom: none;
  padding: 0;
}

section.duo .left,
section.duo .right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
section.duo .left a,
section.duo .right a {
  width: 100%;
  display: flex;
}
section.duo .image-left,
section.duo .image-right,
  section.three .image-left, 
  section.three .image-mid {
  border-right: none;
  display: flex;
  align-self: stretch;
  flex-grow: 1;
}
section.three a {
  display: flex;
}
section.duo .left a img,
section.duo .right a img,
section.three a img {
  width: 100%;
  align-self: stretch;
}
section.duo .left p,
section.duo .right p, 
section.three p {
  display: flex;
  border-top: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  padding: 10px;
}

section.banner {
  border-bottom: none;
}
section.banner div.banner,
section.banner a,
section.banner img {
  width: 100%;
  display: flex;
  align-self: center;
}
.videoSection {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.videoSection video {
  width: 100%;
}
.videoSection p {
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 10px;
}
section.three {
  border-bottom: none;
  align-items: stretch;
}
section.three .right {
  border-right: 0px;
}
section.three .left,
section.three .mid,
section.three .right {
  width: 33.3333%;
}
section.three .left a,
section.three .mid a,
section.three .right a,
section.three .item {
  display: flex;
  flex-direction: column;
}
section.three .left p,
section.three .mid p,
section.three .right p {
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 10px;
}
section.three .right {
  border-right: 0px;
}

@media (max-width: 749px) {
  section.duo, 
  section.three {
    flex-flow: column wrap;
  }
  
  section.duo .left,
  section.duo .right,
  section.three .left, 
  section.three .mid, 
  section.three .right {
    width: 100%;
  }

  section.duo .left,
  section.three .item {
    border-bottom: none;
    border-right: none;
    margin-top: 0;
  }

  section.duo .image-left,
  section.three .image-left, 
  section.three .image-mid {
    border-right: none;
  }
}

p, .p, .search .search-query, .cart table th, .cart table tbody td {
  margin: 0;
}

.collection__title:not(.hero__content__wrapper) {
  padding: 0;
}

/* Mobile Menu */

.hide {
  display: none !important;
}

.newheader nav .navProducts ul.mobile-menu-trigger, .mobile-menu {
  display: none;
}

.index-sections .textBoxSection {
  text-align:center;
  border-bottom: 1px solid #000;
}

.index-sections .textWrapper {
  border-bottom: none;
}

.mainMenu .menu-top-level:last-child > a,
.mobile-menu .menu-top-level:last-child > a:first-child,
.text-red {
  color: red;
}

.spacer-top {
  margin-top: 1rem;
}

.spacer-bottom {
  margin-bottom: 1rem;
}

.mainMenu {
  margin-left: 2rem;
}
 
@media only screen and (max-width: 749px) {
	.mainMenu {
      display:none !important;
      margin-left: 0px;
    }
  
  	.newheader nav .navProducts ul.mobile-menu-trigger a {
      position: relative;
    }
  
  	.newheader nav .navProducts ul.mobile-menu-trigger {
      display: flex;
    }
  
    .mobile-menu {
      display: block;
      text-align: left;
      border-bottom: 1px solid;
      width: 100%;
      position: absolute;
      top: 7rem;
      background-color: #fff;
      z-index: 10;
    }
  
  	.mobile-menu.search-open {
      top: 10.5rem; 
    }
  
  	.mobile-menu .mobile-menu-list {
      justify-content: center;
      flex-direction: column;
    }
  
  	.mobile-menu .menu-top-level {
      width: 100%;
      padding: 0;
      align-items: baseline;
      display: flex;
      flex-wrap: wrap;
    }
  
  	.mobile-menu .menu-top-level:last-child {
       margin-bottom: -1px;
    }
  
  	.mobile-menu .menu-top-level a {
      padding: 1rem 0 1.5rem 2rem;
    }
  
  	.mobile-menu .menu-top-level a:first-child {
      flex-basis: calc(30% - 2rem);
    }
  
  	.mobile-menu .menu-top-level .arrow-indicator {
      font-size: 20px;
      align-items: center;
      padding: 1rem 0 1.5rem;
      text-align: right;
      flex-basis: calc(70% - 2rem);
    }
  
  	.subNavWrapper {
      display: none;
      border: 0;
      align-self: flex-start;
      position: static;
      flex-basis: 100%;
      border-bottom: 1px solid #000;
      width: 95%;
    }
  
  	.subNavWrapper .subNavBox:first-child {
      border-right: none;
    }
  
  	.subNavWrapper .subNavBox .subNavList {
	   height: auto;
    }
  	
  	.subNavWrapper .subNavBox .subNavItem {
      padding-left: 0;
      width: 100%;
    }
  
  	.subNavWrapper .subNavBox:last-child .subNavList {
      height: auto;
    }
}

@media screen and (max-width: 430px) {
  .mobile-menu {
    top: 6.8rem;
  }
  
  .mobile-menu.search-open {
    top: 10.3rem;
  }
}


@media screen and (max-width: 749px) {
  .desktop-only {
    display: none;
  }
  
  .mobile-only {
    display: static;
  }
}

@media screen and (min-width: 750px) {
  .desktop-only {
    display: static;
  }
  
  .mobile-only {
    display: none;
  }
}

.fas {
  font-size: 20px;
  padding: 0 10px;
}

.button-icon {
  width: 20px;
  height: 20px;
  padding: 5px 4px;
}

.search-icon, .email-icon {
  padding-top: 10px;
}

.bag-icon {
  padding-right: 2rem;
}

.hamburger-box {
  width: 22px;
  height: 12px;
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}

.hamburger-inner {
  top: 1px;
  transition: background-color 0s .13s linear;
  display: block;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: 6px;
  transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger-inner::after {
  bottom: -6px;
  top: 12px;
  transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
}

.fancybox-bg {
  background: #fff !important;
  opacity: 1 !important; 
}

.fancybox-button,
.fancybox-button:link, 
.fancybox-button:visited {
  color: #000 !important;
}
  
.fancybox-button {
  background: transparent !important;
}

.wgcurrent {
  position: relative;
}

.weglot-container {
  display: flex !important;
  background-color: #fff !important;
  border: 1px solid #000;
  bottom: 10px !important;
}

.weglot-container span, .wg-drop.country-selector a {
  font-size: 13px;
  padding: 0 10px !important;
  line-height: 37px !important;
  display: block;
  cursor: pointer;
}

.wg-drop.country-selector ul {
  width: 39px !important;
  left: inherit !important;
  right: -1px;
  bottom: 39px !important;
  border: none !important;
}

.weglot-container .button-livechat {
  border-right: 1px solid #000;
  text-transform: uppercase;
}

.wg-drop.country-selector .wgcurrent {
  border: none !important;
}

.wg-drop.country-selector .wgcurrent a {
  border: none !important;
  width: 17px;
}

.wg-default .country-selector {
  position: static !important;
}

.wg-drop.country-selector .wgcurrent:after {
  display: none !important;
}

.weglot-container .currency-picker-container {
  border-right: 1px solid #000;
  line-height: 37px;
}

.currency-picker, .currency-picker:focus {
  border: none;
  font-size: 13px;
  font-weight: normal;
  font-family: "Figtree", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 11px 10px;
}

#CartButton .mobile-only {
  position: relative;
}

#CartButton .mobile-only .cart-count-js {
  position: absolute;
  left: 11.5px;
  top: -6px;
  font-size: 9px;
}
.productVendor a:hover {
  text-decoration: underline;
}

.look-image {
  margin-bottom: 3rem;
}

.blog-grid {
  margin: 30px;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
}

.blog-grid .item {
  width: 100%;
}

@media screen and (min-width: 749px){
  .blog-grid .item {
    width: calc((100%/3) - 20px);
  }
}

.blog-grid .item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media screen and (min-width: 1800px){
  .blog-grid .item img {
    height: 1000px;
  }
}

.blog-grid h2 {
  margin: 10px 0;
  font-size: 14px;
}

.blog-grid p {
  font-size: 12px;
}

.blog-content {
  position: relative;
  text-align: left;
  margin: 30px auto;
  max-width: 1000px;
  padding: 0 30px;
  font-size: 12px;
  min-height: calc(100vh - 340px);
  overflow: auto;
}

.blog-content h2 {
  text-align: center;
  margin: 20px 0;
}

.blog-content p {
  font-size: 12px;
}

/* Remove gridline below nav logo (added per request) */
nav#nav.flex.nav,
#nav.flex.nav {
  border-bottom: none !important;
}

/* Make all buttons/inputs inherit the site font (added per request) */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Remove border on additional product photos (added per request) */
.product__photo--additional {
  border: none !important;
}

/* Remove border on main product photo slide (added per request) */
.lazy-image.product__photo {
  border: none !important;
}

/* Remove borders on slick carousel wrapper elements (added per request) */
.slick-list,
.slick-track,
.product__slides,
.product-single__photos {
  border: none !important;
}

/* Remove border around description section on desktop (added per request) */
.form_wrapper {
  border: none !important;
}

/* Ensure product hover-swap images stay contained (added per request) */
.product-item__image,
.double__image {
  position: relative !important;
  overflow: hidden !important;
}

/* Close sub-pixel gap between product grid rows without a visible border */
.product-grid .product-item {
  margin-top: -1px;
}

/* Desktop 2-column continuous product image gallery (added per request) */
.product__grid-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}

.product__grid-gallery__item {
  position: relative;
  overflow: hidden;
}

.product__grid-gallery__item .lazy-image {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.product__grid-gallery__item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/* Sticky info panel alongside the scrolling image grid (desktop only) */
@media only screen and (min-width: 750px) {
  .form__wrapper {
    position: sticky;
    top: 105px;
    align-self: flex-start;
  }
}

/* Adjust product page column ratio: 65% images / 35% info panel (desktop only) */
@media only screen and (min-width: 750px) {
  .product__page .leftSide {
    width: 65%;
  }
  .product__page .grid__item.medium-up--one-half:not(.leftSide) {
    width: 35%;
  }
}

/* Increase brand/vendor name size on product page by 25% */
.product__title.vendor__link {
  font-size: 20px !important;
}

/* Stack vendor / title / price tightly (added per request) */
.product__title-price-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product__details__row {
  margin-bottom: 2px;
}

.product__details {
  margin-top: 14px !important;
}

/* Increase product name font size only (not price) */
.product__title-price-group .product__title {
  font-size: 12px !important;
}

.product__title-price-group .product__price {
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Ensure Sezzle widget positions correctly relative to product details container */
.product__details {
  position: relative !important;
}

.subNavWrapper.desktopSubNavWrapper.showNav {
  padding-top: 14px !important;
  margin-top: 0 !important;
  background-clip: content-box !important;
}
.subNavWrapper.desktopSubNavWrapper.showNav .subNavBox:first-child {
  margin-top: 0 !important;
}