@font-face {
  font-family: Roboto;
  src: url(fonts/roboto.woff2);
}
@font-face {
  font-family: Roboto;
  src: url(fonts/roboto-bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: playfair;
  src: url(fonts/playfair.woff2);
}
:root {
  --primary: rgb(94, 109, 85);
  --primary-text-color: #000;
  --theme-color: rgb(94, 109, 85);
  --body-font-size: 16px;
  --body-font-family: roboto;
  --body-font-weight: 400;
  --body-line-height: 1.2;
  --body-background-color: transparent;
  --bg-color: transparent;
  --btn-active-bg-color: rgb(94, 109, 85);
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: transparent;
  --btn-hover-background-color: rgb(94, 109, 85);
  --btn-text-color: #000;
  --btn-hover-text-color: #fff;
  --btn-font-family: kepler;
  --btn-font-size: 15px;
  --btn-text-transform: none;
  --btn-border: 1px solid #000;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #53614d;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: kepler;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.2;
  --container-max-width: 1200px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: rgba(0, 0, 0, 0.6);
  --cart-summary-top: 130px;
  --btn-line-color: rgb(63, 73, 57);
  --btn-line-width: 22px;
  --btn-open-line-color: rgb(63, 73, 57);
}

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

img {
  max-width: 100%;
}

.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .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);
  border-radius: var(--btn-border-radius);
}

.btn:hover {
  background: var(--btn-hover-background-color);
  color: var(--btn-hover-text-color);
  opacity: var(--btn-hover-opacity);
}

#pageContent {
  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 .site-navigation {
  transform: scale(1);
}
body.open .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
}

footer.footer {
  text-align: center;
}

.footer-logo {
  margin: 10px 0;
}
.footer-logo img {
  width: 150px;
  height: 33px;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-col {
  margin-bottom: 23.39px;
  font-size: 13px;
  font-family: Roboto;
  color: #3f4939;
  line-height: 23.39px;
  font-weight: 700;
  letter-spacing: 0.65px;
}

.footer-col-title {
  font-family: Roboto;
  margin: 0;
  letter-spacing: 0.8px;
  color: #3f4939;
  font-weight: 700;
  font-size: 16px;
  line-height: 28.8px;
}

.footer-col-3 .text-underline,
.footer-col-1 a,
.footer-col-2 a {
  text-decoration: underline;
}

.connect-with-us h4.section-title {
  font-weight: 700;
  font-size: 18px;
  font-family: Roboto;
  color: #3f4939;
  line-height: 32.39px;
  margin: 0;
}

.social-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 22px;
}
.social-nav a {
  margin-top: 2px;
}
.social-nav a img {
  width: 35px;
  height: 35px;
}
.social-nav a:last-child {
  margin-top: 0;
}
.social-nav a:last-child img {
  width: 38px;
  height: 38px;
}

.site-copyright {
  text-align: left;
  line-height: 27px;
  padding-left: 10px;
  font-family: Roboto;
  color: #3f4939;
  letter-spacing: 0.75px;
  font-size: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 990px) {
  .site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1040;
    width: 260px;
    background-color: #fff;
    padding-left: 30px;
    padding-top: 31px;
    transform-origin: right;
    transform: scale(0, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .main-nav a {
    line-height: 54px;
    font-size: 16px;
    color: #53614d;
    text-transform: uppercase;
    display: block;
    padding-left: 10px;
    font-weight: bold;
  }
  .logo-wrap {
    display: flex;
    padding-left: 50px;
  }
  .logo-wrap .logo {
    flex: 1;
    text-align: center;
    margin: 6px 0 7px;
  }
  .logo-wrap a {
    display: inline-block;
  }
  .logo-wrap img {
    width: 184px;
    height: 63px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* square space btn menu start */
  .burger {
    position: relative;
    z-index: 1045;
    display: inline-flex;
    cursor: pointer;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
  }
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
  }
  .burger-inner {
    position: relative;
    width: var(--btn-line-width);
    height: 100%;
  }
  .burger-inner .top-bun,
  .burger-inner .patty,
  .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    transition: transform 250ms cubic-bezier(0.2, 0.6, 0.3, 1), width 250ms cubic-bezier(0.2, 0.6, 0.3, 1);
    will-change: transform, width;
  }
  .burger-inner .patty,
  .burger-inner .top-bun,
  .burger-inner .bottom-bun {
    background-color: var(--btn-line-color);
  }
  .burger-inner .top-bun {
    transform: translatey(-9px);
  }
  .burger-inner .bottom-bun {
    transform: translatey(9px);
  }
  .burger.open .burger-inner .top-bun {
    transform: rotate(-135deg);
  }
  .burger.open .burger-inner .bottom-bun {
    transform: rotate(135deg);
  }
  .burger.open .burger-inner .patty {
    background-color: transparent;
  }
  .burger.open .burger-inner .top-bun,
  .burger.open .burger-inner .bottom-bun {
    background-color: var(--btn-open-line-color);
    width: 28px;
  }
  /* squarespace btn menu end */
}
p.mobile-address {
  display: block;
}

