@import url("https://fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C700%7CRoboto+Slab%3A400%2C700&ver=40b9c506e7d974f1e40b9c0cef10ce43");
:root {
  --primary: rgb(49, 49, 71);
  --primary-text-color: #808080;
  --font-color: #808080;
  --theme-color: rgb(49, 49, 71);
  --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: #46466b;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #313147;
  --btn-border-color: transparent;
  --btn-background-color: #313147;
  --btn-hover-background-color: #46466b;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Roboto Slab;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 8px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: rgb(49, 49, 71);
  --anchors-hover-color: #808080;
  --highlights-color: #313147;
  --highlights-font-family: Roboto Slab;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1100px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: transparent;
  --cart-summary-top: 100px;
  --modal-header-color: #fff;
  --group-menu-font-size: 14px;
  --product-title-color: #313147;
  --group-item-color: #8a794f;
}

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

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

.item-text,
body:not(.scroll) .scroll-logo,
.scroll .top-logo {
  display: none;
}

.scroll-logo {
  max-height: 50px;
  max-width: 200px;
}

.header-main {
  position: fixed;
  padding: 4px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background-color: var(--primary);
}

.header-row {
  display: flex;
}

.logo-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll .logo-wrap {
  justify-content: flex-start;
}

.navigation-wrap {
  width: 50%;
}

.top-logo {
  width: 120px;
}

.logo {
  margin: 4px 8px;
}

.shop-nav-top {
  margin: 4px 8px;
  padding-top: 4px;
}

.shop-list-top {
  display: flex;
  justify-content: flex-end;
}
.shop-list-top li {
  font-size: 20px;
  line-height: 1;
}
.shop-list-top a {
  display: inline-block;
  padding: 0 8px;
}
.shop-list-top svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn-menu-wrap {
  margin: 4px 8px;
  text-align: right;
}

.burger {
  padding: 12px;
}
.burger svg {
  fill: #fff;
  width: 22.4px;
  height: 22.4px;
}

.auth-wrapper {
  margin-top: 95px;
}

@media only screen and (max-width: 768px) {
  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    padding: 0 5px;
    background-color: #313147;
    z-index: 1041;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .btn-close-menu {
    padding: 10px 6px;
    line-height: 19.2px;
    color: rgb(59, 55, 61);
    font-size: 16px;
  }
  .main-menu {
    padding-top: 1px;
    text-align: right;
    text-transform: uppercase;
  }
  .main-menu li {
    margin-top: 1px;
  }
  .main-menu a {
    color: #fff;
    font-family: "Roboto Slab";
    font-size: 18px;
    padding: 12px;
    line-height: 18px;
    display: inline-block;
  }
}
.footer-cork {
  position: absolute;
  right: 0;
  top: -65px;
  width: 200px;
}

footer.footer {
  position: relative;
  --footer-bottom-padding: 8px 0;
  --footer-newsletter-padding: 48px 0;
}

.footer-newsletter {
  padding: var(--footer-newsletter-padding);
  background-color: rgb(182, 164, 116);
}

.newsletter-title {
  margin: 20px 20px 4px;
  text-shadow: 0px 1px 1px rgb(26, 26, 26);
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}

.newsletter-description {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 100;
  text-shadow: 0px 1px 1px rgb(51, 51, 51);
  padding: 4px 20px 12px;
}

.newsletter-sign {
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}

.btn-newsletter {
  margin: 8px 20px 20px;
  display: block;
  font-size: 24px;
  color: #f7f7f7;
  line-height: 1.2;
  text-align: center;
  padding: 12px 24px;
}

.footer-bottom {
  padding: var(--footer-bottom-padding);
  background-color: var(--primary);
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
}
.footer-bottom p {
  margin-bottom: 10px;
}
.footer-bottom,
.footer-bottom a {
  color: #e6e6e6;
}

.copyright {
  margin: 8px;
  overflow: hidden;
}

.social-nav {
  padding: 8px;
}
.social-nav a span {
  display: inline-block;
  font-size: 24px;
  min-height: 30.3px;
}

@media (min-width: 769px) {
  .btn-close-menu,
  .btn-menu-wrap {
    display: none;
  }
  .header-main {
    padding: 4px 24px;
  }
  .navigation-wrap {
    width: 75%;
  }
  .logo-wrap {
    width: 25%;
  }
  .main-menu {
    display: flex;
    justify-content: flex-end;
    margin: 4px 8px;
  }
  .main-menu a {
    padding: 12px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-family: "Roboto Slab";
    line-height: 18px;
  }
  footer.footer {
    --footer-bottom-padding: 8px 24px;
    --footer-newsletter-padding: 48px 24px;
  }
  .newsletter-row,
  .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .newsletter-row {
    align-items: flex-end;
  }
  .newsletter-text {
    width: 75%;
    flex: 1 1 auto;
  }
  .newsletter-sign {
    width: 24%;
    flex: 1 1 auto;
  }
  .scroll-logo {
    width: 200px;
    max-width: 100%;
  }
}
@media (min-width: 770px) {
  .main-navigation {
    overflow: hidden;
  }
  .shop-nav-top {
    padding-top: 8px;
  }
  .shop-nav-top a {
    display: flex;
    align-items: center;
  }
  .shop-nav-top svg {
    width: 16px;
    height: 16px;
  }
  .shop-nav-top .item-text {
    display: inline-block;
    color: #8a794f;
    font-size: 16px;
  }
  .top-logo {
    width: 200px;
    max-width: 100%;
  }
  .auth-wrapper {
    margin-top: 130px;
  }
  .logo-wrap {
    justify-content: flex-start;
  }
  .header-row {
    align-items: center;
  }
}/*# sourceMappingURL=ws-style.css.map */