@font-face {
  font-family: "Cormorant Garamond";
  src: url(fonts/cormorant.woff2);
}
@font-face {
  font-family: Lexend;
  src: url(fonts/lexend.woff2);
}
:root {
  --primary: #dbb768;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #dbb768;
  --body-font-size: 16px;
  --body-font-family: Lexend;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #631400;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #dbb768;
  --btn-border-color: transparent;
  --btn-background-color: #dbb768;
  --btn-hover-background-color: #631400;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Lexend;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 3px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #dbb768;
  --anchors-hover-color: #000;
  --highlights-color: #333;
  --highlights-font-family: Cormorant Garamond;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.5;
  --container-max-width: 1366px;
  --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: #dbb768;
  --group-item-color: #dbb768;
}

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 .main-navigation {
  transform: scale(1);
}
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%;
}

header {
  --banner-height: 500px;
}
@media (min-width: 768px) {
  header {
    --banner-height: 600px;
  }
}

.header-banner {
  background-image: url(Images/banner.jfif);
  background-size: cover;
  background-position: center;
}

.banner-background {
  height: var(--banner-height);
  background-color: rgba(0, 0, 0, 0.52);
}

.header-main {
  padding: 10px;
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.52);
}

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 50%;
}

.shop-nav {
  width: 30%;
}

.navigation-row {
  width: 15%;
}

.shop-list {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  margin: 0 -3.5px;
}
.shop-list li {
  display: inline-flex;
  width: 30px;
  font-size: 20px;
  line-height: 1;
  margin: 0 3.5px;
}
.shop-list svg {
  fill: #dbb768;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.btn-menu-wrap {
  text-align: center;
}

.burger {
  background-color: #dbb768;
  padding: 5.5px;
  border-radius: 3px;
}
.burger svg {
  fill: #fff;
  width: 22px;
  height: 22px;
}
.burger.open svg:first-child, .burger:not(.open) svg:last-child {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-navigation {
    position: absolute;
    background-color: #fff;
    z-index: 1040;
    width: 100%;
    left: 0;
    transform: scale(1, 0);
    transform-origin: top;
    margin-top: 10px;
    transition: transform 0.3s ease;
  }
  .main-menu a {
    display: block;
    padding: 10px 20px;
    color: #33373d;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Cormorant Garamond";
  }
}
@media (min-width: 768px) {
  .header-main {
    padding: 10px 20px;
  }
  .logo {
    width: 30%;
    padding: 10px;
  }
  .shop-nav {
    width: 60%;
  }
  .navigation-row {
    width: 10%;
  }
}
@media (min-width: 1025px) {
  .btn-menu-wrap {
    display: none;
  }
  .header-main {
    min-height: 96px;
  }
  .shop-nav {
    width: 10%;
    order: 3;
  }
  .logo {
    width: 25%;
  }
  .navigation-row {
    width: 65%;
  }
  .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-menu a {
    padding: 18px 16px;
    font-size: 22px;
    font-family: "Cormorant Garamond";
    line-height: 20px;
    display: inline-block;
    color: #dbb768;
  }
}
footer.footer {
  position: relative;
  background-color: #000;
  color: #fff;
}
footer.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(Images/footer-background.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0.15;
}

.footer-main {
  padding: 50px 20px 10px;
  position: relative;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.footer-cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

.footer-col-title {
  margin: 0;
  color: #dbb768;
  font-weight: 400;
  line-height: 1;
  font-size: 24px;
}

.winery-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 200;
  letter-spacing: 1.3px;
}

.icon-item {
  display: flex;
  gap: 5px;
  font-weight: 200;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.icon-item .icon-wrap {
  position: relative;
  padding-top: 4px;
}
.icon-item svg {
  fill: #dbb768;
  width: 17px;
  height: 17px;
  margin-right: 4.5px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-list a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 200;
}

.members-list {
  display: flex;
  font-size: 1;
  gap: 15px;
}
.members-list li {
  width: 30%;
}
.members-list li:last-child img {
  border: 1px solid rgba(255, 255, 255, 0.27);
}
.members-list a {
  display: inline-block;
}

.winery-newsletter-description {
  font-weight: 200;
  letter-spacing: 1.3px;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.btn-newsletter-submit {
  display: block;
  padding: 12px 24px;
  text-align: center;
}
.btn-newsletter-submit svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-nav {
  display: flex;
  gap: 16px;
}
.social-nav a {
  width: 41.59px;
  border-radius: 50%;
  height: 41.59px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.27);
  color: #fff;
}
.social-nav svg {
  fill: currentColor;
  width: 16px;
  height: 16px;
}

.copyright {
  font-family: "Cormorant Garamond";
  text-align: center;
  padding-top: 15px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}
.copyright p {
  margin-bottom: 0.9rem;
}

@media (min-width: 768px) {
  .footer-cols {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 48%;
  }
  .submit-newsletter {
    margin: 0 -5px -10px;
    padding: 0 5px;
    width: 20%;
    display: flex;
  }
  .btn-newsletter-submit {
    margin-bottom: 10px;
  }
  .btn-newsletter-submit svg {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .footer-cols {
    flex-wrap: nowrap;
  }
  .footer-col {
    width: 50%;
    flex: 0 1 auto;
  }
}/*# sourceMappingURL=ws-style.css.map */