@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@font-face {
  font-family: "icon-pl";
  src: url("fonts/Phosphor-Light.woff2") format("woff2"), url("fonts/Phosphor-Light.woff") format("woff"), url("fonts/Phosphor-Light.ttf") format("truetype"), url("fonts/Phosphor-Light.svg#Phosphor-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: icon-el;
  src: url(fonts/elementskit.woff?y24e1e) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url(fonts/Ivy-Presto-Text-.ttf);
}
@font-face {
  font-family: "Ivy Presto Display";
  src: url(fonts/Ivy-Presto-Text-Light.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "wp-icon";
  src: url("fonts/WPPageBuilder.woff?o0ompx") format("woff"), url("fonts/WPPageBuilder.svg?o0ompx#WPPageBuilder") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #691928;
  --primary-text-color: #333333;
  --font-color: #333333;
  --theme-color: #691928;
  --body-font-size: 16px;
  --body-font-family: Lato;
  --body-font-weight: 400;
  --body-line-height: 1.75;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #000;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #691928;
  --btn-border-color: transparent;
  --btn-background-color: #691928;
  --btn-hover-background-color: #000;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Lato;
  --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: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #333333;
  --anchors-hover-color: #333333;
  --highlights-color: #333333;
  --highlights-font-family: Ivy Presto Display;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1366px;
  --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: #333333;
  --group-item-color: #333333;
}

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

.icon-pl {
  font-family: icon-pl;
}

.icon-el {
  font-family: icon-el;
}

.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-menu {
  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-main {
  position: relative;
  padding: 0 20px;
  background-color: #f8f7f2;
}

.header-row {
  display: flex;
}

.logo-wrap img {
  width: 60px;
}

.navigation-block,
.logo-wrap {
  padding: 10px;
  width: 100%;
}

.navigation-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.icon-menu::after {
  content: "\eb20";
  font-size: 30px;
  color: #000;
}

.burger.open .icon-menu::after {
  content: "\ea56";
  font-family: wp-icon;
}

.icon-cart::after {
  content: "\e0b0";
  font-size: 30px;
}

.main-menu button {
  margin: -10px 0;
  padding: 10px 0 10px 10px;
}
.main-menu button svg {
  fill: #f8f7f2;
  width: 17px;
  height: 17px;
}
.main-menu .sub-menu a {
  border-left: 8px solid transparent;
}

.burger {
  padding: 7.5px;
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1040;
    transform-origin: top;
    transform: scale(1, 0);
    background-color: #888870;
    transition: transform 0.3s ease;
  }
  .main-menu .has-child {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .main-menu .has-child,
  .main-menu .has-child ul {
    overflow: hidden;
  }
  .main-menu .has-child.open {
    grid-template-rows: auto 1fr;
  }
  .main-menu .has-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-menu a {
    color: #f8f7f2;
    display: inline-block;
    padding: 15px;
    line-height: 20px;
    font-size: 17px;
    font-family: Lato;
  }
  .main-menu .sub-menu a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .logo-wrap {
    width: 15%;
  }
  .logo-wrap img {
    width: 100px;
  }
  .navigation-block {
    width: 85%;
  }
}
@media (min-width: 1025px) {
  .btn-menu-wrap {
    display: none;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .has-child > a {
    display: flex;
    align-items: center;
  }
  .main-menu > li > a {
    margin: 0 15px;
    position: relative;
  }
  .main-menu > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #691928;
  }
  .main-menu > li > a:hover::after {
    opacity: 1;
  }
  .main-menu > li:first-child a {
    margin-left: 0;
  }
  .main-menu > li:last-child a {
    margin-right: 0;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    background-color: #888870;
    min-width: 156px;
  }
  .main-menu .sub-menu a {
    white-space: nowrap;
    padding: 13px 30px;
    font-size: 16px;
    display: block;
    color: #f8f7f2;
  }
  .main-menu .sub-menu a:hover {
    color: #888870;
    background-color: #f8f7f2;
  }
  .main-menu a {
    color: #0d0d0d;
    display: inline-block;
    padding: 15px 0;
    font-size: 17px;
    line-height: 20px;
  }
}
@media (min-width: 1025px) and (min-width: 1441px) {
  .main-menu a {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .main-menu button svg {
    fill: #0d0d0d;
  }
  .icon-cart::after {
    font-size: 22px;
  }
}
footer.footer {
  background-color: #888870;
}

.footer-cols,
.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-cols {
  padding: 60px 15px 15px;
  row-gap: 40px;
}

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

.footer-col-title {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

.footer-list {
  --list-spacing: 2.5px;
}
.footer-list,
.footer-list a {
  color: #fff;
}
.footer-list li + li {
  margin-top: var(--list-spacing);
}
.footer-list li:not(:last-child) {
  padding-bottom: var(--list-spacing);
}
.footer-list .text-item {
  padding-left: 5px;
}

.contact-list a {
  display: flex;
}
.contact-list .item-icon {
  position: relative;
  top: 7px;
}
.contact-list svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin-right: 3.75px;
}

.newsletter-button {
  text-align: center;
}

.btn-newsletter {
  padding: 10px 55px;
  line-height: 28px;
}

.social-nav {
  display: flex;
  gap: 8px;
}
.social-nav a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.social-nav svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

.footer-bottom {
  border-top: 1px solid #f8f7f2;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .footer-cols {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer-col {
    width: 33%;
  }
  .footer-col-4,
  .footer-col-5 {
    width: 50%;
  }
  .newsletter-button {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .footer-cols {
    flex-wrap: nowrap;
    padding: 60px 0;
  }
  .footer-col {
    width: 25%;
  }
  .copyright {
    font-size: 18px;
  }
}
@media (min-width: 1441px) {
  .social-nav a {
    width: 34px;
    height: 34px;
  }
  .social-nav svg {
    width: 17px;
    height: 17px;
  }
}/*# sourceMappingURL=ws-style.css.map */