@font-face {
  font-family: "Brandon Reg";
  src: url(fonts/Brandon_reg.cac94907.otf);
}
@font-face {
  font-family: "Burford Book";
  src: url(fonts/BurfordRusticBookLight.2848c7e6.otf);
}
:root {
  --primary: rgb(110, 48, 107);
  --primary-text-color: #444;
  --font-color: #444;
  --theme-color: rgb(110, 48, 107);
  --body-font-size: 18px;
  --body-font-family: Brandon Reg;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-background-color: #fffdf7;
  --modal-bg-color: #fffdf7;
  --bg-color: #fffdf7;
  --btn-active-bg-color: transparent;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: transparent;
  --btn-hover-background-color: transparent;
  --btn-text-color: rgb(110, 48, 107);
  --btn-hover-text-color: rgb(110, 48, 107);
  --btn-active-color: rgb(110, 48, 107);
  --btn-font-family: Brandon Reg;
  --btn-font-size: 18px;
  --btn-text-transform: none;
  --btn-border: 2px solid rgb(110, 48, 107);
  --btn-padding: 3px 20px;
  --btn-border-radius: 4px;
  --btn-hover-opacity: 0.8;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: rgb(110, 48, 107);
  --anchors-hover-color: #444;
  --highlights-color: #444;
  --highlights-font-family: Burford Book;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1000px;
  --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: 18px;
  --product-title-color: rgb(110, 48, 107);
}

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%;
}

.burger {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 1041;
  filter: drop-shadow(3px 3px 5px rgba(30, 30, 30, 0.15));
}
.burger svg {
  width: 100%;
  height: 100%;
}
.burger.open svg:first-child, .burger:not(.open) svg + svg {
  display: none;
}

.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: #f8f1e5;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 0 35px 100px 30px;
  box-shadow: 5px 0 5px rgba(40, 40, 40, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
@media (min-width: 576px) {
  .site-navigation {
    width: 350px;
    padding-left: 35px;
  }
}

.nav-logo {
  padding: 50px 0 30px;
  text-align: center;
}
.nav-logo svg {
  width: 180px;
}

.btn-buy {
  line-height: 27px;
  width: 150px;
  text-align: center;
}

.btn-toggle-sub-menu {
  display: none;
}

.main-menu {
  padding-top: 22px;
  line-height: 32px;
  font-size: 22px;
}
.main-menu li {
  margin-top: 18px;
}
.main-menu a {
  color: #444;
  letter-spacing: -1px;
  display: inline-block;
  position: relative;
}
.main-menu .has-child {
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s ease;
  margin-top: 20px;
}
.main-menu .has-child,
.main-menu .has-child ul {
  overflow: hidden;
}
.main-menu .has-child.open {
  grid-template-rows: auto 1fr;
}
.main-menu .has-child.open > a::after {
  transform: rotate(90deg);
}
.main-menu .has-child.open .sub-menu {
  padding-top: 10px;
}
.main-menu .has-child.open .sub-menu .sub-menu {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 0;
}
.main-menu .has-child.open .sub-menu .sub-menu li {
  margin-top: 0;
  padding-top: 10px;
}
.main-menu .has-child.open .sub-menu .sub-menu a {
  padding-left: 30px;
}
.main-menu .has-child > a {
  position: relative;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
.main-menu .has-child > a::after {
  content: "";
  background-image: url(Images/icon-toggle.svg);
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  background-size: 100%;
  right: -1.2em;
  top: 8px;
  opacity: 0.85;
}
.main-menu .has-child .sub-menu {
  font-size: 18px;
  line-height: 27px;
}
.main-menu .has-child .sub-menu a {
  padding-left: 15px;
  letter-spacing: -0.3px;
}

.link-ext {
  position: relative;
}
.link-ext::after {
  content: "";
  background-image: url(Images/icon-link.svg);
  width: 0.7em;
  height: 0.7em;
  right: -1.2em;
  top: 9px;
  position: absolute;
  opacity: 0.85;
  background-size: cover;
}

.winery-title {
  background-image: url(Images/wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 78px;
  text-align: center;
  min-height: 33vh;
  height: 200px;
}
.winery-title h1 {
  font-size: 70px;
  margin: 20px 0 0;
  font-family: "Burford Book";
  text-transform: uppercase;
  line-height: 55px;
  color: #444;
  font-weight: 400;
  display: none;
}
.winery-title img {
  margin-top: 50px;
  width: 100px;
}

form[action*="/auth"] .auth-title,
form[action*="/wine-club"] .wine-club-title,
form[action*="/account"] .account-title,
form[action*="/wines"] .wines-title {
  display: block;
}

footer.footer {
  background-color: #f8f1e5;
  --container-max-width: 95%;
  background-image: url(Images/footer-background.webp);
  background-position: top right;
  background-size: min(40%, 200px) auto;
  background-repeat: no-repeat;
}
footer.footer .ord-container {
  width: 1000px;
  padding: 0 12px;
}
@media (min-width: 992px) {
  footer.footer {
    background-size: 275px 0;
  }
}

.footer-col-title {
  font-size: 22px;
  margin: 0 0 10px;
  padding-bottom: 8px;
  line-height: 1.2;
  font-family: "Brandon Reg";
  font-weight: 700;
}

@media (max-width: 799px) {
  .footer-cols {
    padding: 0 0 100px;
  }
}

.footer-col {
  padding: 24px 0;
}

.footer-logo svg {
  width: 200px;
  height: 100px;
  padding-top: 20px;
}

.winery-addresss a {
  display: inline-block;
  position: relative;
  font-style: italic;
  color: #444;
}
.winery-addresss a::after {
  content: "";
  background-color: rgba(110, 48, 107, 0.6);
  height: 3px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: bottom 0.3s ease;
}
.winery-addresss a:hover {
  opacity: 0.8;
}
.winery-addresss a:hover::after {
  bottom: -2px;
}

.footer-social {
  display: flex;
  padding: 8px 0;
  gap: 20px;
}
.footer-social a {
  margin-bottom: 5px;
}
.footer-social svg {
  width: 25px;
  height: 25px;
}

.footer-menu {
  font-size: 14px;
}
.footer-menu a {
  display: inline-block;
  color: #797979;
  margin-bottom: 5px;
}

.winery-addresss,
.newsletter-note {
  margin-bottom: 20px;
}

.btn-subscribe {
  line-height: 15px;
  margin-top: 16px;
  padding: 5px 10px 6px;
}

.copyright {
  text-align: center;
  padding-bottom: 10px;
  color: #797979;
}
.copyright p {
  max-width: 75%;
  margin: 0 auto;
  font-size: 11px;
  line-height: 24px;
}

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