@font-face {
  font-family: adobe-garamond-pro;
  src: url(fonts/EBGaramond-SemiBold.ttf);
  font-weight: 500;
}
@font-face {
  font-family: adobe-garamond-pro;
  src: url(fonts/EBGaramond-Regular.ttf);
}
@font-face {
  font-family: icon-ord;
  src: url("fonts/WPPageBuilder.woff?o0ompx") format("woff"), url("fonts/WPPageBuilder.svg?o0ompx#WPPageBuilder") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon-ion";
  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;
}
@font-face {
  font-family: "icon-pl";
  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: "icon-mat";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), 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: "icon-ax";
  src: url("fonts/iconsax-bold.eot?h7t5nc");
  src: url("fonts/iconsax-bold.eot?h7t5nc#iefix") format("embedded-opentype"), url("fonts/iconsax-bold.ttf?h7t5nc") format("truetype"), url("fonts/iconsax-bold.woff?h7t5nc") format("woff"), url("fonts/iconsax-bold.svg?h7t5nc#iconsax-bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: TrajanPro;
  src: url(fonts/TrajanPro-Bold.ttf);
}
@font-face {
  font-family: Spectral;
  src: url(fonts/spectral.woff2);
}
:root {
  --primary: #570022;
  --primary-text-color: #333;
  --font-color: #333;
  --theme-color: #570022;
  --body-font-size: Spectral;
  --body-font-family: 18px;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #231f1f;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #570022;
  --btn-border-color: transparent;
  --btn-background-color: #570022;
  --btn-hover-background-color: #231f1f;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: TrajanPro;
  --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;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #570022;
  --anchors-hover-color: #333;
  --highlights-color: #333;
  --highlights-font-family: TrajanPro;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1350px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: rgba(0, 0, 0, 0.8);
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 18px;
  --product-title-color: #570022;
  --group-item-color: #570022;
}

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

.icon-ord {
  font-family: icon-ord;
}

.icon-pl {
  font-family: icon-pl;
}

.icon-ion {
  font-family: icon-ion;
}

.icon-mat {
  font-family: icon-mat;
}

.icon-ax {
  font-family: "icon-ax";
}

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

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

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1040;
  transition: transform 0.3s ease;
}

.scroll-down .header-main {
  transform: translateY(-100%);
}

body.open {
  overflow: hidden;
}
body.open .navigation-row {
  transform: translate(0);
}
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%;
}

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

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

.logo-wrap {
  width: 50%;
}

.logo {
  min-height: 46px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 120px;
}

.navigation-block {
  flex: 1;
}

