@import url("https://fonts.googleapis.com/css?family=Spectral+SC%3A400%2C400i%7CSpectral%3A400%2C400i%7CMontserrat%3A400%2C400i&subset=latin-ext&ver=1.0.0");
@font-face {
  font-family: "icon-ord";
  src: url("fonts/linea-basic-10.eot");
  src: url("fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("fonts/linea-basic-10.woff") format("woff"), url("fonts/linea-basic-10.ttf") format("truetype"), url("fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon-ord-2";
  src: url("fonts/ElegantIcons.eot");
  src: url("fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("fonts/ElegantIcons.woff") format("woff"), url("fonts/ElegantIcons.ttf") format("truetype"), url("fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #000;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #000;
  --body-font-size: 16px;
  --body-font-family: Spectral;
  --body-font-weight: 400;
  --body-line-height: 1.4;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #c8693a;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #c8693a;
  --btn-border-color: transparent;
  --btn-background-color: #c8693a;
  --btn-hover-background-color: #c8693a;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Spectral;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 2px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #000;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Libra MN;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.1;
  --container-max-width: 300px;
  --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: 18px;
  --product-title-color: #000;
  --group-item-color: #000;
  --btn-line-color: #2b2824;
  --btn-line-width: 18px;
  --btn-open-line-color: #c8693a;
}

@media (min-width: 481px) {
  :root {
    --container-max-width: 420px;
  }
}
@media (min-width: 681px) {
  :root {
    --container-max-width: 600px;
  }
}
@media (min-width: 769px) {
  :root {
    --container-max-width: 768px;
  }
}
@media (min-width: 1025px) {
  :root {
    --container-max-width: 1100px;
  }
}
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 {
  margin: 0 auto;
  max-width: var(--container-max-width);
}

#pageContent {
  max-width: 90%;
  margin: 0 auto;
}

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

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

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

.icon-mail::after {
  content: "&";
}

.icon-map::after {
  content: "R";
}

.icon-phone::after {
  content: "\e00d";
}

.icon-facebook::after {
  content: "\e093";
}

.icon-instagram::after {
  content: "\e09a";
}

.icon-heart::after {
  content: "W";
}

header p,
footer p {
  margin: 0;
}

body.open .navigation-block {
  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%;
}

.header-banner {
  height: 300px;
  background-image: url(Images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (min-width: 681px) {
  .header-banner {
    height: 560px;
  }
}
.header-banner h1 {
  display: none;
  color: #fff;
  margin: 0;
  font-family: "Spectral SC";
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.11em;
  line-height: 1.105em;
  max-width: var(--container-max-width);
  margin: 0 auto;
  width: 100%;
}

form[action*="/wines"] .wines-title,
form[action*="/product-details"] .wines-title,
form[action*="/wine-club"] .wine-club-title,
form[action*="/newsletter"] .newsletter-title,
form[action*="/cart"] .cart-title,
form[action*="/auth"] .auth-title,
form[action*="/checkout"] .checkout-title {
  display: block !important;
}

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

.logo img {
  width: 70px;
}

.main-menu a {
  --presudo-width: 11px;
  --pseudo-margin: 8px;
}
.main-menu a::after, .main-menu a::before {
  content: "";
  margin-left: var(--pseudo-margin);
  display: inline-block;
  vertical-align: middle;
  width: var(--presudo-width);
  height: 1px;
  margin-top: -1px;
  transform: scale(0);
  transform-origin: left;
  opacity: 0;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.main-menu a::before {
  margin-left: 0;
  margin-right: var(--pseudo-margin);
}
.main-menu a:hover, .main-menu a.selected {
  color: #c8693a;
}
.main-menu a:hover::after, .main-menu a:hover::before, .main-menu a.selected::after, .main-menu a.selected::before {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.header-top {
  background-color: rgba(0, 0, 0, 0.2);
}

.social-nav {
  display: flex;
}
.social-nav a {
  color: #fff;
  margin: 13px 13px 13px 13px;
  font-size: 11px;
  line-height: 14px;
  vertical-align: -15%;
}
.social-nav a:last-child {
  margin-left: 0;
}

.open-aside aside.side-nav {
  transform: translate(0);
}

aside.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(Images/footer-bg.png);
  text-align: center;
  width: 34%;
  height: 100vh;
  overflow-y: auto;
  background-position: center 15%;
  background-color: #f5f2eb;
  z-index: 1040;
  padding: 115px 4% 2%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
aside.side-nav .burger-box {
  width: 20px;
  height: 20px;
}

.side-nav-button {
  position: absolute;
  top: 48px;
  right: 45px;
  --btn-open-line-color: #000;
}

.side-nav-title {
  font-size: 23px;
  letter-spacing: 0.11em;
  line-height: 1.26em;
  font-family: "Spectral SC";
  font-weight: 400;
  color: #c8693a;
  margin-top: 0;
  margin-bottom: 101px;
}

.sidebar-text {
  font-size: 14px;
  font-family: "Spectral";
  color: #9d9796;
  line-height: 25px;
  margin: 30px 0 31px;
}

.sidebar-social {
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.sidebar-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  font-size: 14px;
  margin-right: 12px;
  height: 33px;
  line-height: 1;
  border: 1px solid rgb(203, 203, 203);
  background-color: rgba(255, 255, 255, 0);
  color: #c8693a;
}
.sidebar-social a:hover {
  background-color: #c8693a;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .header-main {
    position: relative;
  }
  .navigation-block {
    background-image: url(Images/footer-bg.png);
    padding: 20px 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1040;
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 0.3s ease;
  }
  .main-menu a {
    text-transform: uppercase;
    font-family: "Spectral SC";
    font-size: 15px;
    padding: 10px 0;
    line-height: 1.26em;
    letter-spacing: 0.08em;
    display: inline-block;
  }
  .shop-list {
    display: none;
  }
  /* squarespace btn menu end */
}
/* square space btn menu start */
.burger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  margin: -10px;
}

.burger-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  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: 1px;
  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(-7px);
}
.burger-inner .bottom-bun {
  transform: translatey(7px);
}

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

footer.footer {
  background-image: url(Images/footer-bg.png);
  overflow: hidden;
}

.footer-row {
  margin: 0 -10px;
}

.footer-main {
  padding: 133px 0 60px;
}

.footer-col {
  padding: 20px 10px;
}

.footer-list {
  line-height: 25px;
  font-size: 17px;
}
.footer-list li {
  margin: 10px 0;
}
.footer-list a {
  color: #817c7b;
}
.footer-list a:hover {
  color: #c8693a;
}

.footer-icon-list {
  line-height: 28px;
}
.footer-icon-list li {
  margin: 0 0 6px;
}
.footer-icon-list li:last-child {
  margin-bottom: 0;
}
.footer-icon-list a {
  display: flex;
  align-items: center;
  gap: 11px;
}
.footer-icon-list .item-icon {
  width: 21px;
  font-size: 21px;
  flex-shrink: 0;
  text-align: center;
  color: #c8693a;
}

.footer-col-title {
  font-size: 23px;
  font-family: "Spectral SC";
  font-weight: 400;
  margin: 0 0 17px;
  color: #2b2824;
  letter-spacing: 0.12em;
  line-height: 1.233em;
}

.footer-col-4 {
  padding-bottom: 0;
}

.footer-wine-image {
  padding-bottom: 17px;
}
.footer-wine-image img {
  width: 139px;
}

.footer-note {
  padding: 12px 0;
}
.footer-note p {
  margin: 10px 0;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #817c7b;
}

@media (min-width: 681px) {
  .footer-cols {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
  }
  .footer-col-4 {
    padding-bottom: 20px;
  }
  .footer-logo img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .header-banner h1 {
    text-align: center;
    font-size: 80px;
  }
}
@media (min-width: 1025px) {
  .logo-wrap .burger {
    display: none;
  }
  .header-main {
    padding: 0 40px;
    justify-content: space-between;
  }
  .header-main .ord-container {
    margin: 0;
  }
  .header-main,
  .main-navigation,
  .main-menu {
    display: flex;
    align-items: center;
  }
  .ord-container {
    flex-shrink: 0;
  }
  .logo img {
    width: 120px;
  }
  .shop-list {
    display: flex;
    margin-left: 35px;
    font-size: 21px;
    border: 1px solid #000;
  }
  .shop-list li {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop-list li:first-child {
    border-right: 1px solid #000;
  }
  .shop-list .burger {
    transform: rotate(90deg);
  }
  .main-menu {
    gap: 20px;
  }
  .main-menu a {
    --presudo-width: 8px;
    --pseudo-margin: 5px;
    text-transform: capitalize;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-family: "Spectral SC";
  }
  .footer-col {
    width: 25%;
    padding: 0 10px;
  }
}
@media (min-width: 1441px) {
  footer.footer {
    --container-max-width: 1400px;
  }
}/*# sourceMappingURL=ws-style.css.map */