@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Inter:wght@400;500&family=Lato&display=swap");
@font-face {
  font-family: icons;
  src: url(fonts/awb-icons.woff);
}
body {
  font-size: 20px;
  font-family: "Times New Roman";
  line-height: 1.4;
  font-weight: 400;
}

a {
  color: #a6682a;
}

a:hover {
  color: #a6682a;
}

img {
  max-width: 100%;
}

.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: rgba(5, 21, 41, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "Times New Roman";
  color: #051529;
}

.btn {
  font-family: Lato;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background: #5a3900;
  color: #fff;
}

.btn:hover {
  background: #a6682a;
  color: #fff;
}

#pageContent {
  max-width: 1248px;
}

#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: #5a3900;
}

#tabs-product .tabs-container a.btn {
  color: #fff;
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type=text],
input[type=password],
select,
textarea {
  color: rgba(5, 21, 41, 0.8);
}

@media only screen and (max-width: 800px) {
  .mobile-bar {
    padding: 23px 30px 23px;
    display: flex;
    justify-content: space-between;
  }
  .mobile-bar.open {
    padding-bottom: 0px;
  }
  .mobile-bar.open + .nav-wrap .main-nav {
    display: block;
  }
  .menu-icon {
    display: block;
    line-height: 19px;
    font-family: icons;
    font-size: 21px;
    color: #5a3900;
  }
  .menu-icon::before {
    content: "\f0c9";
  }
  .main-nav {
    display: none;
    padding-top: 20px;
    border-top: 1px solid rgb(242, 243, 245);
  }
  .main-nav a {
    letter-spacing: 0.24px;
    display: block;
    font-size: 16px;
    font-family: Inter;
    padding-left: 30px;
    line-height: 41px;
    border-bottom: 1px solid rgb(242, 243, 245);
    color: rgb(25, 23, 21);
    font-weight: 500;
  }
  .main-nav .sub-menu {
    display: none;
  }
  .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .desktop-item {
    display: none;
  }
  .toggle-sub {
    padding-top: 2px;
    padding-right: 35px;
    font-family: icons;
    font-size: 16px;
    color: #191715;
  }
  .toggle-sub::after {
    content: "\e61f";
  }
  .has-child.open .sub-menu {
    display: block;
  }
  .has-child.open .sub-menu a {
    padding-left: 39px;
  }
  .has-child.open .sub-menu a::before {
    padding-right: 2px;
    content: "-";
  }
}
@media (min-width: 801px) {
  .mobile-item {
    display: none;
  }
  .nav-wrap {
    padding: 0 30px;
    background-color: rgb(25, 23, 21);
  }
  .main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .main-nav > li {
    position: relative;
    padding-right: 25px;
  }
  .main-nav > li a {
    display: block;
    letter-spacing: 0.8px;
    line-height: 97px;
    border-top: 3px solid transparent;
  }
  .main-nav > li a:hover {
    color: rgb(166, 104, 42);
  }
  .main-nav a {
    font-family: Lato;
    font-size: 16px;
    text-transform: uppercase;
    color: #ded6b4;
  }
  .main-nav .sub-menu {
    display: none;
  }
  .main-nav .has-child:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 200px;
    border-top: 3px solid rgb(166, 104, 42);
  }
  .main-nav .has-child:hover .sub-menu a {
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    text-transform: none;
    white-space: nowrap;
    font-family: "Times New Roman";
    color: #191715;
    line-height: 21px;
    letter-spacing: 0;
  }
  .main-nav .has-child:hover .sub-menu a:hover {
    background-color: #f2f3f5;
  }
}
@media (min-width: 1025px) {
  .main-nav > li {
    padding-right: 48px;
  }
  .main-nav > li:last-child {
    padding-right: 0;
  }
}
#footer {
  background-color: #191715;
  text-align: center;
}

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

.social-list {
  display: flex;
  justify-content: center;
  gap: 20.5px;
}
.social-list a {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-family: icons;
  color: #ded6b4;
}
.social-list a:hover {
  color: #9f8939;
}
.social-list a.icon-facebook::before {
  content: "\e604";
}
.social-list a.icon-twitter::before {
  content: "\e605";
}
.social-list a.icon-instagram::before {
  content: "\ea92";
}

.to-top {
  position: fixed;
  z-index: 9;
  bottom: 0;
  font-family: icons;
  right: 75px;
  font-size: 22px;
  display: block;
  line-height: 35px;
  text-align: center;
  width: 48px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background-color: rgb(51, 51, 51);
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.to-top::after {
  content: "\f106";
}
.to-top:hover {
  background-color: #ded6b4;
}
.to-top.open {
  opacity: 0.9;
  transform: translate(0);
}

.winery-hours {
  padding: 20px 0;
  margin-bottom: 50px;
}
.winery-hours p {
  margin: 0;
  line-height: 34.4px;
  color: #fff;
  font-size: 20px;
  font-family: Lato;
  letter-spacing: 0.3px;
}

.info-cols .col-content {
  padding: 20px 0;
  margin-bottom: 20px;
}
.info-cols a {
  color: #ded6b4;
  font-size: 20px;
  letter-spacing: 0.3px;
  font-family: Lato;
  line-height: 34.39px;
}

.footer-copyright {
  border-top: 2px solid #5a3900;
  padding-bottom: 20px;
}

.copyright-content {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 14px;
  padding: 14px 0;
  line-height: 24.08px;
}
.copyright-content p {
  margin: 0;
  letter-spacing: 0.3px;
}

@media (min-width: 641px) {
  .info-cols {
    display: flex;
  }
  .info-col {
    width: 100%;
  }
  .footer-main {
    max-width: 1248px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 19px;
  }
}
@media (min-width: 1024px) {
  .footer-main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=ws-style.css.map */