@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i%7CPlayfair+Display:400,400i,600,600i&subset=latin,latin-ext&display=auto");
@font-face {
  font-family: icon-ord;
  src: url(fonts/fa-light-300.woff2);
  font-weight: 300;
}
@font-face {
  font-family: icon-ord-brands;
  src: url(fonts/fa-brands-400.woff2);
  font-weight: 400;
}
@font-face {
  font-family: icon-ord;
  src: url(fonts/fa-regular-400.woff2);
  font-weight: 400;
}
@font-face {
  font-family: icon-ord;
  src: url(fonts/fa-solid-900.woff2);
  font-weight: 900;
}
:root {
  --primary: #222;
  --primary-text-color: #494949;
  --font-color: #494949;
  --theme-color: #222;
  --body-font-size: 16px;
  --body-font-family: Roboto;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #ebe6e0;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #b20000;
  --btn-border-color: transparent;
  --btn-background-color: #b20000;
  --btn-hover-background-color: #ebe6e0;
  --btn-text-color: #ebe6e0;
  --btn-hover-text-color: rgba(0, 0, 0, 0.5019607843);
  --btn-active-color: rgba(0, 0, 0, 0.5019607843);
  --btn-font-family: Roboto;
  --btn-font-size: 12.8px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 6px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #b20000;
  --anchors-hover-color: #494949;
  --highlights-color: #494949;
  --highlights-font-family: Playfair Display;
  --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: rgba(0, 0, 0, 0.75);
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #b20000;
  --group-item-color: #b20000;
  --btn-line-color: #000;
  --btn-line-width: 20px;
  --btn-open-line-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);
}

.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-top {
  background-color: #000;
  text-align: center;
  line-height: 48px;
  font-size: 9.6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 480px) {
  .header-top {
    font-size: 12px;
  }
}

.header-row {
  padding: 0 32px;
  height: 96px;
  display: flex;
  align-items: center;
}

.logo a {
  display: inline-block;
  border: 1px solid #fdca40;
  border-radius: 100%;
}
.logo img {
  width: 83px;
  height: 83px;
  border-radius: 100%;
}
@media (min-width: 766px) {
  .logo img {
    width: 123px;
    height: 123px;
  }
}

.wine-club-nav,
.desktop-nav {
  display: none;
}

@media (min-width: 767px) {
  .desktop-nav {
    display: flex;
  }
  .desktop-nav a {
    font-size: 14.4px;
    color: #0a0a0a;
    text-transform: uppercase;
    font-family: "Playfair Display";
    padding: 9px;
    font-weight: 600;
  }
}
@media (min-width: 979px) {
  .header-main {
    --container-max-width: 100%;
  }
  .wine-club-nav {
    display: flex;
  }
  .wine-club-nav a {
    margin: 0 16px;
    border: 1px solid rgb(253, 202, 64);
    border-radius: 5.6px;
    line-height: 26px;
    padding: 9.2px 18.6px;
    color: #000;
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-weight: 600;
  }
  .wine-club-nav a:hover {
    background-color: #000;
    color: #fff;
  }
  .desktop-nav {
    align-items: center;
  }
  .desktop-nav .home-item {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-home {
    font-family: icon-ord;
    font-weight: 900;
    font-size: 20px;
  }
  .icon-home::after {
    content: "\f015";
  }
}
body:not(.open) .main-navigation {
  transform: translateX(100%);
}

.main-navigation {
  position: fixed;
  text-align: right;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 384px;
  height: 100vh;
  transform: translateX(0%);
  overflow-y: auto;
  z-index: 1040;
  padding: 32px;
  background-image: url(Images/papertexture.jpg);
  transition: transform 0.3s ease;
}

.logo-wrap {
  flex-grow: 1;
}

.main-menu {
  display: inline-block;
  margin: 32px 15px 32px 0;
}
.main-menu a {
  line-height: 26px;
  padding: 10px 15px 10px 25px;
  display: flex;
  justify-content: flex-end;
  color: #0a0a0a;
  font-weight: 600;
  font-family: "Playfair Display";
}
.main-menu .fa-angle-down {
  font-family: icon-ord;
  font-weight: 400;
  margin: 5px 5px 5px 10px;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}
.main-menu .has-child {
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s ease;
}
.main-menu .has-child.open {
  grid-template-rows: auto 1fr;
}
.main-menu .has-child,
.main-menu .has-child ul {
  overflow: hidden;
}
.main-menu .sub-menu a {
  padding: 8px 20px;
  font-family: Roboto;
  font-weight: 400;
}

.btn-close-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 15px;
}
.btn-close-menu svg {
  fill: rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 16px;
}

