@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sanchez&display=swap");
@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(fonts/modules.eot);
  src: url(fonts/modules.eot?#iefix) format("embedded-opentype"), url(fonts/modules.woff) format("woff"), url(fonts/modules.ttf) format("truetype"), url(fonts/modules.svg#ETmodules) format("svg");
  font-weight: 400;
  font-style: normal;
}
:root {
  --primary: #937056;
  --primary-text-color: #000;
  --theme-color: #937056;
  --body-font-size: 14px;
  --body-font-family: Open Sans;
  --body-font-weight: 400;
  --body-line-height: 1.7em;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #222;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: #222;
  --btn-hover-background-color: #222;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Open Sans;
  --btn-font-size: 15px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 1px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #937056;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Open Sans;
  --highlights-font-weight: 500;
  --highlights-line-height: 1.2;
  --container-max-width: 1080px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: transparent;
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --horizontal-group-menu-size: 20px;
}

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:hover {
  background: var(--btn-hover-background-color);
  color: var(--btn-hover-text-color);
  opacity: var(--btn-hover-opacity);
}

.ord-container,
#pageContent {
  margin: 0 auto;
  max-width: var(--container-max-width);
}

form[action*="/wines/"] #pageContent {
  max-width: 100%;
  padding: 0 4vw 40px;
}

#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-menu {
  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%;
}

.ord-container {
  width: 80%;
}

.header-top {
  background-color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  padding: 0.75em 0;
}
.header-top,
.header-top a {
  color: #fff;
}

.email-with-icon::before {
  content: "\e076";
  margin-right: 4px;
  font-family: ETModules;
}

.phone-with-icon {
  margin-right: 13px;
}
.phone-with-icon::before {
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-family: ETModules;
}

.header-main {
  padding: 20px 0;
  background-color: #222;
}

.burger {
  line-height: 1;
  padding: 9px 5px 9px 10px;
  margin-top: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: Sanchez;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
}

.icon-bars {
  font-family: ETModules;
  font-weight: 300;
  display: inline-block;
  line-height: 14px;
  position: relative;
  top: 2px;
}
.icon-bars::after {
  content: "a";
  font-size: 32px;
  color: #eee3b6;
}

.logo {
  text-align: center;
}
.logo img {
  max-width: 50%;
  max-height: 60px;
}

@media (max-width: 980px) {
  .social-icons,
  .nav-logo {
    display: none;
  }
  .site-navigation .ord-container {
    position: relative;
  }
  .main-menu {
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: top;
    transform: scale(1, 0);
    top: calc(100% + 21px);
    left: 0;
    width: 100%;
    background-color: #222;
    border-top: 3px solid #eee3b6;
    z-index: 1040;
    padding: 17px;
  }
  .main-menu a {
    padding: 10px 5%;
    font-family: Sanchez;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    display: block;
  }
  .main-menu .sub-menu {
    padding-left: 10px;
  }
  .main-menu .sub-menu li {
    padding-left: 5%;
  }
}
.icon-ord {
  font-family: ETModules;
}

@media (min-width: 768px) {
  .header-top {
    text-align: right;
  }
  .social-icons {
    display: inline-block;
  }
  .social-icons li {
    display: inline-block;
    margin-top: -2px;
    margin-left: 12px;
  }
  .social-icons a {
    font-size: 15px;
    line-height: 1;
  }
  .icon-facebook::after {
    content: "\e093";
  }
  .icon-twitter::after {
    content: "\e094";
  }
}
footer.footer {
  --ft-row-padding: 12% 0;
  --ft-col-m: 0 0 11.5%;
  color: #fff;
  background-color: #222;
}
@media (min-width: 480px) {
  footer.footer {
    --ft-row-padding: 10% 0;
    --ft-col-m: 0 0 9.5%;
  }
}
@media (min-width: 768px) {
  footer.footer {
    --ft-row-padding: 8% 0;
    --ft-col-m: 0 0 7.5%;
  }
}
@media (min-width: 981px) {
  footer.footer {
    --ft-row-padding: 6% 0 0;
    --ft-col-m: 0 0 3%;
  }
}

.footer-main .footer-row {
  padding: var(--ft-row-padding);
}

.footer-col {
  margin: var(--ft-col-m);
}

.footer-col-title {
  color: #eee3b6;
  font-size: 18px;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 400;
  line-height: 1;
}

.footer-col-body {
  overflow: hidden;
}

.footer-nav li {
  padding-left: 14px;
  margin-bottom: 0.5em;
  position: relative;
}
.footer-nav li::before {
  border-color: #eee3b6;
  border-radius: 3px;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: 0;
  position: absolute;
  top: 9px;
}
.footer-nav a {
  color: #fff;
  display: block;
}
.footer-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-social {
  display: flex;
  height: 66px;
}
.footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 5px 8px;
}
.footer-social a img {
  margin: -1px;
}

.footer-bottom {
  background-color: #000;
  padding: 15px 0 5px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
}

@media (min-width: 480px) {
  .footer-col-4 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer-main .footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7.5%;
  }
  .footer-col {
    width: 46.25%;
  }
  .footer-col-3 {
    margin-bottom: 0;
  }
  .footer-col-4 {
    padding-top: 5px;
  }
}
@media (min-width: 981px) {
  .logo-wrap,
  .btn-menu-wrap {
    display: none;
  }
  .header-main {
    padding: 0;
  }
  .site-navigation {
	  padding-bottom: 50px;
    padding-top: 61px;
  }
  .main-menu {
    text-align: center;
  }
  .main-menu > li {
    vertical-align: middle;
    display: inline-block;
    padding-right: 22px;
  }
  .main-menu > li:last-child {
    padding-right: 0;
  }
  .main-menu > li:not(.nav-logo) {
    padding-top: 13px;
  }
  .main-menu .nav-logo {
    margin: -43px 0 0;
    height: 110.8px;
  }
  .main-menu .nav-logo a {
    padding-bottom: 0;
  }
  .main-menu .nav-logo img {
    height: 100%;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child > a {
    padding-right: 20px;
    position: relative;
  }
  .main-menu .has-child > a::after {
    font-family: ETModules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    text-align: left;
    white-space: nowrap;
    left: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 1040;
    border-top: 3px solid #fff;
    background-color: #222;
  }
  .main-menu .sub-menu li {
    padding: 0 20px;
  }
  .main-menu .sub-menu a {
    padding: 6px 20px;
    line-height: 28px;
  }
  .main-menu a {
    line-height: 1;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.78);
    font-family: Sanchez;
    font-weight: 600;
    line-height: 14px;
    padding-bottom: 61px;
  }
  .main-menu a:hover {
    opacity: 0.7;
  }
  .footer-main .footer-row {
    gap: 3%;
  }
  .footer-col {
    width: 22.75%;
  }
  .footer-col-3 {
    margin-bottom: 3%;
  }
  .copyright {
    text-align: left;
  }
}/*# sourceMappingURL=ws-style.css.map */