@font-face {
  font-family: Raleway;
  src: url(fonts/raleway.woff2);
}
@font-face {
  font-family: elements;
  src: url(fonts/elementskit.woff?y24e1e) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(fonts/roboto.woff2);
}
@font-face {
  font-family: "icon-ord";
  src: url("fonts/WPPageBuilder.woff?o0ompx") format("woff"), url("fonts/WPPageBuilder.svg?o0ompx#WPPageBuilder") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #9a7536;
  --primary-text-color: #111111;
  --font-color: #111111;
  --theme-color: #9a7536;
  --body-font-size: 16px;
  --body-font-family: Raleway;
  --body-font-weight: 400;
  --body-line-height: 1.625;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: rgb(84, 89, 95);
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: rgb(84, 89, 95);
  --btn-border-color: transparent;
  --btn-background-color: rgb(84, 89, 95);
  --btn-hover-background-color: rgb(84, 89, 95);
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Raleway;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 15px 16px;
  --btn-border-radius: 3px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #046bd2;
  --anchors-hover-color: #334155;
  --highlights-color: #1e293b;
  --highlights-font-family: Roboto;
  --highlights-font-weight: 600;
  --highlights-line-height: 1.3em;
  --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: #046bd2;
}

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: 500;
}

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

.icon-ord {
  font-family: icon-ord;
}

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

.logo {
  padding: 20px 20px 0 20px;
}

.icon-cart::after {
  content: "\ea30";
}

.secondary-nav {
  display: flex;
  padding-right: 20px;
  margin-top: 32px;
  flex-direction: column;
  align-items: flex-end;
}
.secondary-nav a {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  color: #9a7536;
  display: inline-flex;
  padding: 12px 24px;
  font-size: 14.592px;
  line-height: 1;
  gap: 5px;
}
@media (min-width: 545px) {
  .secondary-nav a {
    padding: 14px 28px;
  }
}
.secondary-nav .text-holder {
  font-weight: 500;
}
.secondary-nav svg {
  width: 14.58px;
  height: 14.58px;
  fill: #9a7536;
}

