@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto:wght@500&display=swap");
@font-face {
  font-family: grill-sans-nova;
  src: url(fonts/grill-sans-nova.woff);
}
@font-face {
  font-family: eurostile;
  src: url(fonts/euro.woff);
}
body {
  font-size: 16px;
  font-family: Lato;
  line-height: 2;
  font-weight: 400;
}

a {
  color: #867c44;
}

a:hover {
  color: #caad28;
}

img {
  max-width: 100%;
}

.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: #4d4d4f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-family: Georgia;
  color: #867c44;
}

.btn {
  font-family: Lato;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  background: #867c44;
  color: #fff;
}

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

#pageContent {
  max-width: 1140px;
}

#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: #867c44;
}

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

.txt,
.txtbig,
.ddl,
.select_box select,
input[type=text],
input[type=password],
select,
textarea {
  color: #4d4d4f;
}

.nav-wrapper,
.logo {
  padding: 10px;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-menu {
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.25em;
}
.btn-menu i::after {
  content: "\e816";
  font-family: eicons;
  font-style: normal;
}
.btn-menu.open i::after {
  content: "\e87f";
}

@media (max-width: 1023px) {
  .main-nav {
    margin-top: 10px;
    height: 0px;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
  }
  .main-nav a {
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    color: #494c4f;
    font-size: 13px;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 500;
  }

  body.open .main-nav {
    height: 160px;
  }
}
.cart-icon-content a {
  color: #4b6040;
  display: block;
  padding: 7px 8.5px;
  font-size: 27px;
  transform: translateY(-3px);
}

@media only screen and (min-width: 768px) {
  .header-main {
    min-height: 10vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 25%;
    margin-top: 4px;
  }

  .cart-icon {
    margin-left: 9px;
  }
  .cart-icon .cart-icon-content a {
    padding-right: 13.5px;
  }
}
@media only screen and (min-width: 1023px) {
  .nav-wrapper {
    margin-right: 18px;
  }

  .cart-icon .cart-icon-content a {
    padding-right: 15.5px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-wrapper {
    max-width: 1140px;
    margin: 0 auto;
  }

  .btn-menu {
    display: none;
  }

  .nav-wrapper {
    margin-right: 27px;
  }

  .main-nav {
    margin: 0;
    display: flex;
    height: auto;
  }
  .main-nav a {
    display: block;
    line-height: 20px;
    padding: 13px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #4b6040;
    font-family: Roboto;
  }

  .cart-icon .cart-icon-content a {
    padding-right: 16px;
  }

  .logo {
    margin-top: 2px;
  }
}
#footer {
  text-align: center;
  font-family: grill-sans-nova;
  font-size: 16px;
}
#footer,
#footer a {
  color: #fff;
}
#footer .footer-top {
  position: relative;
  background-color: #4b6040;
  padding: 80px 20px 20px 20px;
}
#footer .footer-top .footer-top-content {
  position: relative;
  z-index: 9;
  padding: 10px;
}
#footer .footer-top .overlay-bg {
  background-image: url(images/footer-background.png);
  background-position: top center;
  background-size: cover;
  opacity: 0.13;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-top .footer-top-shape {
  transform: rotate(180deg);
  top: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
#footer .footer-top .footer-top-shape svg {
  height: 70px;
  z-index: -1;
  display: block;
  width: 100%;
  position: relative;
}
#footer .footer-top .footer-top-shape svg path {
  fill: #fff;
}
#footer .footer-top .winery-name {
  padding-top: 2px;
  margin-bottom: 20px;
}
#footer .footer-top .info-list {
  padding-bottom: 1px;
  padding-left: 1px;
}
#footer .footer-top .info-list span i {
  font-size: 14px;
  line-height: 1;
  display: block;
}
#footer .footer-top .info-list .email-address,
#footer .footer-top .info-list .winery-address,
#footer .footer-top .info-list .phone-no {
  padding-left: 7px;
  line-height: 24px;
}
#footer .footer-top .info-list .info-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-top .info-list .info-item:nth-child(2) {
  gap: 2px;
  padding-left: 2px;
}
#footer .footer-top .info-list li:not(:first-child) {
  margin-top: 6px;
}
#footer .footer-top .info-list li:not(:last-child) {
  padding-bottom: 6px;
}
#footer .footer-top .footer-col-1,
#footer .footer-top .footer-col-3 {
  padding: 30px;
}
#footer .footer-top .footer-col-title {
  font-family: eurostile;
  line-height: 1;
  margin-bottom: 20px;
}
#footer .footer-top .social-list {
  display: flex;
  justify-content: center;
  gap: 13px;
  height: 52px;
  line-height: 52px;
}
#footer .footer-top .social-list li {
  display: inline-block;
  width: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 26px;
}
#footer .footer-top .social-list li i {
  display: block;
  line-height: 52px;
}
#footer .footer-bottom {
  line-height: 24px;
  background-color: #000;
  color: #867c44;
}
#footer .footer-bottom a {
  color: #4b6040;
  text-decoration: underline;
}
#footer .footer-bottom .bottom-right,
#footer .footer-bottom .bottom-left {
  padding: 10px;
}

@media (min-width: 768px) {
  .footer-bottom .ord-container {
    display: flex;
    justify-content: space-between;
  }

  #footer .ord-container {
    max-width: 1140px;
    margin: 0 auto;
  }
  #footer .footer-top {
    padding: 100px 50px 50px 50px;
  }
  #footer .footer-top .footer-top-content {
    padding: 0;
  }
  #footer .footer-top .winery-name {
    padding-top: 0;
  }

  .footer-row {
    padding: 10px 10px 9px;
    display: flex;
  }
  .footer-row .footer-col-2 {
    width: 19.53%;
  }
  .footer-row .footer-col-1 {
    width: 39.472%;
  }
  .footer-row .footer-col-3 {
    width: 40.331%;
  }
}/*# sourceMappingURL=ws-style.css.map */