@font-face {
  font-family: baskerville;
  src: url(fonts/baskerville-700.woff);
  font-weight: 700;
}
@font-face {
  font-family: eicons;
  src: url(fonts/eicons.eot?5.45.0);
  src: url(fonts/eicons.eot?5.45.0#iefix) format("embedded-opentype"), url(fonts/eicons.woff2?5.45.0) format("woff2"), url(fonts/eicons.woff?5.45.0) format("woff"), url(fonts/eicons.ttf?5.45.0) format("truetype"), url(fonts/eicons.svg?5.45.0#eicon) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: futura-pt;
  src: url(fonts/futura-pt-demi.woff);
  font-weight: 600;
}
@font-face {
  font-family: icon-ord;
  src: url(fonts/elementskit.woff?itek3h) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: baskerville;
  src: url(fonts/baskerville-700-italic.woff);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: futura-pt;
  src: url(fonts/futura-pt.woff);
}
:root {
  --primary: #251e18;
  --primary-text-color: #492927;
  --font-color: #492927;
  --theme-color: #251e18;
  --body-font-size: 18px;
  --body-font-family: futura-pt;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #f0e8d9;
  --modal-bg-color: #f0e8d9;
  --bg-color: #f0e8d9;
  --btn-active-bg-color: #77826b;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #77826b;
  --btn-border-color: transparent;
  --btn-background-color: #77826b;
  --btn-hover-background-color: #77826b;
  --btn-text-color: #fff;
  --btn-hover-text-color: #988571;
  --btn-active-color: #988571;
  --btn-font-family: futura-pt;
  --btn-font-size: 20px;
  --btn-text-transform: capitalize;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #000;
  --anchors-hover-color: #492927;
  --highlights-color: #000;
  --highlights-font-family: futura-pt;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1200px;
  --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: 20px;
  --product-title-color: #000;
  --group-item-color: #000;
}

:root[data-theme=dark] {
  --primary-text-color: #c4c4c4;
  --font-color: var(--primary-text-color);
  --theme-color: #1e1e1e;
  --primary: var(--theme-color);
  --bg-color: #121212;
  --body-background-color: var(--bg-color);
  --modal-bg-color: var(--bg-color);
  --box-shadow-primary: none;
  --border-color: #2e2e2e;
  --btn-active-border-color: var(--border-color);
  --btn-border-color: transparent;
  --btn-background-color: #2e2e2e;
  --btn-active-bg-color: var(--btn-background-color);
  --btn-hover-background-color: var(--btn-background-color);
  --btn-text-color: var(--font-color);
  --btn-hover-text-color: var(--font-color);
  --btn-active-color: var(--font-color);
  --btn-border: 0;
  --inputs-text-color: var(--primary-text-color);
  --anchors-color: var(--primary-text-color);
  --anchors-hover-color: #fff;
  --highlights-color: var(--font-color);
  --popup-text-color: var(--font-color);
  --wine-information-alt-row-bg: #1e1e1e;
  --overlay-bg-color: transparent;
  --modal-header-color: #121212;
  --product-title-color: #fff;
  --group-item-color: #fff;
}

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

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

.btn-toggle-theme {
  display: none;
  z-index: 9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  width: 30px;
  height: 30px;
  position: fixed;
  background: var(--theme-color);
  color: var(--modal-header-color);
  border-radius: 50%;
  overflow: hidden;
}
.btn-toggle-theme .button-content {
  display: grid;
  grid-template-columns: 30px 30px;
  transition: transform 0.3s ease;
}
.btn-toggle-theme .button-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.btn-toggle-theme.open .button-content {
  transform: translateX(-100%);
}

body .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.open.has-overlay .ord-overlay {
  opacity: 1;
  visibility: visible;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-wrap {
  width: 30%;
  padding: 0 4px 0 6px;
  text-align: center;
}
.logo-wrap img {
  width: 50%;
}

.btn-menu-wrap {
  width: 70%;
  padding-right: 100px;
  text-align: right;
}

.burger {
  font-size: 35px;
  color: #492927;
  padding: 8.75px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}
.burger .icon-bars::before {
  font-family: eicons;
  content: "\e816";
}
.burger.open .icon-bars::before {
  content: "\e87f";
}

.header-buttons {
  width: 100%;
  padding: 11px 0;
}

.buttons-nav {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}

.btn-shop:hover,
.btn-shop {
  background: radial-gradient(at center center, #492927 98%, #251e18 100%);
}

.btn-top {
  padding: 12px 30px;
  line-height: 1;
  font-size: 16px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.34) inset;
}

@media only screen and (max-width: 1024px) {
  .header-main {
    position: relative;
  }
  .main-menu {
    display: none;
  }
  body:not(.open) .main-navigation {
    transform: scaleY(0);
  }
  .main-navigation {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    z-index: 1040;
    transform-origin: top;
    background-color: #fff;
    transition: transform 0.3s ease;
  }
  .mobile-menu a {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    color: #492927;
  }
  .mobile-menu .has-child {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .mobile-menu .has-child.open {
    grid-template-rows: auto 1fr;
  }
  .mobile-menu .has-child,
  .mobile-menu .has-child ul {
    overflow: hidden;
  }
  .mobile-menu .has-child .sub-menu a {
    border-left: 8px solid transparent;
  }
  .mobile-menu .btn-toggle-sub-menu {
    margin: -10px 0;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  .header-buttons {
    padding: 0;
  }
  .btn-top {
    font-size: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.34) inset;
  }
  .logo-wrap,
  .btn-menu-wrap {
    width: 50%;
  }
  .logo {
    padding: 2%;
  }
}
@media (min-width: 1025px) {
  .btn-menu-wrap,
  .logo-wrap,
  .header-buttons,
  .mobile-menu {
    display: none;
  }
  span.icon-arrow-down::before {
    content: "\e994";
  }
  .main-menu-1 {
    width: 44%;
  }
  .main-menu-logo {
    width: 12%;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-menu-logo img {
    width: 62%;
  }
  .main-menu-2 {
    width: 19%;
  }
  .main-menu-1,
  .main-menu-2 {
    display: flex;
  }
  .main-menu-1 a,
  .main-menu-2 a {
    display: flex;
    align-items: center;
    line-height: 40px;
    font-family: futura-pt;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #492927;
    font-weight: 700;
  }
  .main-menu-1 .icon-arrow-down,
  .main-menu-2 .icon-arrow-down {
    margin: 0 6px;
    font-size: 11px;
    color: rgb(73, 41, 39);
  }
  .main-menu-1 .has-child,
  .main-menu-2 .has-child {
    position: relative;
  }
  .main-menu-1 .sub-menu,
  .main-menu-2 .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
  }
  .main-menu-1 .sub-menu,
  .main-menu-2 .sub-menu {
    background-color: #4d0000;
    width: 200px;
  }
  .main-menu-1 .sub-menu a,
  .main-menu-2 .sub-menu a {
    color: #fff;
    line-height: 1;
    padding: 15px;
    font-weight: 400;
    font-family: futura-pt;
  }
  .main-menu-1 .sub-menu a:hover,
  .main-menu-2 .sub-menu a:hover {
    background-color: #fff;
    color: #4d0000;
  }
  .main-menu-1 > li:not(:hover) .sub-menu,
  .main-menu-2 > li:not(:hover) .sub-menu {
    display: none;
  }
  .main-menu-1 {
    justify-content: flex-end;
  }
  .main-menu-btn {
    width: 11%;
  }
  .btn-top {
    font-size: 15px;
    padding: 12px;
    text-align: center;
  }
  .header-main {
    padding: 0 10px;
    --container-max-width: 1600px;
  }
  .header-row {
    padding: 10px 0;
    min-height: 85.5px;
  }
}
@media (min-width: 1315px) {
  .main-menu-1 a,
  .main-menu-2 a {
    font-size: 15px;
  }
  .btn-top {
    font-size: 17.5px;
    line-height: 1;
    padding: 12px 17px;
  }
}
@media (min-width: 1576px) {
  .btn-top {
    padding: 12px 30px;
  }
  .main-menu-1 > li,
  .main-menu-2 > li {
    padding: 0 15px;
  }
  .main-menu-1 a,
  .main-menu-2 a {
    font-size: 17px;
  }
}
footer.footer {
  background-color: #181818;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.footer-main {
  padding: 2% 0 1%;
}

.footer-col-1 {
  --content-padding: 10px;
}

.footer-logo {
  text-align: center;
  padding: 9px;
}
.footer-logo img {
  max-width: 20%;
  width: 161px;
}

.footer-col-content {
  padding: var(--content-padding);
}

.footer-col-2,
.footer-col-3,
.footer-col-4 {
  --content-padding: 10px 77px 10px 80px;
}

.footer-list {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  font-family: futura-pt;
}
.footer-list,
.footer-list a {
  color: #988571;
}
.footer-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-list .winery-address p {
  line-height: 37.5px;
}

.social-item p {
  margin-bottom: 20px;
}

.social-nav {
  display: flex;
  justify-content: space-between;
}
.social-nav a {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}

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

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

.icon-pinterest::before {
  content: "\f0d2";
}

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

.footer-col-4 .footer-col-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.footer-col-5 {
  --content-padding: 0% 18% 5% 19%;
}

.mailing-list {
  max-width: 197px;
}

.btn-newsletter {
  padding: 2%;
  background-image: radial-gradient(at center center, #251e18 90%, #55473e 100%);
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-family: futura-pt;
  color: #fff;
  border: 3px solid #988571;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.certified {
  padding: 15px;
  max-width: 199.471px;
  width: 100%;
  text-align: center;
}
.certified img {
  height: 110px;
}

.tax p {
  margin-bottom: 0.9rem;
}
.tax a {
  color: #988571;
}
.tax a:hover {
  color: #4d0000;
}

@media (min-width: 768px) {
  .footer-cols {
    display: flex;
  }
  .footer-col-2 {
    width: 32%;
    --content-padding: 1% 12% 3% 12%;
  }
  .footer-col-3 {
    --content-padding: 10px;
  }
  .footer-col-5,
  .footer-col-3 {
    width: 20%;
  }
  .footer-col-4 {
    width: 26.083%;
    --content-padding: 0% 8% 8% 8%;
    display: flex;
  }
  .footer-col-4 .footer-col-content {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .certified {
    padding: 32px 0 0 32px;
    text-align: left;
    width: auto;
  }
  .footer-col-5 {
    --content-padding: 0 6% 0 0;
  }
}
@media (min-width: 881px) {
  .footer-col-2 {
    width: 26%;
  }
  .footer-logo {
    padding: 0;
  }
  .footer-logo img {
    width: 300px;
  }
  .footer-col-3 {
    width: 18%;
  }
  .footer-col-5 {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .footer-cols .footer-col-1 {
    display: none;
  }
}
@media (min-width: 1025px) {
  .footer-row > .footer-col-1 {
    display: none;
  }
  .footer-col-1 {
    width: 20%;
    --content-padding: 0 6% 0 0;
  }
  .footer-col-2 {
    width: 20%;
  }
  .footer-col-3 {
    width: 14.083%;
  }
  .footer-col-4 {
    width: 26.083%;
  }
  .footer-col-5 {
    width: 19.818%;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .mailing-list {
    max-width: 94.289%;
  }
  .certified {
    max-width: 80.596%;
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=ws-style.css.map */