@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
@font-face {
  font-family: eicons;
  src: url(fonts/eicons.eot?5.46.0);
  src: url(fonts/eicons.eot?5.46.0#iefix) format("embedded-opentype"), url(fonts/eicons.woff2?5.46.0) format("woff2"), url(fonts/eicons.woff?5.46.0) format("woff"), url(fonts/eicons.ttf?5.46.0) format("truetype"), url(fonts/eicons.svg?5.46.0#eicon) format("svg");
  font-weight: 400;
  font-style: normal;
}
:root {
  --primary: #222;
  --primary-text-color: #7a7a7a;
  --font-color: #7a7a7a;
  --theme-color: #222;
  --body-font-size: 16px;
  --body-font-family: Karla;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #a6824c;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #a6824c;
  --btn-border-color: transparent;
  --btn-background-color: #a6824c;
  --btn-hover-background-color: #a6824c;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Raleway;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0.5px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #a6824c;
  --anchors-hover-color: #7a7a7a;
  --highlights-color: #222;
  --highlights-font-family: Raleway;
  --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: 150px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #7a7a7a;
  --group-item-color: #7a7a7a;
}

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

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

.auth-wrapper {
  margin-top: 116px;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  background-color: #ffffff;
  width: 100%;
}

.logo-wrap {
  width: 85%;
}

.logo {
  display: flex;
  justify-content: flex-end;
}
.logo a {
  padding-left: 10px;
}
.logo a,
.logo img,
.logo picture {
  display: block;
}
.logo img {
  width: 400px;
}

.icon-el {
  font-family: eicons;
}

.btn-toggle-sub-menu {
  padding: 10px 0 10px 10px;
  margin: -10px 0;
}

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

@media only screen and (max-width: 1024px) {
  .header-button {
    display: none;
  }
  .main-navigation {
    width: 100%;
  }
  .btn-menu-wrap {
    padding: 10px 0;
    width: 15%;
    text-align: center;
  }
  .burger {
    padding: 5.5px;
    border-radius: 3px;
    font-size: 22px;
    line-height: 1;
    color: #fff3d9;
    background-color: rgb(166, 130, 76);
  }
  .icon-menu::after {
    content: "\e816";
  }
  .burger.open .icon-el::after {
    content: "\e87f";
  }
  body.open .main-menu {
    transform: scale(1);
  }
  .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    width: 100%;
    background-color: #bb9b6a;
    margin-top: 8px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
  }
  .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;
    align-items: center;
  }
  .main-menu li {
    border-bottom: 1px dotted #fff;
  }
  .main-menu a {
    display: block;
    color: #fff;
    padding: 16px 26px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: Raleway;
  }
  .main-menu .sub-menu a {
    border-left: 8px solid transparent;
  }
  .main-menu .btn-toggle-sub-menu {
    color: #fff;
  }
  .icon-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    font-family: Raleway;
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  .icon-list li {
    background-image: linear-gradient(180deg, #a6824c 0%, #bb9b6a 100%);
    padding: 11.5px 0 7.5px;
  }
  .icon-list li + li {
    border-left: 1px dotted #fff;
  }
  .icon-list .phone-item .item-text,
  .icon-list .reserve-item,
  .icon-list .photos-item,
  .icon-list .directions-item {
    display: none;
  }
  .icon-list .item-icon {
    line-height: 1;
    font-size: 20px;
  }
  .icon-list a {
    color: #fff3d9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header-main {
    background-image: url(Images/nav-bg.png);
    padding: 10px;
  }
  .auth-wrapper {
    margin-top: 110px;
  }
  .header-row {
    flex-wrap: nowrap;
  }
  .logo-wrap {
    width: 30%;
    flex-shrink: 0;
  }
  .logo a {
    padding-left: 0;
  }
  .btn-menu-wrap {
    order: 2;
    width: auto;
  }
  .icon-list {
    display: flex;
    justify-content: flex-end;
  }
  .icon-list li {
    background-image: none;
    padding: 0;
    margin: 0 1.5px;
  }
  .icon-list li + li {
    border-left: 0;
  }
  .icon-list a {
    color: #54595f;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .icon-list .reserve-item,
  .icon-list .photos-item,
  .icon-list .directions-item,
  .icon-list .phone-item .item-text {
    display: block;
  }
  .icon-list .reserve-item .item-text,
  .icon-list .photos-item .item-text,
  .icon-list .directions-item .item-text,
  .icon-list .wine-item .item-text {
    font-size: 0;
    display: block;
    width: 0;
    height: 0;
  }
  .icon-list .phone-item .item-text {
    padding-left: 6px;
  }
  .icon-list .map-item,
  .icon-list .rooms-item,
  .icon-list .item-text-mobile {
    display: none;
  }
  .icon-list .item-icon {
    width: 28.5px;
    font-size: 18px;
    flex: 0 0 28.5px;
    text-align: center;
  }
  .logo {
    justify-content: flex-start;
  }
  .header-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 23%;
    width: 23%;
    order: 3;
  }
  .header-button a {
    padding: 5px 10px;
    font-family: Raleway;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-left: 5px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    gap: 5px;
  }
  .header-button .btn-reservations {
    background-color: #6b2027;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .header-button .btn-wines {
    background-color: #68647a;
    font-size: 17px;
    letter-spacing: 1.3px;
  }
}
@media (min-width: 1025px) {
  .header-main {
    --container-max-width: 100%;
  }
  .btn-menu-wrap {
    display: none;
  }
  .auth-wrapper {
    margin-top: 155px;
  }
  .header-main {
    padding: 10px 0 10px 10px;
  }
  .main-navigation {
    width: 51.61%;
    padding-right: 27px;
  }
  .main-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: -20px -20px 9px 0;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:not(:hover) .sub-menu {
    display: none;
  }
  .main-menu .has-child > a {
    display: flex;
  }
  .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    border-radius: 0 0 8px 8px;
    background-color: rgba(187, 155, 106, 0.9);
  }
  .main-menu .sub-menu li + li {
    border-top: 1px solid rgb(187, 155, 106);
  }
  .main-menu .sub-menu a {
    display: block;
    padding: 13px 20px;
    color: #fff3d9;
    border-left: 8px solid transparent;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
  }
  .main-menu a {
    margin: 0 -2.5px;
    padding: 13px 7px;
    color: #54595f;
    font-family: Raleway;
    font-weight: 700;
    line-height: 20px;
  }
  .logo {
    justify-content: center;
  }
  .header-button {
    width: 18.387%;
    flex: 0 0 18.387%;
  }
  .header-button a {
    margin: 5px;
    padding: 10px 14px;
  }
  .icon-list {
    margin-top: 10px;
    margin-bottom: -15px;
    padding-bottom: 10px;
  }
  .icon-list a {
    font-weight: 700;
  }
  .btn-toggle-sub-menu {
    font-size: 16px;
  }
}
footer.footer {
  background-image: url(Images/bg-footer.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0 35px;
}
footer.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #1b172d;
  opacity: 0.85;
}
footer.footer section {
  position: relative;
  z-index: 2;
}

