@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Roboto+Condensed&display=swap");
:root {
  --primary: #c49d50;
  --primary-text-color: rgba(35, 31, 32, 0.86);
  --font-color: rgba(35, 31, 32, 0.86);
  --theme-color: #c49d50;
  --body-font-size: 16px;
  --body-font-family: Roboto Condensed;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fbf8f2;
  --modal-bg-color: #fbf8f2;
  --bg-color: #fbf8f2;
  --btn-active-bg-color: transparent;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #c49d50;
  --btn-border-color: transparent;
  --btn-background-color: #c49d50;
  --btn-hover-background-color: transparent;
  --btn-text-color: #fff;
  --btn-hover-text-color: #c49d50;
  --btn-active-color: #c49d50;
  --btn-font-family: Roboto Condensed;
  --btn-font-size: 18px;
  --btn-text-transform: uppercase;
  --btn-border: 1px solid #c49d50;
  --btn-padding: 16px 28px;
  --btn-border-radius: 3px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #c49d50;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Archivo Black;
  --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: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #c49d50;
}

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 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 {
  overflow: hidden;
}
body.open .site-navigation {
  opacity: 1;
  visibility: visible;
}
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%;
}

svg {
  max-width: 100%;
}

.header-main {
  background-image: url(Images/frias-home1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 455px;
  padding: 30px 25px;
}
@media (min-width: 768px) {
  .header-main {
    padding: 30px 50px;
  }
}

.btn-menu {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto Condensed";
}

.button-icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 9px;
}
.button-icon svg {
  width: 18px;
  height: 18px;
}

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

.shop-nav {
  text-transform: uppercase;
  display: flex;
  margin: 0 -8px;
}
.shop-nav a {
  margin: 0 8px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop-nav .item-text {
  letter-spacing: -0.4px;
}
.shop-nav svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  margin-right: 4.75px;
}

.site-navigation {
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  overflow-y: auto;
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 768px) {
  .site-navigation {
    padding: 0 50px;
  }
}

.navigation-row {
  padding: 30px 0 90px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.logo svg {
  height: 64px;
}
.logo .logo-content {
  margin: -10px 0 -16px;
}

.main-menu a {
  color: #fff;
  padding: 20px 0;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Archivo Black";
}

@media only screen and (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
    order: 3;
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .navigation-header {
    display: grid;
    grid-template-columns: 33% 33% 33%;
  }
  .shop-nav {
    justify-content: flex-end;
  }
}
footer.footer {
  padding: 120px 25px;
  background-color: #000;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
}
@media (min-width: 768px) {
  footer.footer {
    padding: 120px 50px;
  }
}

.footer-newsletter {
  text-align: center;
}

.newsletter-pre-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #c49d50;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 1.4em;
}
.newsletter-pre-title svg {
  width: 14px;
  height: 14px;
}

.newsletter-title {
  color: #fff;
  margin: 0 0 20px;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .newsletter-title {
    font-size: 64px;
  }
}

.newsletter-icon {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.newsletter-icon svg {
  vertical-align: middle;
  height: 12px;
  width: 256px;
}

.newsletter-note {
  font-size: 21px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.86);
  padding-bottom: 30px;
}

.btn-subscribe {
  line-height: 1;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.btn-subscribe svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
}
.btn-subscribe:hover {
  border: 1px solid #c49d50;
}

.footer-col-title {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.footer-col-title ~ .footer-col-title {
  padding-top: 40px;
}

.footer-col-1 {
  padding: 0 50px 40px 0;
}
@media (min-width: 768px) {
  .footer-col-1 {
    padding-right: 100px;
  }
}

.footer-logo {
  margin: -14px 0 -20px;
  padding-bottom: 30px;
}
.footer-logo svg {
  width: 180px;
  height: 90px;
}

.winery-note {
  padding-bottom: 30px;
}

.social-nav {
  display: flex;
  gap: 5px;
}
.social-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c49d50;
}
.social-nav svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer-menu {
  padding-bottom: 40px;
}
.footer-menu a {
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  font-size: 17px;
  line-height: 20px;
}

.icon-list {
  font-size: 17px;
  line-height: 1.5;
}
.icon-list li {
  display: flex;
  gap: 9px;
}
.icon-list svg {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  fill: #c49d50;
}

.footer-separator {
  height: 1px;
  background-color: #c49d50;
  width: 100%;
  margin: 40px 0;
}

.footer-separator-1 {
  margin: 70px 0;
}

.copyright {
  color: rgba(255, 255, 255, 0.86);
}

@media (min-width: 1025px) {
  footer.footer {
    text-align: left;
    --container-max-width: 1290px;
  }
  .footer-cols {
    display: flex;
  }
  .footer-col {
    width: 30%;
  }
  .footer-col-1 {
    width: 40%;
    padding: 0 100px 0 0;
  }
  .footer-menu {
    padding: 0;
  }
  .footer-logo {
    padding-bottom: 37px;
  }
  .navigation-row {
    max-width: 1290px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=ws-style.css.map */