@font-face {
  font-family: "palatino-linotype";
  src: url(fonts/PalatinoLinotype.ttf);
}
@font-face {
  font-family: madefor-text;
  src: url(fonts/madefor-text.woff2);
}
@font-face {
  font-family: fahkwang;
  src: url(fonts/fahkwang.woff2);
}
@font-face {
  font-family: Cinzel;
  src: url(fonts/Cinzel-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Cinzel;
  src: url(fonts/Cinzel-Bold.ttf);
  font-weight: 700;
}
:root {
  --primary: #a5763b;
  --primary-text-color: #bab7af;
  --font-color: #bab7af;
  --theme-color: #a5763b;
  --body-font-size: 16px;
  --body-font-family: Cinzel;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #000;
  --modal-bg-color: #000;
  --bg-color: #000;
  --btn-active-bg-color: #a5763b;
  --box-shadow-primary: none;
  --border-color: #303030;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: #a5763b;
  --btn-hover-background-color: #a5763b;
  --btn-text-color: #000;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Cinzel;
  --btn-font-size: 16px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 30px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #a5763b;
  --anchors-hover-color: #bab7af;
  --highlights-color: #bab7af;
  --highlights-font-family: Cinzel;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1200px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #303030;
  --overlay-bg-color: transparent;
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 20px;
  --product-title-color: #a5763b;
}

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

.btn:hover {
  background: var(--btn-hover-background-color);
  color: var(--btn-hover-text-color);
  opacity: var(--btn-hover-opacity);
}

.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 .main-navigation {
  opacity: 1;
  visibility: visible;
}
body.open .burger {
  right: 34px;
  top: 15px;
  background-color: #000;
}
body.open .burger svg {
  fill: #fff;
}
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%;
}

@media only screen and (max-width: 768px) {
  .burger:not(.open) svg + svg,
  .burger.open svg:first-child {
    display: none;
  }
  .burger:not(.open) {
    border-radius: 50%;
  }
}
footer.footer {
  background-color: #292929;
  padding: 20px 50px;
}

.footer-cols {
  text-align: center;
}

.footer-col {
  margin: 30px 0;
  font-style: italic;
  color: #fff;
}

.footer-col-1 {
  font-size: 25px;
  line-height: 40px;
}

.footer-col-3 {
  line-height: 45px;
  font-size: 37.6685px;
}

@media (min-width: 1024px) {
  .footer-middle .footer-row {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
  }
}

.social-list {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.btn-footer {
  display: inline-block;
  font-size: 24px;
  color: #000;
  border-radius: 37.5px;
  width: 333px;
  max-width: 100%;
  text-align: center;
  background-color: #a5763b;
  line-height: 70.79px;
  padding: 3px;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-footer:hover {
  background-color: #847539;
  color: #fff;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-list {
    padding: 0 42px;
  }
}
.footer-list li {
  flex-grow: 1;
}
.footer-list a {
  font-family: madefor-text;
  display: block;
  line-height: 21px;
  padding: 10px;
  margin: 0 4px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.footer-list a:hover {
  color: #045aff;
}

@media (min-width: 1024px) {
  .social-list {
    margin-bottom: 67px;
  }
  .social-list li {
    margin: 0 -2px;
  }
  .footer-bottom {
    padding-top: 21px;
  }
  .footer-logo img {
    height: 298.53px;
  }
  .footer-cols {
    padding-top: 10px;
    display: flex;
    align-items: center;
  }
  .footer-cols .footer-col {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .logo {
    text-align: center;
  }
  .logo a {
    display: inline-block;
    width: 50.4063232359%;
    margin-top: 6.3177281369%;
    margin-right: 0.0415874525%;
  }
  .main-navigation {
    position: fixed;
    padding-top: 91px;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
  }
  .main-menu {
    border-top: 2px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
  }
  .main-menu li {
    border-bottom: 1px solid #fff;
  }
  .main-menu a {
    text-transform: uppercase;
    padding: 10px 0 10px 50px;
    display: inline-block;
    line-height: 36px;
    font-size: 30px;
    font-family: fahkwang;
    color: #fff;
  }
  .burger {
    z-index: 1050;
    right: 20px;
    position: absolute;
    top: 11px;
    width: 48.6px;
    height: 48.6px;
    margin: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
  }
  .burger svg {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 751px) {
  .btn-menu-wrap {
    display: none;
  }
  .header-main {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
  }
  .logo-wrap {
    width: 26.6694354155%;
  }
  .main-navigation {
    width: 69.0035059331%;
    margin-right: 0.8394012945%;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
  }
  .main-menu li {
    flex-grow: 1;
  }
  .main-menu a {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
    margin: 4px 0;
    line-height: 27px;
    color: #fff;
    font-family: "palatino-linotype";
    font-size: 20px;
  }
  .main-menu a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1001px) {
  .header-main {
    overflow: hidden;
  }
  .logo-wrap {
    margin-left: -1.1155792337%;
    margin-top: -0.5269300574%;
  }
  .header-main {
    padding: 0 50px;
  }
}/*# sourceMappingURL=ws-style.css.map */