.secondary-nav {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.btn-menu-wrap {
  width: 10%;
  text-align: center;
}

.shop-nav {
  display: flex;
}
.shop-nav a {
  font-size: 18px;
  width: 27.5px;
  margin: 0 0.5px;
  color: #212529;
}
.shop-nav span {
  display: inline-block;
  width: 22.5px;
  text-align: center;
}

.main-menu .has-child > a {
  display: flex;
  align-items: center;
}
.main-menu .btn-toggle-sub-menu {
  padding: 10px 0 10px 10px;
  margin: -10px 0;
}
.main-menu .sub-menu a {
  border-left: 8px solid transparent;
}

.icon-bars {
  font-size: 35px;
  line-height: 1;
}
.icon-bars::after {
  content: "\e5d2";
}

.icon-account::after {
  content: "\ec50";
}

.icon-cart::after {
  content: "\f2b4";
}

.icon-chevron-down {
  font-size: 18px;
  color: #fff;
}
.icon-chevron-down::after {
  content: "\ea45";
}

.icon-times {
  font-size: 25px;
  color: #fff;
}
.icon-times::after {
  content: "\ea56";
}

.btn-contact {
  display: inline-flex;
  gap: 10px;
  background-color: #fff;
  color: #570022;
  line-height: 1;
  font-size: 16px;
  padding: 15px 35px;
  font-family: TrajanPro;
}
.btn-contact .icon-arrow::after {
  color: currentColor;
  content: "\e092";
}

@media only screen and (max-width: 1024px) {
  .btn-desktop {
    display: none;
  }
  .navigation-row {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    max-width: 400px;
    z-index: 1041;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    background-color: #231f1f;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .navigation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-logo img {
    width: 150px;
  }
  .main-menu {
    padding-top: 10px;
  }
  .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 a {
    line-height: 20px;
    font-family: adobe-garamond-pro;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .logo-wrap {
    width: 20%;
  }
  .logo {
    min-height: auto;
  }
  .logo img {
    width: 150px;
  }
  .secondary-nav {
    width: 80%;
  }
  .icon-bars {
    font-size: 30px;
  }
  .shop-nav a {
    width: 30px;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .navigation-block .btn-contact,
  .navigation-header,
  .btn-menu-wrap {
    display: none;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #231f1f;
    z-index: 1041;
  }
  .main-menu .sub-menu a {
    color: #d8d8d8;
    font-size: 13px;
    white-space: nowrap;
    padding: 13px 20px;
  }
  .main-menu a {
    padding: 13px 16px;
    line-height: 20px;
    font-size: 14px;
    font-family: TrajanPro;
    display: flex;
    align-items: center;
    color: #231f1f;
    position: relative;
  }
  .main-menu a::after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    background-color: currentColor;
    transition: transform 0.3s ease;
  }
  .main-menu a:hover::after {
    transform: scaleX(1);
  }
  .icon-chevron-down {
    color: currentColor;
    font-size: 14px;
  }
  .btn-contact {
    background-color: #570022;
    color: #fff;
    padding: 15px;
    text-align: center;
    align-items: center;
  }
  .secondary-nav {
    width: 22%;
    gap: 10px;
  }
  .shop-nav {
    flex-wrap: wrap;
    align-items: center;
  }
  .shop-nav a {
    font-size: 23px;
  }
  .navigation-block {
    width: 63%;
  }
}
@media (min-width: 1367px) {
  .header-main {
    padding: 10px 0;
    --container-max-width: 1350px;
  }
  .navigation-block {
    width: 60%;
  }
  .secondary-nav {
    width: 25%;
    gap: 20px;
  }
  .main-menu a {
    padding: 13px 20px;
  }
  .logo img {
    width: 200px;
  }
  .shop-nav {
    margin-right: -8px;
  }
  .shop-nav a {
    width: 33.75px;
    margin: 0 8px;
  }
  .shop-nav span {
    width: 28.75px;
  }
}
footer.footer {
  background-image: url(Images/footer-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 20px 20px;
}
footer.footer::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #231f1f;
  opacity: 0.65;
}
footer.footer section {
  position: relative;
  z-index: 9;
}

.footer-logo img {
  width: 150px;
}

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

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

.footer-list {
  font-size: 17px;
  line-height: 25.5px;
  font-family: adobe-garamond-pro;
}
.footer-list li + li {
  margin-top: 5.5px;
}
.footer-list li:not(:last-child) {
  padding-bottom: 5.5px;
}
.footer-list a {
  display: flex;
  align-items: center;
  color: #fff;
}

.icon-list {
  line-height: 27px;
  font-size: 18px;
}
.icon-list .icon-text {
  padding-left: 5px;
}
.icon-list .item-icon {
  padding-right: 4px;
  width: 27.75px;
}
.icon-list svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  margin-right: 4.75px;
}

.footer-col-title {
  font-size: 20px;
  font-family: TrajanPro;
  color: #fff;
  line-height: 1;
  margin: 0;
}

.copyright {
  border-top: 1px solid rgb(168, 168, 168);
  font-weight: 400;
  font-family: adobe-garamond-pro;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .footer-cols {
    display: flex;
    overflow: hidden;
  }
  .footer-col {
    width: 25%;
  }
}
@media (min-width: 1367px) {
  footer.footer {
    padding-top: 100px;
  }
  .footer-logo img {
    width: 250px;
  }
}/*# sourceMappingURL=ws-style.css.map */