@import url("https://fonts.googleapis.com/css?family=Montserrat%3A400%2C700&ver=6.6.2");
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: "PexetoArrows";
  src: url(fonts/PexetoArrows.eot);
  src: url(fonts/PexetoArrows.eot?#iefix) format("embedded-opentype"), url(fonts/PexetoArrows.woff) format("woff"), url(fonts/PexetoArrows.ttf) format("truetype"), url(fonts/PexetoArrows.svg#PexetoArrows) format("svg");
}
:root {
  --primary: #336666;
  --primary-text-color: #565656;
  --font-color: #565656;
  --theme-color: #336666;
  --body-font-size: 14px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.7;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #336666;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #336666;
  --btn-border-color: transparent;
  --btn-background-color: #336666;
  --btn-hover-background-color: #336666;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Montserrat;
  --btn-font-size: 13px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 4px;
  --btn-hover-opacity: 0.9;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #336666;
  --anchors-hover-color: #336666;
  --highlights-color: #222;
  --highlights-font-family: Georgia;
  --highlights-font-weight: 700;
  --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: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #336666;
}

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 .navigation-wrap {
  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 {
  --header-banner-height: 195px;
  --header-padding: 20px 5% 0;
  --logo-wrap-padding: 0 0 10px;
  --logo-height: 100px;
}

.header-banner {
  display: none;
}

.header-main {
  padding: var(--header-padding);
  background-image: url(Images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.logo-wrap {
  padding: var(--logo-wrap-padding);
}

.logo {
  visibility: hidden;
  height: var(--logo-height);
}

.btn-menu-wrap {
  margin: 18px 0 22px auto;
  width: -moz-max-content;
  width: max-content;
}

.burger {
  display: block;
  text-transform: uppercase;
  line-height: 15px;
  background-image: url(Images/mob-nav-icon_w.png);
  background-repeat: no-repeat;
  background-size: 20px 15px;
  color: #fff;
  height: 15px;
  padding-left: 27px;
  font-family: Montserrat;
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  .navigation-wrap {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    z-index: 1040;
    left: 0;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.96);
    transform-origin: top;
    transform: scale(1, 0);
    transition: transform 0.3s ease;
  }
  .main-menu a {
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    display: block;
    padding: 15px 3%;
    position: relative;
    font-size: 12px;
    line-height: 1.7;
  }
  .main-menu ul {
    background-color: rgba(255, 255, 255, 0.11);
  }
  .main-menu ul li {
    padding-left: 2%;
  }
  .has-child {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .has-child,
  .has-child ul {
    overflow: hidden;
  }
  .has-child.open {
    grid-template-rows: auto 1fr;
  }
  .btn-toggle-sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 51px;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }
  .btn-toggle-sub-menu::after {
    content: "\e007";
    font-family: PexetoArrows;
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 1;
    color: #fff;
  }
  .has-child.open > a > .btn-toggle-sub-menu::after {
    transform: rotate(180deg);
  }
}
@media (min-width: 1001px) {
  .btn-menu-wrap {
    display: none;
  }
  header {
    --logo-wrap-padding: 0;
    --header-padding: 20px 5%;
    --logo-height: 260px;
  }
  .main-menu {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .main-menu > li {
    padding-bottom: 10px;
  }
  .main-menu > li:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .main-menu > li > a:hover {
    background-color: rgba(30, 30, 30, 0.5);
  }
  .main-menu a {
    padding: 2px 14px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-shadow: -2px 2px 4px #333;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    line-height: 1.8em;
  }
  .main-menu button,
  .main-menu .sub-menu {
    display: none;
  }
  .main-menu > li > .sub-menu {
    background-color: rgb(30, 30, 30);
    padding: 0 15px 20px;
    position: absolute;
    top: 100%;
    left: var(--left-menu);
    width: var(--menu-width);
    z-index: 1040;
  }
  .main-menu > li > .sub-menu > li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 2px 0;
    margin: 20px 16px 0;
  }
  .main-menu > li > .sub-menu > li > a {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .main-menu > li > .sub-menu a {
    padding: 4px 0;
    display: block;
  }
  .main-menu > li > .sub-menu .sub-menu .sub-menu a::before {
    content: ">";
    padding-right: 5px;
    opacity: 0.4;
  }
  .main-menu > li > .sub-menu .sub-menu a {
    opacity: 0.7;
  }
  .main-menu li:first-child {
    --menu-width: 958px;
    --left-menu: 0;
  }
  .main-menu li:first-child .sub-menu {
    top: 40px;
  }
  .main-menu li:nth-child(2) {
    --menu-width: 262px;
    --left-menu: 114;
  }
  .main-menu li:nth-child(2) .sub-menu {
    top: 40px;
  }
  .main-menu li:nth-child(3) {
    --menu-width: 958px;
    --left-menu: 0;
  }
  .main-menu li:nth-child(3) .sub-menu {
    top: 40px;
  }
  .main-menu li:nth-child(4) {
    --menu-width: 262px;
    --left-menu: 548px;
  }
  .main-menu li:nth-child(4) .sub-menu {
    top: 40px;
  }
  .main-menu li:nth-child(5) {
    --menu-width: 262px;
    --left-menu: 795px;
  }
  .main-menu li:nth-child(5) .sub-menu {
    top: 40px;
  }
  .main-menu li:nth-child(6) {
    --menu-width: 210px;
    --left-menu: 0;
  }
  .main-menu li:nth-child(7) {
    --menu-width: 494px;
    --left-menu: 389px;
  }
  .main-menu li:nth-child(8) {
    --menu-width: 494px;
    --left-menu: 686px;
  }
}
footer.footer .ord-container {
  padding: 0 3%;
  box-sizing: content-box;
}

.footer-main {
  background-color: #252525;
  font-size: 14px;
}
.footer-main .footer-cols {
  padding: 50px 0;
}

.footer-col-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  padding: 11px 0 10px;
  line-height: 1.7;
  margin: 0 0 10px;
}

.footer-logo {
  margin: 7px 0;
  overflow: hidden;
}
.footer-logo img {
  width: 200px;
  margin-bottom: 10px;
}

.winery-contact,
.winery-description {
  color: #fff;
  font-size: 14px;
}

.winery-contact {
  margin-bottom: 10px;
}

.winery-description p {
  margin: 0.5em 0;
}

.reviews-list {
  font-size: 14px;
  line-height: 18px;
}
.reviews-list li {
  display: flex;
  padding: 3px 0 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.reviews-list .review-text {
  padding-top: 13px;
  line-height: 21px;
}
.reviews-list a {
  color: #fff;
}
.reviews-list p {
  color: #fff;
  opacity: 0.5;
}
.reviews-list img {
  width: 61px;
  padding: 3px;
  margin: 8px 10px 5px 0;
}

.footer-logos div {
  margin-top: 20px;
}

.footer-bottom {
  text-align: center;
  padding: 25px 0;
  background-color: #1f1f1f;
  letter-spacing: 1px;
}
.footer-bottom img {
  vertical-align: bottom;
  height: auto;
}

.copyright {
  line-height: 1.7;
  font-size: 10px;
  letter-spacing: 2px;
  margin: 1em 0;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #b3b3b1;
}

.footer-list {
  font-size: 10px;
  margin: 1em 0;
}
.footer-list li {
  display: inline;
  line-height: 1.3;
}
.footer-list li::after {
  content: "/";
  margin-left: 5px;
  color: #fff;
}
.footer-list li:last-child::after {
  content: "";
}
.footer-list a {
  text-transform: uppercase;
  color: #fff;
  margin: 0 7px;
}

@media (min-width: 521px) {
  .footer-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-col {
    width: 48.4%;
  }
}
@media (min-width: 1001px) {
  .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-col {
    width: 22.6%;
  }
  .copyright,
  .footer-list {
    margin: 0;
  }
  .footer-list {
    justify-content: flex-end;
  }
  .footer-list,
  .footer-list li {
    display: flex;
  }
}/*# sourceMappingURL=ws-style.css.map */