@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i%7CVollkorn:400%7CRaleway:400,400i,700,700i,300,300i%7CPlayfair+Display:400,400i,700,700i,900,900i&subset=latin,latin-ext&display=auto");
:root {
  --primary: #121c3c;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #121c3c;
  --body-font-size: 16.8px;
  --body-font-family: Raleway;
  --body-font-weight: 400;
  --body-line-height: 1.4;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #232f53;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #121c3c;
  --btn-border-color: transparent;
  --btn-background-color: #121c3c;
  --btn-hover-background-color: #232f53;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Raleway;
  --btn-font-size: 14px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 140px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 1.4px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #121c3c;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Playfair Display;
  --highlights-font-weight: 700;
  --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: 160px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #121c3c;
  --group-item-color: #121c3c;
  --btn-line-color: #000;
  --btn-line-width: 20px;
  --btn-open-line-color: #000;
}

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;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
}

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

header p,
footer p {
  margin: 0;
}

body.open {
  overflow: hidden;
}
body.open .site-navigation {
  transform: translate(0);
}
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%;
}

.header-main {
  background-image: url(Images/nav-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.auth-wrapper {
  margin-top: 120px;
}
@media (min-width: 480px) {
  .auth-wrapper {
    margin-top: 160px;
  }
}

.logo-wrap {
  padding: 20px;
  text-align: center;
  position: relative;
}

.logo img {
  width: 125px;
}
@media (min-width: 480px) {
  .logo img {
    width: 175px;
  }
}

@media only screen and (max-width: 978px) {
  /* square space btn menu start */
  .burger {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 1px 6px;
    left: 20px;
    bottom: 19px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgb(146, 166, 194);
  }
  /* squarespace btn menu end */
}
@media only screen and (max-width: 978px) and (min-width: 480px) {
  .burger {
    bottom: 42px;
  }
}
@media only screen and (max-width: 978px) {
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 14px;
  }
  .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: 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);
  }
  .site-navigation {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1040;
    width: 100%;
    max-width: 384px;
    box-shadow: 0em 0em 2em 0em rgba(0, 0, 0, 0.25);
    background-color: #0f1724;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .main-navigation {
    position: relative;
    padding: 36px;
  }
  .main-navigation::after {
    content: "";
    background-image: url(Images/start-your-winery-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-navigation p {
    position: relative;
    z-index: 9;
  }
  .navigation-title {
    text-transform: uppercase;
    font-size: 12.8px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.33);
    letter-spacing: 2.368px;
    margin-bottom: 28.8px;
  }
  .btn-close-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
  }
  .btn-close-menu svg {
    width: 16px;
    height: 16px;
    fill: #000;
  }
  .nav-logo {
    display: none;
  }
  .nav-content {
    position: relative;
    z-index: 9;
  }
  .main-menu {
    margin: 0 -8px;
  }
  .main-menu a {
    padding: 8px 12px 8px 8px;
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    font-size: 19.2px;
    font-weight: 700;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }
  .main-menu li:not(.has-child) a {
    line-height: 23.2px;
  }
  .main-menu .has-child.open .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .main-menu .sub-menu {
    position: absolute;
    background-image: url(Images/start-your-winery-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    top: 0;
    left: -8px;
    width: calc(100% + 16px);
    height: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
  }
  .btn-toggle-sub-menu {
    padding: 0 5px;
  }
  .btn-toggle-sub-menu::after {
    font-size: 16px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .links-links a {
    font-size: 14.4px;
    color: rgba(233, 243, 252, 0.5);
    font-weight: 700;
    letter-spacing: 0.72px;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
  }
  .helpful-links {
    padding: 36px 36px 28px;
  }
  .links-title {
    font-size: 12.8px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2.368px;
    margin-bottom: 28.8px;
    color: #92a6c2;
    font-weight: 700;
  }
}
@media (min-width: 979px) {
  .helpful-links,
  .navigation-title,
  .sub-menu .has-child,
  .ord-overlay,
  .header-main {
    display: none;
  }
  .auth-wrapper {
    margin-top: 155px;
  }
  .site-navigation {
    background-image: url(Images/nav-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    padding: 20px 0;
  }
  .nav-logo img {
    width: 175px;
  }
  .nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-menu-1 {
    justify-content: flex-end;
  }
  .main-menu {
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    align-items: center;
  }
  .main-menu a {
    padding: 10.5px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    letter-spacing: 1.26px;
    font-size: 12.6px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 300;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child > a {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    width: 224px;
    box-shadow: 0em 0.15em 2em 0em rgba(0, 0, 0, 0.15);
  }
  .main-menu .sub-menu a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    display: block;
    color: rgb(15, 23, 36);
    padding: 12px;
    line-height: 26px;
  }
  .main-menu .sub-menu a:hover {
    background-color: rgba(115, 188, 227, 0.3);
  }
  .btn-toggle-sub-menu {
    padding: 0 5px;
    color: #fff;
  }
  .btn-toggle-sub-menu::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }
}
footer.footer {
  text-align: center;
  background-color: #0f1724;
  color: rgba(233, 243, 252, 0.5);
}

.social-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-nav a {
  margin-right: 14px;
  width: 38.5px;
  height: 38.5px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 17.5px;
  line-height: 1;
}

.footer-logo {
  padding-top: 45px;
}
.footer-logo img {
  width: 250px;
}

.copyright {
  text-transform: uppercase;
  font-size: 12.6px;
  letter-spacing: normal;
  line-height: 17.64px;
  padding: 25px 20px 15px;
}
@media (min-width: 768px) {
  .copyright p {
    margin-left: 25.2px;
    line-height: 20px;
  }
}/*# sourceMappingURL=ws-style.css.map */