@import url("https://irp.cdn-website.com/fonts/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=DM+Sans:ital,wght@0,100..1000;1,100..1000&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&subset=latin-ext&display=swap");
@font-face {
  font-family: icon-ord;
  src: url(fonts/fontawesome-webfont.woff);
}
:root {
  --primary: #dedede;
  --primary-text-color: #999;
  --font-color: #999;
  --theme-color: #dedede;
  --body-font-size: 16px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #b5943d;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #cca744;
  --btn-border-color: transparent;
  --btn-background-color: #cca744;
  --btn-hover-background-color: #b5943d;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Montserrat;
  --btn-font-size: 14px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 6px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #cca744;
  --anchors-hover-color: #b5943d;
  --highlights-color: #999;
  --highlights-font-family: Merriweather;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1200px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: transparent;
  --cart-summary-top: 90px;
  --modal-header-color: #999;
  --group-menu-font-size: 18px;
  --product-title-color: #cca744;
  --group-item-color: #cca744;
}

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

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

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1039;
  padding: 10px 0;
}

.header-row {
  padding: 6px 2%;
}

.logo-wrap {
  display: flex;
  align-items: center;
}

.logo {
  width: 82%;
  padding: 6px 16px;
}
.logo img {
  width: 147px;
}

.auth-wrapper {
  margin-top: var(--cart-summary-top);
}

@media only screen and (max-width: 1024px) {
  .btn-menu-wrap {
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .burger {
    padding: 16px;
    width: 30px;
    height: 30px;
    box-sizing: content-box;
    max-width: 100%;
  }
  .burger svg {
    fill: #fff;
    width: 100%;
    height: 100%;
  }
  .site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1041;
    background-color: #000;
    display: flex;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
  .navigation-row {
    padding: 0 4%;
  }
  .main-menu > li {
    position: relative;
  }
  .main-menu > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .main-menu a {
    color: #fff;
    display: flex;
    padding: 15px 10px;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .main-menu .sub-menu {
    display: none;
  }
  .main-menu .sub-menu a {
    font-size: 12.8px;
    font-weight: 300;
    padding: 8px 12px;
    line-height: 15px;
    letter-spacing: 0.384px;
  }
  .main-menu .has-child.open .sub-menu {
    display: block;
  }
  .btn-close-wrap {
    text-align: right;
    padding: 4% 4% 0;
  }
  .btn-close-wrap button {
    padding: 6px 16px;
  }
  .btn-close-wrap svg {
    fill: #fff;
    width: 30px;
    height: 30px;
  }
  .btn-close-wrap,
  .navigation-row,
  .empty-container {
    flex: 1 0 auto;
  }
  .has-child.open button span::after {
    transform: rotate(180deg);
  }
}
.has-child > a {
  display: flex;
  align-items: center;
}

.btn-toggle-sub-menu span {
  font-family: icon-ord;
  padding-left: 15px;
  color: #fff;
}
.btn-toggle-sub-menu span::after {
  display: inline-block;
  content: "\f107";
  font-size: 19px;
  line-height: 19px;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .btn-close-wrap {
    padding-top: 0;
  }
  .btn-close-wrap button {
    padding: 16px;
  }
  .logo img {
    width: 159px;
  }
  .has-child:hover button span::after {
    transform: rotate(180deg);
  }
}
@media (min-width: 1025px) {
  .header-main {
    padding: 0;
  }
  .header-row {
    padding: 15px 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .logo-wrap {
    width: 19.57%;
  }
  .logo {
    width: 100%;
  }
  .logo img {
    width: 100%;
  }
  .empty-container,
  .btn-close-wrap,
  .btn-menu-wrap {
    display: none;
  }
  .site-navigation {
    width: 80.374825784%;
  }
  .main-menu {
    padding: 6px 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    background-color: #af4c25;
  }
  .main-menu .sub-menu a {
    font-weight: 700;
    padding: 15px 30px 15px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    font-family: Montserrat;
  }
  .main-menu .sub-menu a:hover {
    background-color: #000;
  }
  .main-menu a {
    text-transform: uppercase;
    font-family: Merriweather;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
    line-height: 30.38px;
    letter-spacing: 0.48px;
  }
  .btn-toggle-sub-menu span {
    padding-left: 10px;
  }
  .btn-toggle-sub-menu span::after {
    font-size: 17px;
  }
}
footer.footer {
  text-align: center;
}

.footer-top {
  padding: 12% 4% 4%;
}

.content-top {
  padding: 16px;
}

.winery-contact p {
  padding-bottom: 24px;
  line-height: 22.5px;
}
.winery-contact a {
  color: #000;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: -0.3px;
}

.contact-title {
  font-size: 12px;
  font-family: Montserrat;
  margin: 0 0 16px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.footer-logo {
  padding-bottom: 24px;
}
.footer-logo img {
  width: 180px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 1px 4%;
  background-color: rgb(251, 209, 128);
}

.footer-list {
  display: flex;
  padding: 2% 0;
  flex-wrap: wrap;
  justify-content: space-around;
  line-height: 21px;
  font-size: 10px;
}
.footer-list a {
  font-family: Merriweather;
  text-transform: uppercase;
  display: inline-flex;
  padding: 0 15px;
  color: #000;
  letter-spacing: 0.3px;
}

.copyright {
  font-family: Merriweather;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 0;
  font-weight: 300;
}
.copyright,
.copyright a {
  color: #000;
}
.copyright a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer-top {
    padding: 1% 4%;
  }
  .winery-contact p {
    padding-bottom: 0;
  }
  .contact-title {
    font-size: 16px;
    line-height: 19px;
  }
  .winery-contact p {
    line-height: 24px;
  }
  .winery-contact a {
    letter-spacing: -0.32px;
    font-size: 16px;
  }
  .footer-bottom {
    padding: 1% 2%;
  }
  .footer-nav {
    width: 83.3%;
    margin: 0 auto;
  }
  .footer-list {
    font-size: 12px;
    line-height: 23.78px;
  }
}
@media (min-width: 1025px) {
  .footer-top {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-bottom {
    padding: calc(1% + 1px) 40px;
  }
}
.footer-bottom {
  background-color: #fff;
}

.winery-contact br,
.footer-phone,
.footer-nav,
.contact-title {
  display: none;
}/*# sourceMappingURL=ws-style.css.map */