@font-face {
  font-family: Sebastian;
  src: url(fonts/Sebastian-Bobby-Alt-Slanted.otf);
}
@font-face {
  font-family: Gotham;
  src: url(fonts/Gotham-Light.otf);
}
@font-face {
  font-family: icon-ord;
  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: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot);
  src: url(fonts/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot?v=4.3.0");
  src: url("fonts/ionicons.eot?v=4.3.0#iefix") format("embedded-opentype"), url("fonts/ionicons.woff2?v=4.3.0") format("woff2"), url("fonts/ionicons.woff?v=4.3.0") format("woff"), url("fonts/ionicons.ttf?v=4.3.0") format("truetype"), url("fonts/ionicons.svg?v=4.3.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary: #222;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #222;
  --body-font-size: 16px;
  --body-font-family: Gotham;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #5e614c;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #8badbe;
  --btn-border-color: transparent;
  --btn-background-color: #8badbe;
  --btn-hover-background-color: #5e614c;
  --btn-text-color: #ffffff;
  --btn-hover-text-color: #ffffff;
  --btn-active-color: #ffffff;
  --btn-font-family: Gotham;
  --btn-font-size: 15px;
  --btn-text-transform: none;
  --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: #8badbe;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Montserrat;
  --highlights-font-weight: 400;
  --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: 100px;
  --modal-header-color: #fff;
  --group-menu-font-size: 20px;
  --product-title-color: #8badbe;
  --group-item-color: #8badbe;
}

:root[data-theme=dark] {
  --primary-text-color: #c4c4c4;
  --font-color: var(--primary-text-color);
  --theme-color: #1e1e1e;
  --primary: var(--theme-color);
  --bg-color: #121212;
  --body-background-color: var(--bg-color);
  --modal-bg-color: var(--bg-color);
  --box-shadow-primary: none;
  --border-color: #2e2e2e;
  --btn-active-border-color: var(--border-color);
  --btn-border-color: transparent;
  --btn-background-color: #2e2e2e;
  --btn-active-bg-color: var(--btn-background-color);
  --btn-hover-background-color: var(--btn-background-color);
  --btn-text-color: var(--font-color);
  --btn-hover-text-color: var(--font-color);
  --btn-active-color: var(--font-color);
  --btn-border: 0;
  --inputs-text-color: var(--primary-text-color);
  --anchors-color: var(--primary-text-color);
  --anchors-hover-color: #fff;
  --highlights-color: var(--font-color);
  --popup-text-color: var(--font-color);
  --wine-information-alt-row-bg: #1e1e1e;
  --overlay-bg-color: transparent;
  --modal-header-color: #121212;
  --product-title-color: #fff;
  --group-item-color: #fff;
}

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);
  text-transform: uppercase;
}

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

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

.btn-toggle-theme {
  display: none;
  z-index: 9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  width: 30px;
  height: 30px;
  position: fixed;
  background: var(--theme-color);
  color: var(--modal-header-color);
  border-radius: 50%;
  overflow: hidden;
}
.btn-toggle-theme .button-content {
  display: grid;
  grid-template-columns: 30px 30px;
  transition: transform 0.3s ease;
}
.btn-toggle-theme .button-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.btn-toggle-theme.open .button-content {
  transform: translateX(-100%);
}

body .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.open.has-overlay .ord-overlay {
  opacity: 1;
  visibility: visible;
}

.header-main {
  padding: 0 10px;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.btn-reserve {
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;
  line-height: 1;
  padding: 12px 14px 12px 18px;
}

.icon-arrow-right::before {
  content: "\e06c";
}

.logo-wrap {
  width: 30%;
}

.shop-list {
  width: 50%;
}

.main-navigation {
  width: 10%;
}

.shop-list,
.btn-menu-wrap {
  text-align: right;
}

.logo img {
  width: 197px;
}

footer.footer {
  background-color: #f3f3f3;
}

.footer-main {
  padding: 0 20px;
}

.footer-col-1 img {
  width: 200px;
}

.footer-cols {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-col-title {
  margin: 0;
  font-size: 40px;
  font-family: Sebastian;
  line-height: 1;
  text-transform: none;
}

.footer-col-3 {
  padding: 10px;
}

.social-nav {
  display: flex;
  gap: 5px;
}
.social-nav a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-nav svg {
  width: 20px;
  height: 20px;
  fill: rgb(94, 97, 76);
}

.footer-logo {
  padding: 10px;
}

.winery-description {
  line-height: 30px;
  font-size: 14px;
}

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

.footer-col-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 20px;
}
.footer-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-size: 13px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  color: #000;
}