p.desktop-address {
  display: none;
}

@media (min-width: 991px) {
  p.mobile-address {
    display: none;
  }
  p.desktop-address {
    display: block;
  }
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 5px 0px;
    background-color: #fff;
  }
  .header-fixed .ord-container {
    padding-top: 18px;
    padding-bottom: 19px;
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
  }
  .logo img {
    width: 252px;
    height: 86px;
  }
  .auth-wrapper {
    margin-top: var(--cart-summary-top);
  }
  .header-top,
  .main-nav {
    display: flex;
  }
  .main-nav {
    margin-left: 84px;
    margin-top: 21px;
  }
  .main-nav li {
    text-align: center;
  }
  .main-nav li:first-child {
    width: 95px;
  }
  .main-nav li:nth-child(2) {
    width: 85px;
  }
  .main-nav li:nth-child(3) {
    width: 86px;
  }
  .main-nav li:nth-child(4) {
    width: 76px;
  }
  .main-nav li:nth-child(5) {
    width: 78px;
  }
  .main-nav li:last-child {
    width: 122px;
  }
  .main-nav a {
    display: inline-block;
    padding: 8px;
    color: #858585;
    font-size: 16px;
    font-family: playfair;
    text-transform: uppercase;
    line-height: 42px;
    position: relative;
  }
  .main-nav a:hover {
    color: #000;
  }
  .main-nav a:hover::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
  }
  .main-footer .ord-container {
    max-width: 920px;
    margin: 0 auto;
  }
  .main-footer .footer-row {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .connect-with-us h4.section-title {
    font-size: 17px;
    margin-bottom: 3px;
    padding-left: 12px;
  }
  .footer-logo {
    padding-left: 2px;
    margin-bottom: 23px;
  }
  .footer-logo img {
    width: 208px;
    height: 45px;
  }
  .footer-col {
    position: relative;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 19.8px;
    width: 100%;
  }
  .footer-col a {
    color: #3f4939;
  }
  .footer-col-2 {
    padding-left: 3px;
  }
  .footer-col-2 .footer-col-body p:nth-child(3) {
    padding-left: 3px;
  }
  .footer-col-1::after,
  .footer-col-2::after {
    content: "";
    width: 1px;
    position: absolute;
    right: 5px;
    top: 0;
    height: 87px;
    background-color: #000;
  }
  .footer-col-1 .footer-col-inner {
    padding-left: 53px;
  }
  .footer-col-1::after {
    right: -22px;
  }
  .footer-col-1 .footer-col-body p:first-child {
    padding-right: 3px;
  }
  .footer-col-3 .footer-col-inner {
    padding-right: 38px;
  }
  .footer-col-title {
    line-height: 25.2px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
  .social-nav {
    gap: 7px;
    margin-bottom: 16px;
  }
  .social-nav a img {
    width: 42px;
    height: 42px;
  }
  .social-nav a:last-child {
    margin-left: 9px;
  }
  .social-nav a:last-child img {
    display: inline-block;
    transform: translate(3px, 2px);
    width: 39px;
    height: 39px;
  }
  section.site-copyright {
    padding-bottom: 2px;
  }
  section.site-copyright .ord-container {
    max-width: 917px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=ws-style.css.map */