@font-face {
  font-family: elza;
  src: url(fonts/elza-regular.woff);
}
@font-face {
  font-family: neue-haas-grotesk-display;
  src: url(fonts/neue-haas-grotesk-display.woff);
}
:root {
  --primary: #000;
  --primary-text-color: #676d73;
  --font-color: ##676d73;
  --theme-color: #000;
  --body-font-size: 1.1rem;
  --body-font-family: neue-haas-grotesk-display;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: rgb(103, 109, 115);
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #000;
  --btn-border-color: transparent;
  --btn-background-color: #000;
  --btn-hover-background-color: rgb(103, 109, 115);
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: neue-haas-grotesk-display;
  --btn-font-size: 16px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #000;
  --anchors-hover-color: #676d73;
  --highlights-color: #000;
  --highlights-font-family: neue-haas-grotesk-display;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1260px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: transparent;
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #000;
}

body {
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  background-color: var(--body-background-color);
}

a {
  color: var(--anchors-color);
}

a:hover {
  color: var(--anchors-hover-color);
}

button {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}

img {
  max-width: 100%;
}

body,
.ui-widget-content {
  color: var(--primary-text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--highlights-color);
  font-family: var(--highlights-font-family);
  line-height: var(--highlights-line-height);
  font-weight: var(--highlights-font-weight);
}

.btn {
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  line-height: 20px;
  text-transform: var(--btn-text-transform);
  background: var(--btn-background-color);
  color: var(--btn-text-color);
  border: var(--btn-border);
  letter-spacing: var(--btn-letter-spacing);
  border-radius: var(--btn-border-radius);
  padding: var(--btn-padding);
}

.btn:focus,
.btn:hover {
  background: var(--btn-hover-background-color);
  color: var(--btn-hover-text-color);
  opacity: var(--btn-hover-opacity);
  border-color: var(--btn-hover-background-color);
}

.ord-container,
#pageContent {
  margin: 0 auto;
  max-width: var(--container-max-width);
}

#authStatus a:hover {
  text-decoration: none;
}

.ui-widget-header,
.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header,
.bootstrapWizard li.complete .step,
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step,
#tabs-product ul a,
#tabs-product .ui-tabs-nav a {
  background: var(--theme-color);
}

#tabs-product .tabs-container a.btn {
  color: var(--btn-text-color);
}

#tabs-product .tabs-container a.btn:hover {
  color: var(--btn-hover-text-color);
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type=text],
input[type=password],
select,
textarea {
  color: var(--inputs-text-color);
}

.popup h1,
.popup h2,
.popup h3,
.popup h4,
.popup h5,
.popup h6 {
  color: var(--popup-text-color);
}

header p,
footer p {
  margin: 0;
}

body.open {
  overflow: hidden;
}
body.open .site-navigation {
  transform: translate(0);
}
body.open.has-overlay .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
}

.logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}

.header-right,
.btn-menu-wrap {
  width: 25%;
}

.btn-menu-wrap {
  height: 46px;
}
.btn-menu-wrap svg {
  width: 40px;
  height: 40px;
}

.logo {
  width: 45%;
  text-align: center;
}
.logo img {
  width: 250px;
}

.store-nav {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  height: 24px;
}

.header-right {
  --svg-size: 18px;
}
.header-right svg {
  width: var(--svg-size);
  height: var(--svg-size);
}