.nav-logo {
  text-align: center;
  padding-top: 16px;
}
.nav-logo a {
  border-radius: 100%;
  border: 1px solid rgb(253, 202, 64);
  display: inline-block;
}
.nav-logo img {
  width: 83px;
  height: 83px;
  border-radius: 100%;
}
@media (min-width: 767px) {
  .nav-logo img {
    width: 143px;
    height: 143px;
  }
}

.shop-nav {
  display: flex;
  align-items: center;
}

.icon-account,
.icon-cart {
  font-family: icon-ord;
  font-weight: 400;
  color: rgb(10, 10, 10);
  display: inline-flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.icon-cart::after {
  content: "\f291";
  font-size: 16px;
}

.icon-account::after {
  content: "\f406";
  font-weight: 900;
  font-size: 20px;
}

/* square space btn menu start */
.burger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.burger-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.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(-6px);
}
.burger-inner .bottom-bun {
  transform: translatey(6px);
}

.burger.open .burger-inner .top-bun {
  transform: translateX(3.5px) rotate(-135deg);
}
.burger.open .burger-inner .bottom-bun {
  transform: translateX(3.5px) 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 */
footer.footer {
  background-color: rgb(194, 180, 163);
  padding: 64px 12px 0;
}

.footer-top,
.footer-bottom {
  max-width: 88%;
  margin: 0 auto;
}

.footer-cols {
  margin: -17px -33px;
}

.footer-col {
  padding: 16px 32px;
}

.footer-col-title {
  font-size: 19.2px;
  margin: 0;
  padding-bottom: 4px;
  line-height: 23px;
  text-transform: uppercase;
  font-family: "Playfair Display";
  font-weight: 600;
  color: rgb(10, 10, 10);
  border-bottom: 1px solid #ebe6e0;
}

.footer-list {
  margin-top: 16px;
}
.footer-list li {
  overflow: hidden;
}
.footer-list a {
  font-family: "Playfair Display";
  color: #494949;
  font-size: 17.6px;
  display: inline-block;
  line-height: 1;
  margin: 4px 5px;
}

.contact-list {
  margin-top: 17.6px;
}
.contact-list .address-item a {
  display: block;
  line-height: 24.64px;
  margin: 0;
}
.contact-list .phone-item {
  margin: 4px 0;
}
.contact-list .phone-item a {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.8px;
}

.icon-phone {
  font-family: icon-ord;
  font-weight: 300;
  margin-right: 8px;
  font-size: 16px;
}
.icon-phone::after {
  content: "\f879";
}

.footer-bottom {
  text-align: center;
  padding: 32px 16px 0;
  font-family: "Playfair Display";
}

.social-nav {
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 32px;
  border-top: 1px solid rgba(235, 230, 224, 0.3803921569);
}
.social-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 44px;
  font-family: icon-ord-brands;
  font-size: 32px;
  font-weight: 400;
  color: rgb(73, 73, 73);
}
.social-nav .icon-fb::after {
  content: "\f09a";
}
.social-nav .icon-ig::after {
  content: "\f16d";
}

.copyright {
  font-size: 17.6px;
  line-height: 24.64px;
}

.privacy-nav {
  font-size: 14.4px;
  padding-top: 2.16px;
  line-height: 17.28px;
}

.credits {
  opacity: 0;
  padding: 27.2px 0 54.4px;
  font-size: 13.6px;
  line-height: 19px;
}

@media (min-width: 767px) {
  .footer-cols {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .footer-col {
    width: 100%;
  }
}/*# sourceMappingURL=ws-style.css.map */