@font-face {
  font-family: arno-display;
  src: url(fonts/arno-display.woff);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: mr-eaves;
  src: url(fonts/mr-eaves.woff);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: mr-eaves;
  src: url(fonts/mr-eaves-bold.woff);
  font-weight: 700;
  font-style: normal;
}


:root {
	--primary: transparent;
	--btn-active-bg-color: #d1c089;
	--box-shadow-primary: none;
	--btn-bg-color: #d1c089;
	--bg-color: transparent;
	--bg-input: #fff;
	--btn-active-border-color: var(--primary);
	--btn-border-color:transparent;
	--btn-active-color: #3a2f37;
	--modal-bg-color: white;
	--modal-header-color: #fff;
	--cart-summary-top: 10px;
	--modal-header-color: #333;
}

/******header******/

.nav-bar-top {
  width: 100%;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition-property: transform;
  transition-duration: 0.3s;
  position: fixed;
  top: 0;
  left: 0;
}
body.open .nav-bar-top {
  background-color: transparent;
  z-index: 30;
}
.nbt-container {
  padding: 0 1rem;
  width: 100%;
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  max-width: 1280px;
  margin: 0 auto;
}
.logo {
  padding: 8px 0;
}
.logo a {
  display: inline-block;
  max-width: 282.5px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.logo a svg {
  width: 100%;
  height: 32px;
}
.burger-icon {
  padding: 1.5rem 0;
}
.btn-wrap {
  display: flex;
  align-items: start;
}
.btn-wrap > div {
  display: inline-block;
}

.burger-label-close,
.burger-icon-close,
.btn-wrap.open .burger_label-open,
.btn-wrap.open .burger-icon-open {
  display: none;
}
.burger_label-open,
.burger-icon-open,
.btn-wrap.open .burger-label-close,
.btn-wrap.open .burger-icon-close {
  display: block;
  cursor: pointer;
}
.burger-label {
  margin-left: 8px;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 3rem;
  font-family: arno-display;
  font-weight: 700;
}
.right-nav-item ul li a {
  display: block;
  width: 40px;
  height: 40px;
}
.right-nav-item {
  padding: 4px 0;
}
.right-nav-item ul {
  padding: 1.5rem 0;
  display: flex;
  justify-content: flex-end;
}
.right-nav-item ul li {
  margin-left: 1rem;
}
.right-nav-item ul li a {
  color: #000;
}
.right-nav-item ul li a svg {
  width: 100%;
  height: 100%;
}
.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background-color: #3a2f37;
  background-image: url(images/man.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scaleX(1) scaleY(1) translate(0, -100%);
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.3s;
}
.nav-wrap.open {
  transform: scaleX(1) scaleY(1) translate(0, 0%);
}
.nav-wrap a {
  color: #fff;
}
.nav-container {
  padding: 0 1rem;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 82px 1fr auto;
  grid-template-areas: ". . ." ". links social" ". extras social";
  max-width: 1280px;
  margin: 0 auto;
}
.main-nav {
	transition:opacity .25s;
	transition-delay:.5s;
	opacity:0;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-area: links;
  overflow-y: auto;
  justify-content:center;
}
.open .main-nav{
	opacity:1;
}
.main-nav li {
  margin: 0.75rem 0;
  line-height: 1.25;
}
.main-nav a {
  letter-spacing: 0.04rem;
  font-family: arno-display;
  font-size: calc(1.3rem + 0.6vw);
  display: block;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: transform;
}
.main-nav a:hover {
  transform: scale(1.1);
  color: #fff;
}
.main-nav .sub-menu {
  margin-top: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-nav .sub-menu li {
  margin: 0;
}
.main-nav .sub-menu a {
  font-size: 1.125rem;
  font-family: mr-eaves;
  font-style: normal;
  font-weight: normal;
}
.hd-social-nav {
  grid-area: social;
  margin-bottom: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.hd-social-nav a {
  height: 60.22px;
  padding: 0.5rem;
  display: block;
  transition-property: opacity;
}
.hd-social-nav a:hover {
  opacity: 0.75;
}
.nav-bottom {
  grid-area: extras;
  padding: 0.5rem 0;
}
.info-nav {
  display: flex;
  line-height: 1.15;
}
.info-nav li {
  text-align: center;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}
.info-nav li:not(:first-child) {
  border-left: 1px solid #fff;
}
.info-nav li a {
  letter-spacing: 0.04rem;
  font-family: mr-eaves;
  font-size: 1.125rem;
  text-decoration: underline;
}
body.open {
  overflow: hidden;
}
body.open .logo a svg {
  fill: #fff;
}
body.open .right-nav-item ul li a,
body.open .btn-wrap.open {
  color: #fff;
}

#footer {
  padding: 5rem 1rem 4rem;
  background-color: #3a2f37;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer img,
#footer svg {
  fill: #fff;
  width: 100%;
}

.footer-container {
  letter-spacing: 0.04rem;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 6fr 4fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "logo nav nav" "logo locations social" "logo locations extras";
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.ft-logo {
  grid-area: logo;
  padding-right: 2rem;
}
.ft-nav {
  grid-area: nav;
}
.ft-locations {
  display: flex;
  grid-area: locations;
}
.ft-social-nav {
  grid-area: social;
  display: flex;
  justify-content: flex-start;
}
.ft-about-site {
  grid-area: extras;
}
.ft-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.address {
  width: 50%;
}
.ft-about-site ul {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
}
.ft-about-site ul li {
  text-align: center;
  padding: 0 0.5rem;
}
.ft-about-site ul li,
.address {
  line-height: 22px;
  font-family: mr-eaves;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.tr-name {
  margin-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;

  color: #d1c089;
  text-transform: uppercase;
}
.ft-about-site ul li {
  line-height: 1;
}
.ft-about-site ul li:not(:last-child) {
  border-right: 1px solid #fff;
}
.ft-nav-list a {
  line-height: 1.375;
  font-size: 1.75rem;
  font-family: arno-display;
}
.ft-nav-sub-menu {
  line-height: 16px;
}
.ft-nav-sub-menu a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: mr-eaves;
  font-weight: normal;
  font-style: normal;
}
.ft-about-site ul.cpyright {
  margin: 0;
}
.ft-social-nav a {
  padding: 0 0.5rem;
  width:50px;
}
.ft-social-nav a:hover {
  color: #fff;
  opacity: 0.75;
}
@media only screen and (min-width: 1200px) {
  .main-nav {
    /* width: 384px; */
    padding: 0 108px;
  }
}
.cst-space {
  height: 100vh;
}

@media only screen and (min-width: 1280px) {
  .footer-container {
    display: grid;
    grid-template-columns: 240px 6fr 4fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "logo nav nav" "logo locations social" "logo locations extras";
    grid-gap: 0.5rem;
    gap: 0.5rem;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1279px) {
  .nav-container,
  .nbt-container {
    max-width: 1024px;
  }
  .footer-container {
    grid-template-areas: "logo nav" "locations nav" "social social" "extras extras";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 1024px;
  }
  .ft-nav-list {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }
  .ft-nav-list li {
    padding-bottom: 0.5rem;
  }
  .ft-social-nav {
    justify-content: center;
  }
  .ft-about-site ul {
    justify-content: center;
  }
  .ft-social-nav a {
    padding: 0.5rem;
  }
  .ft-locations {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .address-one {
    padding-bottom: 1.5rem;
  }
  .ft-logo {
    padding: 0 8rem;
  }
}
@media only screen and (max-width: 1023px) {
	.burger-label{
		font-size:calc(1.275rem + .3vw);
	}
  .nav-container,
  .nbt-container {
    max-width: 768px;
  }
  .footer-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "logo" "nav" "locations" "social" "extras";
    max-width: 768px;
  }
  .ft-locations {
    flex-direction: row;
  }
  .address {
    text-align: center;
  }
  .ft-nav-list > li > a {
    font-size: calc(1.3rem + 0.6vw);
  }
}
@media only screen and (max-width: 768px) {
	.right-nav-item ul li{
		margin-left:.75rem;
	}
  .footer-container {
    max-width: 640px;
  }
  .ft-locations {
    flex-direction: column;
  }
  .ft-about-site ul {
    flex-direction: column;
  }
  .ft-about-site ul li:not(:last-child) {
    border: none;
  }
  .ft-nav-list {
    margin-bottom: 0.5rem;
  }
  .nav-container,
  .nbt-container {
    max-width: 640px;
  }
  .nav-container {
    grid-template-columns: 1fr;
    grid-template-rows: 82px 1fr auto auto;
    grid-template-areas: "." "links" "social" "extras";
  }
  .hd-social-nav {
    flex-direction: row;
    justify-content: center;
  }
  .info-nav{
	  justify-content:center;
  }
  .info-nav li{
	  flex-grow:0;
  }
}
@media only screen and (max-width: 640px) {
  .ft-logo {
    padding: 0 30%;
  }
  .nbt-container {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "logo top-social button";
  }
  .btn-wrap {
    grid-area: button;
    margin-left: 0.5rem;
  }
  .right-nav-item {
    grid-area: top-social;
  }
  .logo {
    grid-area: logo;
  }
  .burger_label-wrap {
    display: none;
  }
  .burger-label {
    margin: 0;
  }
  .right-nav-item ul li {
    padding: 0.25rem 0;
    margin-left: 0.5rem;
  }
  .right-nav-item ul li a {
    width: 32px;
    height: 32px;
  }
  .logo {
    text-align: center;
  }
}