@media only screen and (max-width: 1024px) {
  .btn-menu-wrap {
    padding-top: 10px;
    padding-right: 20px;
    text-align: right;
  }
  .burger {
    padding: 0 15px;
  }
  .burger svg {
    width: 35px;
    height: 40px;
  }
  .header-main {
    position: relative;
  }
  .main-navigation {
    position: absolute;
    top: calc(100% - 95px);
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1040;
    transform-origin: top;
    transform: scale(1, 0);
    transition: transform 0.5s ease;
  }
  .main-navigation .btn-toggle-sub-menu {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
  }
  .main-navigation .btn-toggle-sub-menu svg {
    width: 15px;
    height: 20px;
    transition: transform 0.3s ease;
  }
  .main-navigation .has-child {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.5s ease;
  }
  .main-navigation .has-child,
  .main-navigation .has-child ul {
    overflow: hidden;
  }
  .main-navigation .has-child.open {
    grid-template-rows: auto 1fr;
  }
  .main-navigation .has-child.open svg {
    transform: rotate(180deg);
  }
  .main-navigation .sub-menu a {
    line-height: 40px;
    font-size: 13px;
  }
  .main-navigation .main-menu > li > a {
    border-bottom: 1px solid #d3cde8;
  }
  .main-navigation a {
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .logo-wrap,
  .header-main {
    align-items: center;
    display: flex;
  }
  .logo-wrap {
    flex: 1;
    justify-content: space-between;
  }
  .main-navigation {
    top: 100%;
  }
  .secondary-nav {
    margin-top: 0;
    padding-right: 0;
    align-items: start;
  }
  .btn-menu-wrap {
    padding-top: 0;
  }
  .logo {
    width: 214.875px;
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .logo-wrap {
    width: 21%;
    flex-basis: 21%;
    flex-shrink: 0;
  }
  .logo {
    padding: 20px 20px 20px 70px;
    width: 100%;
  }
  .logo-wrap {
    flex-grow: 0;
  }
  .empty-header-placeholder {
    padding: 20px;
  }
  .secondary-nav {
    flex-direction: row;
  }
  .secondary-nav a {
    padding: 15px 30px;
  }
  .site-navigation {
    padding: 20px 57px 20px 20px;
  }
  .main-navigation,
  .site-navigation {
    flex-grow: 1;
  }
  .main-navigation {
    text-align: center;
  }
  .main-menu {
    display: inline-flex;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    z-index: 1040;
    top: 100%;
    position: absolute;
    left: 0;
    background-color: #fff;
  }
  .main-menu .btn-toggle-sub-menu {
    border: 1px solid transparent;
    margin-left: 4px;
    padding-right: 4px;
  }
  .main-menu .btn-toggle-sub-menu svg {
    width: 15px;
    height: 15px;
  }
  .main-menu a {
    padding: 0 20px;
    display: inline-block;
    font-size: 16px;
    font-family: Raleway;
    line-height: 50px;
    color: #000;
  }
  .main-menu .sub-menu {
    text-align: left;
    width: 200px;
  }
  .main-menu .sub-menu a {
    padding: 0 20px;
    line-height: 40px;
    color: #9b7536;
    font-size: 13px;
    display: block;
  }
  .main-menu .sub-menu a:hover {
    background-color: rgb(233, 233, 233);
    color: #000;
  }
  .navigation-row {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.header-banner {
  height: 360px;
  background-image: url(Images/header.jpeg);
  background-size: cover;
  background-position: center;
}

footer.footer {
  margin-top: 50px;
  border-top: 2px solid rgb(51, 65, 85);
}

.footer-main {
  padding: 2px 5px 0;
}

.footer-row {
  padding: 88px 0 30px;
}

.footer-col-title {
  font-size: 20px;
  font-family: "Roboto";
  line-height: 1.75;
  margin: 4px 0 12px;
  color: #9a7536;
  font-weight: 800;
}

.footer-col {
  padding: 40px 10px 10px;
}

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

.footer-logo {
  margin-bottom: 15px;
}

.icon-elements {
  font-family: elements;
}

.social-nav {
  margin-left: -5px;
}
.social-nav a {
  margin: 5px;
  border: 1px solid #eaebf1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #9a7536;
  font-size: 14.592px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 922px) {
  .social-nav a {
    font-size: 16px;
  }
}

.icon-facebook::after {
  content: "\eb43";
}

.icon-instagram::after {
  content: "\eb6c";
}

.winery-invite {
  overflow: hidden;
}
.winery-invite p {
  text-align: center;
  margin-bottom: 28px;
}

.footer-nav a {
  line-height: 50px;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}

.newsletter-description p {
  margin-bottom: 28px;
}

.footer-bottom {
  text-align: center;
  background-color: #9a7536;
  padding: 0 15px;
}

.copyright {
  font-size: 16px;
  color: #fff;
  padding: 26px 0;
  font-family: Raleway;
  font-weight: 500;
  line-height: 1.65;
}

.btn-newsletter {
  padding: 12px 24px;
  font-size: 14.592px;
  font-family: Raleway;
}
@media (min-width: 545px) {
  .btn-newsletter {
    padding: 14px 28px;
  }
}
@media (min-width: 922px) {
  .btn-newsletter {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
  }
}

@media (min-width: 922px) {
  .secondary-nav a {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .footer-row {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 47%;
  }
  .footer-col-title {
    margin-top: 2px;
  }
  .footer-col-1 {
    padding: 10px 30px 10px 10px;
  }
  .footer-col-2 {
    padding: 0 10px 10px 30px;
  }
  .footer-nav {
    padding-top: 4px;
  }
}
@media (min-width: 1025px) {
  .footer-col-1 {
    width: 35%;
  }
  .footer-col-2 {
    width: 34.664%;
  }
  .footer-col-3 {
    padding: 0 10px;
    width: 30%;
  }
}/*# sourceMappingURL=ws-style.css.map */