@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:wght@100..900&display=swap");
:root {
  --primary: #883182;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #883182;
  --body-font-size: 13px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #1eaadf;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #883182;
  --btn-border-color: transparent;
  --btn-background-color: #883182;
  --btn-hover-background-color: #1eaadf;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Inter;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: 0;
  --btn-padding: 12px 24px;
  --btn-border-radius: 4px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #883182;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Inter;
  --highlights-font-weight: 600;
  --highlights-line-height: 1;
  --container-max-width: 1140px;
  --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: #883182;
  --group-item-color: #883182;
}

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: 1;
  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);
  font-weight: 600;
}

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

.btn-toggle-sub-menu {
  padding: 10px 0 10px 10px;
  margin: -10px 0;
}
.btn-toggle-sub-menu svg {
  width: 1em;
  height: 1em;
  fill: #000;
}

.header-main {
  padding: 10px;
}
@media (min-width: 768px) {
  .header-main {
    padding: 20px;
  }
}

.navigation-row {
  display: flex;
  align-items: center;
}

.btn-menu-wrap {
  width: 12%;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-menu-wrap {
    width: 10%;
  }
}

.logo-wrap {
  width: 30%;
}
@media (min-width: 768px) {
  .logo-wrap {
    width: 20%;
  }
}

.donation-wrap {
  width: 57%;
  text-align: right;
}
@media (min-width: 768px) {
  .donation-wrap {
    width: 70%;
  }
}

.header-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(Images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}
@media (min-width: 1025px) {
  .header-banner {
    min-height: 550px;
  }
}
.header-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.18;
}
.header-banner h1 {
  display: none;
  font-size: 50px;
  line-height: 1;
  font-family: Montserrat;
  font-weight: 400;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .header-banner h1 {
    font-size: 60px;
  }
}
@media (min-width: 1025px) {
  .header-banner h1 {
    font-size: 100px;
  }
}

form[action*="/wines"] .header-banner .shop-title,
form[action*="/product-details"] .header-banner .shop-title,
form[action*="/cart"] .header-banner .cart-title,
form[action*="/checkout-title"] .header-banner .checkout-title,
form[action*="/wine-club"] .header-banner .wc-title,
form[action*="/auth"] .header-banner .auth-title,
form[action*="/account"] .header-banner .account-title,
form[action*="/newsletter"] .header-banner .newsletter-title {
  display: block;
}

.logo img {
  width: 151px;
}
@media (min-width: 768px) {
  .logo img {
    width: 160px;
  }
}

@media only screen and (max-width: 1024px) {
  .burger.open svg:first-child,
  .burger:not(.open) svg:last-child {
    display: none;
  }
  .burger {
    padding: 5.5px;
  }
  .burger svg {
    width: 22px;
    height: 22px;
  }
  .header-main {
    position: relative;
  }
  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1040;
    transform-origin: top;
    transform: scale(1, 0);
    background-color: var(--primary);
    transition: transform 0.3s ease;
  }
  .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 .has-child.open > a {
    background-color: #1eaadf;
  }
  .main-menu .sub-menu li {
    border-left: 8px solid transparent;
  }
  .main-menu a {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
}
.footer-main {
  padding: 80px 0;
}

.footer-col {
  padding: 10px;
}

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

.footer-col-title {
  margin: 0;
  color: #883182;
  padding: 0 0 15px;
  font-size: 18px;
}

.footer-logo {
  text-align: center;
  padding-bottom: 20px;
}
.footer-logo img {
  width: 240px;
}

.footer-list li + li {
  margin-top: 7px;
}
.footer-list a {
  display: flex;
  padding: 3px 0;
  color: #000;
  line-height: 20px;
  font-size: 14px;
}

.address-list li + li {
  margin-top: 7.5px;
}
.address-list li:not(:last-child) {
  padding-bottom: 7.5px;
}
.address-list a {
  display: flex;
  color: #000;
}
.address-list svg {
  width: 22px;
  height: 22px;
  margin-right: 5.5px;
}
.address-list .list-text {
  padding-left: 5px;
}

.footer-col-3 {
  padding: 0;
}
.footer-col-3 .footer-col-title {
  padding: 0 10px 15px;
}
.footer-col-3 .winery-hours {
  padding: 0 10px;
}

.social-nav {
  display: flex;
  gap: 9px;
}
.social-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.8px;
  height: 28.8px;
  border-radius: 50%;
  background-color: #883182;
}
.social-nav a:hover {
  background-color: #1eaadf;
}
.social-nav svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .footer-cols {
    flex-direction: row;
  }
  .footer-col {
    width: 25%;
  }
  .footer-col-3 {
    flex: 0 0 auto;
  }
}
@media (min-width: 1025px) {
  header {
    --container-max-width: 1300px;
  }
  .btn-menu-wrap {
    display: none;
  }
  .header-main {
    padding: 10px;
  }
  .logo-wrap {
    width: 22%;
    flex: 0 1 auto;
  }
  .main-navigation {
    width: 100%;
    flex: 0 1 auto;
  }
  .donation-wrap {
    width: 17%;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #883182;
    z-index: 1040;
    width: 260px;
  }
  .main-menu .sub-menu a {
    color: #fff;
    border-left: 8px solid transparent;
    padding: 13px 20px;
    margin: 0;
    line-height: 20px;
  }
  .main-menu .sub-menu a:hover {
    background-color: #1eaadf;
  }
  .main-menu a {
    color: #883182;
    display: flex;
    padding: 13px 0;
    margin: 0 10px;
    font-weight: 500;
    font-size: 14px;
  }
  .main-menu > li:first-child a {
    margin-left: 0;
  }
  .main-menu > li:last-child a {
    margin-right: 0;
  }
}
@media (min-width: 1367px) {
  .header-main {
    padding: 25px 0;
  }
}/*# sourceMappingURL=ws-style.css.map */