@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
@font-face {
  font-family: Prata;
  src: url(fonts/prata-6xkhdspbnnct-swpcm4.woff2);
}
:root {
  --primary: #5f794c;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #5f794c;
  --body-font-size: 16px;
  --body-font-family: Raleway;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-background-color: #fbf5f1;
  --modal-bg-color: #fbf5f1;
  --bg-color: #fbf5f1;
  --btn-active-bg-color: transparent;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #d3a171;
  --btn-border-color: transparent;
  --btn-background-color: #d3a171;
  --btn-hover-background-color: transparent;
  --btn-text-color: #fff;
  --btn-hover-text-color: #d3a171;
  --btn-active-color: #d3a171;
  --btn-font-family: Raleway;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: 1px solid #d3a171;
  --btn-padding: 10px 20px;
  --btn-border-radius: 3px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 3px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #d3a171;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Prata;
  --highlights-font-weight: 500;
  --highlights-line-height: 1.4;
  --container-max-width: 1290px;
  --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: #d3a171;
}

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-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.has-overlay .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
}

.site-navigation {
  height: 600px;
  background-image: url(Images/hero.webp);
  background-size: cover;
  background-position: center center;
}

.navigation-background {
  height: 100%;
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0.2901960784) 32%);
}

.logo {
  text-align: center;
  height: 135px;
}
.logo svg {
  width: auto;
  height: 128px;
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.main-menu a {
  padding: 20px 0;
  display: inline-block;
  line-height: 20px;
  margin: 0 17.5px;
  color: #d3a171;
  position: relative;
}
.main-menu a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.main-menu a.selected::after, .main-menu a:hover::after {
  background-color: #d3a171;
}
.main-menu li:first-child a {
  margin-left: 0;
}
.main-menu li:last-child a {
  margin-right: 0px;
}

.main-menu-2 {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer.footer {
  --list-spacing: 2.5px;
  --copyright-padding: 0 100px 20px 0;
  --copyright-wrap-padding: 40px 0 120px;
  --newsletter-wrap-padding: 120px 0;
  --main-wrap-padding: 120px 0 40px;
  --icon-x-spacing: 1.75px;
  background-color: #5f794c;
}
footer.footer svg {
  fill: #fff;
}
footer.footer,
footer.footer a {
  color: #fff;
}
footer.footer .line-separator {
  background-color: rgba(255, 255, 255, 0.35);
  height: 1px;
  width: 100%;
  display: block;
}

.footer-main .ord-container {
  padding: var(--main-wrap-padding);
}

.footer-logo > svg {
  height: 72px;
  margin-bottom: 5px;
  width: auto;
}

.pre-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  color: #d3a171;
  text-transform: uppercase;
  font-family: Prata;
  font-size: 15px;
}
.pre-title svg {
  width: 17px;
  height: 17px;
}

.footer-newsletter {
  text-align: center;
}
.footer-newsletter .ord-container {
  padding: var(--newsletter-wrap-padding);
}

.newsletter-title {
  font-size: 52px;
  line-height: 1.6em;
  font-weight: 500;
  color: #fff;
  padding-bottom: 10px;
  margin: 0;
}
.newsletter-title span {
  color: #d3a171;
}

.newsletter-note {
  font-size: 16px;
  line-height: 1.6em;
  font-family: Prata;
  max-width: 65%;
  margin: 0 auto 20px;
}

.btn-newsletter {
  display: inline-flex;
  align-items: center;
  padding: 16px 35px;
  line-height: 16px;
  gap: 10px;
  font-weight: 500;
}
.btn-newsletter svg {
  width: 16px;
  height: 16px;
}

.footer-col-title {
  padding-bottom: 10px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.6em;
  font-family: Prata;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-note {
  padding: 0 100px 20px 0;
  font-size: 14px;
  font-family: Prata;
  font-weight: 500;
  line-height: 1.6em;
}

.social-nav {
  display: flex;
  gap: 5px;
}
.social-nav a {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.social-nav svg {
  width: 18px;
  height: 18px;
  fill: #5f794c !important;
}

.footer-menu-1 {
  font-size: 15px;
  line-height: 20px;
}
.footer-menu-1 li {
  padding: 5px 0;
}

.footer-icon-menu {
  font-size: 15px;
  line-height: 1.5;
}
.footer-icon-menu li + li {
  margin-top: var(--list-spacing);
}
.footer-icon-menu li:not(:last-child) {
  padding-bottom: var(--list-spacing);
}

.footer-icon-menu li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-icon-menu .icon-item {
  margin: 0 var(--icon-x-spacing);
}
.footer-icon-menu svg {
  width: 14px;
  height: 14px;
}

.footer-copyright {
  font-family: Prata;
  font-size: 14px;
  line-height: 1.6em;
}
.footer-copyright .ord-container {
  padding: var(--copyright-wrap-padding);
}

.copyright {
  padding: var(--copyright-padding);
}

@media (min-width: 768px) {
  .footer-cols {
    display: flex;
  }
  .footer-col {
    width: 30%;
  }
  .footer-col-1 {
    width: 40%;
  }
}/*# sourceMappingURL=ws-style.css.map */