@media only screen and (max-width: 880px) {
  .desktop-label {
    display: none;
  }
  .site-navigation {
    position: fixed;
    padding-top: 10%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    background-color: #fff;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
  }
  .btn-close-menu {
    position: absolute;
    top: 5%;
    right: 5%;
  }
  .btn-close-menu svg {
    width: 30px;
    height: 30px;
  }
  .nav-logo {
    text-align: center;
  }
  .nav-logo img {
    width: 350px;
  }
  .navigation-row {
    max-width: 90%;
    margin: 0 auto;
  }
  .main-menu {
    padding-top: 10px;
  }
  .main-menu a {
    display: flex;
    padding: 13px 20px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .main-menu .has-child {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .main-menu .has-child,
  .main-menu .has-child ul {
    overflow: hidden;
  }
  .main-menu .has-child.open {
    grid-template-rows: auto 1fr;
  }
  .main-menu .sub-menu a {
    border-left: 8px solid transparent;
    line-height: 20px;
  }
  .btn-toggle-sub-menu {
    padding: 10px 0 10px 10px;
    margin: -10px 0;
  }
  .btn-toggle-sub-menu svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .secondary-nav {
    --item-gap: 7.5px;
    border-top: 1px solid #000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
  }
  .secondary-nav a {
    margin: 0 var(--item-gap);
    font-size: 16px;
    padding: 6px 0;
    line-height: 20.8px;
  }
  .secondary-nav a:first-child {
    margin-left: 0;
  }
  .secondary-nav a:last-child {
    margin-right: 0;
  }
  .social-nav {
    word-spacing: 7.5px;
  }
  .social-nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
  }
  .social-nav svg {
    fill: rgb(103, 109, 115);
    width: 25px;
    height: 25px;
  }
}
footer.footer {
  margin-top: 100px;
  --container-max-width: 90%;
  border-top: 1px solid #000;
}

.footer-main {
  padding: 10% 0;
}

.footer-col-title {
  font-size: 1.4rem;
  line-height: 28.8px;
  font-family: var(--body-font-family);
  margin: 0;
  font-weight: 400;
}

.footer-col-separator hr {
  margin: 0;
  border-top: 1px solid #000;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 1% 0 2%;
}
.footer-logo img {
  width: 150px;
}
.footer-logo p {
  line-height: 28.8px;
  font-size: 1.4rem;
}

.footer-cols {
  margin: 25px 0;
}

.footer-list {
  display: flex;
  flex-direction: column;
}
.footer-list a {
  padding: 8px 0;
  color: #676d73;
  font-size: 16px;
  font-family: elza;
  line-height: 1;
  display: flex;
}

.footer-col-2 {
  margin: 25px 0;
}

.footer-col-3 .footer-list {
  gap: 5px;
}
.footer-col-3 a {
  line-height: 24px;
  padding: 0;
  font-family: var(--body-font-family);
}
.footer-col-3 p {
  height: 32px;
  font-family: elza;
  font-size: 16px;
}

.footer-row {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding-top: 6px;
  border-top: 1px solid #000;
  line-height: 20.8px;
  font-size: 16px;
  color: #000;
}

.site-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 768px) {
  .header-right {
    --svg-size: 25px;
  }
  .store-nav {
    gap: 30px;
    height: 31px;
  }
  .secondary-nav {
    --item-gap: 18px;
    justify-content: flex-start;
  }
  .logo {
    width: 50%;
  }
  .logo img {
    width: 215px;
  }
  .footer-main {
    padding: 3% 0;
  }
  .footer-cols {
    display: flex;
    gap: 25px;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col-2 {
    margin: 0;
  }
}
@media (min-width: 881px) {
  .social-nav,
  .secondary-nav,
  .btn-menu-wrap,
  .nav-logo,
  .btn-toggle-sub-menu,
  .close-button {
    display: none;
  }
  .header-main {
    position: relative;
  }
  .store-nav {
    --svg-size: 16px;
    font-size: 16px;
    line-height: 24px;
    gap: 20px;
  }
  .store-nav a {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .header-right,
  .site-navigation {
    width: 30%;
  }
  .main-menu {
    display: flex;
    gap: 30px;
  }
  .main-menu a {
    font-size: 16px;
    line-height: 24px;
  }
  .main-menu .open .sub-menu {
    transform: scale(1);
  }
  .sub-menu {
    position: absolute;
    padding: 22px 5% 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    min-height: 250px;
    transform-origin: top;
    transform: scale(1, 0);
	z-index: 1040;
    transition: transform 0.3s ease;
  }
  .sub-menu a {
    color: #676d73;
    letter-spacing: 1px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .footer-logo {
    width: 46%;
    flex-direction: column;
  }
  .footer-col-3 a {
    font-size: 17.6px;
  }
  .footer-col-3 p {
    line-height: 32px;
  }
  .footer-row {
    flex-direction: row;
    justify-content: space-between;
    line-height: 24px;
  }
}
@media (min-width: 1201px) {
  .footer-logo {
    width: 100%;
  }
  .footer-cols {
    gap: 30px;
  }
}
@media (min-width: 1367px) {
  .footer-cols {
    margin: 30px 0;
  }
}/*# sourceMappingURL=ws-style.css.map */