.newsletter-description {
  font-size: 14px;
  line-height: 28px;
}

.btn-newsletter {
  padding: 18px 40px;
  line-height: 1;
  display: inline-flex;
  gap: 10px;
}

.footer-bottom {
  padding: 10px;
  border-top: 1px solid rgb(237, 234, 230);
}

.copyright {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}

@media only screen and (max-width: 1024px) {
  body:not(.open) .main-menu {
    display: none;
  }
  .header-main {
    position: relative;
  }
  .btn-menu-wrap {
    text-align: center;
  }
  .burger {
    width: 41px;
    text-align: center;
  }
  .burger .icon-bars::before {
    font-size: 21px;
    content: "\f32a";
    font-family: Ionicons;
  }
  .burger.open .icon-bars::before {
    font-family: "Material Icons";
    content: "\e5cd";
  }
  .main-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #fff;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid #c4c4c4;
  }
  .main-menu a {
    padding: 15px 32px;
    display: inline-block;
    display: block;
    line-height: 1;
    color: #000;
    font-size: 15px;
  }
}
@media (min-width: 481px) {
  .btn-reserve {
    padding: 15px 30px;
  }
  .burger {
    padding: 10.5px;
    width: auto;
    line-height: 1;
  }
  .burger .icon-bars::before {
    font-size: 30px;
  }
  .shop-list {
    width: 49%;
  }
  .footer-col-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .header-main {
    padding: 0 20px;
  }
  .header-row {
    gap: 25px;
  }
  .logo-wrap {
    width: 20%;
  }
  .shop-list {
    width: 70%;
  }
  .btn-reserve {
    padding: 18px 40px;
  }
  .footer-cols {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-col-1 {
    width: 38%;
  }
  .footer-col-2 {
    width: 59%;
    flex-direction: row;
    gap: 20px;
  }
  .footer-col-content {
    width: 50%;
  }
  .footer-col-3 {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .footer-cols {
    flex-wrap: nowrap;
    gap: 50px;
    position: relative;
    z-index: 9;
  }
  .footer-col {
    padding: 10px;
  }
  .footer-col-1 {
    width: 25%;
    flex: 0 0 auto;
  }
  .footer-col-2 {
    width: 50%;
    flex: 0 1 auto;
  }
  .footer-col-3 {
    width: 25%;
    flex: 0 1 auto;
  }
  .footer-list a {
    font-size: 15px;
  }
  .burger .icon-bars::before {
    font-size: 22px;
  }
  .footer-list {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .btn-menu-wrap {
    display: none;
  }
  .auth-wrapper {
    margin-top: var(--cart-summary-top);
  }
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    background-color: var(--bg-color);
    transition: transform 0.3s ease;
  }
  .scroll-down .header-main {
    transform: translateY(-100%);
  }
  .footer-main {
    position: relative;
  }
  .footer-main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: url(Images/blue_butterfly.png);
    background-position: 95% 100%;
    background-size: 20% auto;
    background-repeat: no-repeat;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .main-menu li:not(:last-child) {
    margin-right: 25px;
  }
  .main-menu a {
    padding: 15px 0;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    color: #000;
    position: relative;
  }
  .main-menu a:hover::after {
    transform: translate(0);
    opacity: 1;
  }
  .main-menu a::after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: translateX(100%);
    background-color: rgb(94, 97, 76);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .main-navigation {
    width: 65%;
  }
  .shop-list {
    order: 3;
    width: 15%;
  }
}/*# sourceMappingURL=ws-style.css.map */