@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400%7CPT+Sans:400,700&subset=greek-ext");
@font-face {
  font-family: "icon-ord";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg?#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #2a2e37;
  --primary-text-color: #747474;
  --font-color: #747474;
  --theme-color: #2a2e37;
  --body-font-size: 16px;
  --body-font-family: PT Sans;
  --body-font-weight: 400;
  --body-line-height: 1.43;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: transparent;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #252930;
  --btn-border-color: transparent;
  --btn-background-color: #252930;
  --btn-hover-background-color: transparent;
  --btn-text-color: #fff;
  --btn-hover-text-color: #252930;
  --btn-active-color: #252930;
  --btn-font-family: Cormorant Infant;
  --btn-font-size: 18px;
  --btn-text-transform: uppercase;
  --btn-border: 1px solid #252930;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 2px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #2a2e37;
  --anchors-hover-color: #747474;
  --highlights-color: #333;
  --highlights-font-family: Cormorant Infant;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1100px;
  --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: 20px;
  --product-title-color: #2a2e37;
  --group-item-color: #2a2e37;
}

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

.ord-container,
#pageContent {
  margin: 0 auto;
  max-width: var(--container-max-width);
}

#authStatus a:hover {
  text-decoration: none;
}

.icon-ord {
  font-family: "icon-ord";
}

.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.has-overlay .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
}

.winery-info {
  font-size: 16px;
  color: #fff;
}
.winery-info p {
  margin-top: 10px;
}
.winery-info a {
  display: block;
  color: #f73535;
}
.winery-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.header-main {
  background-color: #2a2e37;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
}

.logo-wrap {
  display: flex;
  justify-content: space-between;
}

.icon-bars {
  font-size: 21px;
  line-height: 1;
  color: #dadada;
}
.icon-bars::after {
  content: "\f0c9";
}

@media only screen and (max-width: 800px) {
  .site-navigation {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .site-navigation,
  .site-navigation .navigation-row {
    overflow: hidden;
  }
  body.open .site-navigation {
    grid-template-rows: 1fr;
  }
  .logo {
    max-width: 75%;
  }
  .main-menu a {
    background-color: #292e37;
    line-height: 34px;
    border-bottom: 1px solid rgb(218, 218, 218);
    display: block;
    font-size: 12px;
    font-family: "PT Sans";
    color: #fff;
    padding: 0 30px;
    position: relative;
  }
  .main-menu .btn-toggle-sub-menu {
    position: absolute;
    right: 0;
    line-height: 35px;
    font-size: 12px;
    top: 0;
    padding-right: 35px;
  }
  .main-menu .btn-toggle-sub-menu .icon-toggle::after {
    content: "\e61f";
    color: #fff;
    display: inline-block;
    width: 15px;
    text-align: center;
  }
  .main-menu .has-child {
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease;
  }
  .main-menu .has-child.open {
    grid-template-rows: auto 1fr;
  }
  .main-menu .has-child,
  .main-menu .has-child .sub-menu {
    overflow: hidden;
  }
  .main-menu .sub-menu a {
    padding-left: 45.33px;
  }
}
footer.footer {
  border-top: 12px solid rgb(247, 246, 244);
  padding: 0 30px 10px;
}

.footer-logo {
  padding-top: 51px;
  padding-bottom: 101px;
}

@media (min-width: 641px) {
  .footer-logo {
    padding-bottom: 51px;
  }
}
@media (min-width: 768px) {
  .footer-logo {
    margin: 16px 0;
  }
}
@media (min-width: 801px) {
  .btn-toggle-sub-menu,
  .btn-menu-wrap {
    display: none;
  }
  .header-main {
    padding: 30px 30px 32px;
    border-bottom: none;
  }
  .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .winery-info p {
    margin-top: 0;
  }
  .footer-main {
    margin: 0 -15px;
  }
  .footer-logo {
    padding: 0 15px;
    width: 33.333%;
    margin: 16px auto;
  }
  .site-navigation {
    background-color: #686e6a;
    padding: 0 30px 1px;
  }
  .main-menu {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 180px;
    background-color: #686e6a;
    border-top: 3px solid #e0e5e1;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .main-menu .has-child .sub-menu a {
    padding: 7px 20px;
    line-height: 25.7px;
    border-bottom: 1px solid #e0e5e1;
    border-top: 0;
  }
  .main-menu .has-child .sub-menu a:hover {
    background-color: rgb(105, 98, 72);
  }
  .main-menu .has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .main-menu a {
    font-size: 18px;
    font-family: Raleway;
    display: block;
    color: #e0e5e1;
    line-height: 40px;
    border-top: 2px solid transparent;
  }
  .main-menu a:hover {
    border-top-color: #e0e5e1;
  }
}
@media (min-width: 1025px) {
  .main-menu {
    gap: 48px;
  }
}/*# sourceMappingURL=ws-style.css.map */