.footer-cols {
  padding: 50px 10px;
  display: flex;
  flex-direction: column;
}

.footer-col {
  margin: 30px 0;
  padding: 0 10px;
}

.footer-col-title {
  text-align: center;
  color: #fff3d9;
  font-family: Raleway;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
  line-height: 1.2em;
  padding-bottom: 7px;
  margin-top: 0;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 243, 217, 0.24);
}

.vacation-photo {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
}
.vacation-photo a {
  display: inline-block;
}
.vacation-photo img {
  width: 80%;
  margin: 0 auto;
}

.newsletter-description {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 20px;
  margin-top: -10px;
  font-weight: 600;
}

.vacantion-btn,
.newsletter-button {
  margin-bottom: 20px;
}
.vacantion-btn a,
.newsletter-button a {
  font-size: 16px;
  color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: 20px;
  padding: 10px 40px;
  background-color: rgb(104, 100, 122);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.vacantion-btn {
  margin-bottom: 0;
  margin-top: -9px;
  padding: 0 20px;
  letter-spacing: 0.5px;
}
.vacantion-btn a {
  gap: 0;
  font-family: Raleway;
  line-height: 1;
}

.social-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.social-nav a {
  color: rgb(221, 221, 221);
  font-size: 20px;
  width: 30px;
  margin: 0 10px;
  line-height: 1;
}

.blog-item {
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-family: "Raleway";
  min-height: 48px;
  text-transform: capitalize;
}
.blog-item + .blog-item {
  margin-top: 12px;
}
.blog-item a {
  display: inline-block;
  color: #fff3d9;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.footer-col-4 .footer-col-title {
  letter-spacing: 0.7px;
}

.contact-list {
  margin-top: -10px;
}

.contact-item {
  --spacing: 5px;
  color: #ddd;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  font-family: Raleway;
  line-height: 1.5;
  letter-spacing: 0.5px;
  position: relative;
}
.contact-item:not(:last-child) {
  padding-bottom: var(--spacing);
}
.contact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
}
.contact-item + .contact-item {
  margin-top: var(--spacing);
}
.contact-item .item-icon {
  width: 27.5px;
  padding-right: 5px;
  font-size: 18px;
  color: #fff;
}
.contact-item a {
  color: #ddd;
}
.contact-item p,
.contact-item a {
  padding-left: 5px;
}

.trip-advisor-item,
.registry-item {
  text-align: center;
}
.trip-advisor-item img,
.registry-item img {
  opacity: 0.7;
  width: 80%;
  margin: 0 auto;
}

.trip-advisor-item {
  margin: 20px 0;
}

.footer-bottom {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: Raleway;
}
.footer-bottom,
.footer-bottom a {
  color: #d7d7d9;
}

.media-resources {
  padding-bottom: 20px;
}

.copyright {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .footer-cols {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .contact-item {
    --spacing: 15px;
  }
  .footer-col-2,
  .footer-col-4 {
    padding: 0 11px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-col-title {
    text-align: left;
  }
  .footer-col-1,
  .footer-col-3 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .blog-item {
    line-height: 26px;
  }
  .social-nav a {
    width: 45px;
    font-size: 32px;
    margin: 0 8.5px;
  }
  .footer-bottom {
    letter-spacing: 1.4px;
    line-height: 18.2px;
    text-transform: capitalize;
  }
  .media-resources,
  .copyright {
    padding-right: 110px;
    padding-left: 10px;
  }
  .trip-advisor-item {
    margin-top: 10px;
  }
  .registry-item {
    margin-top: -13px;
  }
  .blog-item + .blog-item {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  footer.footer {
    padding-bottom: 30px;
  }
  .footer-cols {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-item {
    --spacing: 6.5px;
  }
  .footer-col {
    width: 25%;
    padding: 0 11px;
  }
  .footer-col-3 .footer-col-title {
    margin-bottom: 12px;
  }
  .newsletter-description {
    font-family: Raleway;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .blog-item {
    line-height: 24px;
  }
  .blog-item + .blog-item {
    margin-top: 15px;
  }
  .vacantion-btn {
    text-align: center;
  }
}/*# sourceMappingURL=ws-style.css.map */