@import url("https://fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%2C100i%2C200i%2C300i%2C400i%2C500i%2C600i%2C700i%2C800i%2C900i&subset=latin&display=swap&ver=6.8.3");
:root {
  --primary: #383838;
  --primary-text-color: #fff;
  --font-color: #fff;
  --theme-color: #383838;
  --body-font-size: 16px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.8;
  --body-background-color: #000;
  --modal-bg-color: #000;
  --bg-color: #000;
  --btn-active-bg-color: #383838;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #1c8ea9;
  --btn-border-color: transparent;
  --btn-background-color: #1c8ea9;
  --btn-hover-background-color: #383838;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Montserrat;
  --btn-font-size: 14px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 3px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #1c8ea9;
  --anchors-hover-color: #fff;
  --highlights-color: #fff;
  --highlights-font-family: Montserrat;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1140px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #3a3a3a;
  --overlay-bg-color: transparent;
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #1c8ea9;
  --group-item-color: #1c8ea9;
  --btn-line-color: #fff;
  --btn-line-width: 40px;
  --btn-open-line-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: 500;
}

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

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 .ord-container {
  width: 90%;
}

.header-banner {
  height: 216px;
  position: relative;
  justify-content: center;
  align-items: center;
  display: none;
}
.header-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.header-banner h1 {
  position: relative;
  z-index: 2;
  font-size: 39px;
  text-transform: uppercase;
  padding: 0 10px;
}

form[action*="/wines"] .header-banner {
  display: flex;
}

@media only screen and (max-width: 959px) {
  .main-navigation {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1040;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  body:not(.open) .main-navigation {
    visibility: hidden;
    opacity: 0;
  }
  .main-menu {
    text-align: center;
  }
  .main-menu a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 0;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 15px;
  }
  .logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
  }
  .btn-open-menu {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
  }
  .btn-open-menu .burger-text {
    font-family: Montserrat;
    font-weight: 600;
    padding-left: 6px;
    letter-spacing: 0.6px;
  }
  .logo img {
    width: 117px;
  }
  /* square space btn menu start */
  .burger {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 14px;
    right: 14px;
  }
  .burger-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .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: 3px;
    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(-5.5px);
  }
  .burger-inner .bottom-bun {
    transform: translatey(5.5px);
  }
  .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: 40px;
  }
  /* squarespace btn menu end */
}
@media (min-width: 481px) {
  .logo img {
    width: 158px;
	position: relative;
	z-index: 1;
  }
}
@media (min-width: 768px) {
  .logo {
    margin: 21px 0 -21px;
  }
}
@media (min-width: 769px) {
  .logo-wrap {
    height: auto;
    padding-bottom: 21px;
  }
  .logo img {
    width: 268.41px;
  }
}
@media (min-width: 960px) {
  header {
    --container-max-width: 1200px;
  }
  .btn-open-menu,
  .btn-menu-close {
    display: none;
  }
  .header-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .logo-wrap {
    padding-bottom: 0;
  }
  .main-navigation {
    margin: 0 -15px;
  }
  .main-menu {
    display: flex;
    justify-content: flex-end;
    padding-top: 11px;
  }
  .main-menu a {
    line-height: 74px;
    font-weight: 500;
    padding: 0 25px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
  }
  .main-menu a:hover, .main-menu a.selected {
    color: #1c8ea9;
  }
}
.footer-main {
  padding: 0 20px;
  background-image: url(Images/footer-bg.png);
  background-size: cover;
  position: relative;
  z-index: 2;
}

.footer-background {
  height: 260px;
  margin-bottom: -80px;
  margin-top: 100px;
}
.footer-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-row {
  display: flex;
  padding-bottom: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-row {
    flex-direction: column;
  }
}

.footer-description {
  padding: 10px;
}
.footer-description p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-logo {
  padding: 10px;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  width: 63%;
}

@media (min-width: 768px) {
  .footer-row {
    align-items: flex-end;
    min-height: 134px;
  }
  .footer-logo {
    width: 19.56%;
  }
  .footer-description {
    width: 100%;
    flex: 0 1 auto;
  }
  .empty-col {
    width: 44.424%;
  }
  .footer-logo,
  .empty-col {
    flex: 0 0 auto;
  }
}/*# sourceMappingURL=ws-style.css.map */