@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Playfair+Display:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap");
:root {
  --primary: #333;
  --primary-text-color: #333;
  --font-color: #333;
  --theme-color: #333;
  --body-font-size: 16px;
  --body-font-family: Poppins;
  --body-font-weight: 400;
  --body-line-height: 1.6em;
  --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: #333;
  --btn-border-color: transparent;
  --btn-background-color: #333;
  --btn-hover-background-color: #000;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Poppins;
  --btn-font-size: 16px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 1px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #000;
  --anchors-hover-color: #333;
  --highlights-color: #333;
  --highlights-font-family: Playfair Display;
  --highlights-font-weight: 700;
  --highlights-line-height: 1;
  --container-max-width: 1280px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: rgba(0, 0, 0, 0.8);
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 18px;
  --product-title-color: #000;
  --group-item-color: #000;
}

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 .navigation-block {
  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 {
  padding: 0 10px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 134px;
}

.logo-wrap {
  width: 50%;
}

.burger svg {
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 1024px) {
  .button-contact a {
    display: none;
  }
  .navigation-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    height: 100%;
    overflow-y: auto;
    max-width: 400px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .close-wrap {
    text-align: right;
    padding: 10px;
  }
  .btn-close-menu {
    padding: 5px 12px 11px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-radius: 100px;
  }
  .navigation-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main-navigation {
    padding: 0 10px;
  }
  .main-menu {
    margin-top: 10px;
    padding: 10px 0;
  }
  .main-menu li {
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
  }
  .main-menu a {
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 15px;
    color: #33373d;
    font-family: Inter;
  }
  .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;
    justify-content: space-between;
  }
  .main-menu .sub-menu a {
    border-left: 8px solid transparent;
  }
  .main-menu .btn-toggle-sub-menu {
    margin: -10px 0;
    padding: 10px 0 10px 10px;
  }
  .main-menu .btn-toggle-sub-menu svg {
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .logo-wrap {
    width: 30%;
  }
  .btn-menu-wrap {
    width: 10%;
    text-align: center;
  }
  .button-contact {
    width: 60%;
    text-align: right;
  }
  .button-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 14px;
    color: #fff;
    font-family: "Playfair Display";
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    background-color: rgb(119, 128, 138);
  }
  .button-contact a:hover {
    background-color: #000;
  }
  .button-contact a svg {
    width: 14px;
    height: 14px;
    fill: #fff;
  }
  .navigation-block {
    padding: 10px;
  }
  .main-menu a {
    font-size: 13px;
  }
  .main-menu .sub-menu a {
    font-size: 11.05px;
  }
  .main-menu .btn-toggle-sub-menu svg {
    width: 13px;
    height: 13px;
  }
  .btn-close-menu {
    font-size: 21px;
  }
}
.header-banner {
  min-height: 500px;
  background-image: url(Images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1025px) {
  .close-wrap,
  .btn-menu-wrap {
    display: none;
  }
  .logo-wrap {
    width: 20%;
  }
  .navigation-block {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .button-contact {
    width: 15%;
    text-align: right;
  }
  .button-contact a {
    text-align: center;
  }
  .main-menu {
    display: flex;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    border-radius: 2px;
    top: 100%;
    left: 0;
    z-index: 1040;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
    background-color: #fff;
  }
  .main-menu .sub-menu a {
    border-left: 8px solid #fff;
    font-size: 15px;
    font-family: Inter;
    white-space: nowrap;
    text-transform: none;
    color: #33373d;
    font-weight: 500;
  }
  .main-menu a {
    padding: 13px 17px;
    font-size: 15px;
    font-family: "Playfair Display";
    display: flex;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
  }
  .main-menu .btn-toggle-sub-menu {
    padding: 10px 0 10px 10px;
    margin: -10px 0;
  }
  .main-menu .btn-toggle-sub-menu svg {
    width: 10.5px;
    height: 10.5px;
    fill: currentColor;
  }
}
@media (min-width: 1367px) {
  .main-menu a {
    padding: 13px 20px;
  }
}
.social-nav {
  display: flex;
  gap: 9px;
}
.social-nav a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.social-nav svg {
  width: 15px;
  height: 15px;
}

.copyright p {
  text-align: center;
  margin-top: 30px;
  color: #fff;
  line-height: 1.5;
  font-size: 13px;
}

footer.footer {
  background-image: url(Images/footer-background.png);
  background-size: cover;
  background-position: center;
}

.footer-main {
  --font-size: 14px;
  padding: 100px 20px 20px;
  background-image: linear-gradient(180deg, rgba(2, 1, 1, 0.1803921569) 0%, rgba(0, 0, 0, 0.7882352941) 38%);
}

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

.footer-newsletter {
  opacity: 0;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.newsletter-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.newsletter-text h1 {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  margin: 0;
  font-weight: 500;
}
.newsletter-text p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.btn-newsletter {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.btn-newsletter svg {
  height: 15px;
  width: 15px;
  fill: #000;
}

.footer-logo {
  height: 43px;
}
.footer-logo img {
  width: 35%;
}

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

.footer-cols-right {
  padding-top: 25px;
}

.footer-col-4 {
  padding-top: 10px;
}

.winery-address {
  font-size: var(--font-size);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.winery-address p {
  margin-bottom: 14px;
}

.contact-list,
.footer-list {
  --spacing: 3.5px;
  --text-spacing: 5px;
  --icon-size: 14px;
}
.contact-list li + li,
.footer-list li + li {
  margin-top: var(--spacing);
}
.contact-list li:not(:last-child),
.footer-list li:not(:last-child) {
  padding-bottom: var(--spacing);
}
.contact-list a,
.footer-list a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
}
.contact-list .item-text,
.footer-list .item-text {
  padding-left: var(--text-spacing);
}
.contact-list svg,
.footer-list svg {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 3.5px;
  fill: rgba(255, 255, 255, 0.6);
}

.footer-separator {
  display: none;
}

@media (min-width: 768px) {
  .footer-newsletter {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .newsletter-text {
    width: 50%;
  }
  .footer-content {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-cols-left {
    width: 40%;
    padding-right: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.1019607843);
  }
  .footer-cols-right {
    width: 60%;
    flex-direction: row;
    padding-top: 0;
    padding-left: 30px;
  }
  .footer-col-3,
  .footer-col-4 {
    padding: 10px;
    width: 50%;
  }
  .copyright p {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer-separator {
    display: block;
    padding: 15px 0;
  }
  .footer-separator hr {
    border: none;
    margin: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1019607843);
  }
  .footer-newsletter,
  .copyright {
    width: 100%;
  }
  .footer-logo {
    height: auto;
  }
}
@media (min-width: 1025px) {
  .footer-col-title {
    font-size: 25px;
  }
  .winery-address p,
  .contact-list a,
  .footer-list a {
    font-size: 16px;
  }
  .social-nav a {
    width: 38px;
    height: 38px;
  }
  .social-nav a svg {
    width: 18px;
    height: 18px;
  }
  .newsletter-text h1 {
    font-size: 46px;
  }
  .newsletter-text p {
    font-size: 15px;
  }
  .copyright p {
    font-size: 15px;
    line-height: 22.5px;
  }
}
@media (min-width: 1367px) {
  .footer-cols-right,
  .footer-cols-left {
    width: 50%;
  }
  .copyright p {
    padding-top: 30px;
  }
}/*# sourceMappingURL=ws-style.css.map */