@font-face {
  font-family: icon-ord;
  src: url(fonts/elementskit.woff?y24e1e) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url(fonts/wix.woff2);
}
@font-face {
  font-family: Marcellus;
  src: url(fonts/marcellus.woff2);
}
:root {
  --primary: #8c261b;
  --primary-text-color: #333;
  --font-color: #333;
  --theme-color: #8c261b;
  --body-font-size: 16px;
  --body-font-family: Wix Madefor Display;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #c6b134;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #8c261b;
  --btn-border-color: transparent;
  --btn-background-color: #8c261b;
  --btn-hover-background-color: #c6b134;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Wix Madefor Display;
  --btn-font-size: 14px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 15px 20px;
  --btn-border-radius: 0px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 1.5px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #8c261b;
  --anchors-hover-color: #333;
  --highlights-color: #333;
  --highlights-font-family: Marcellus;
  --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.8509803922);
  --cart-summary-top: 10px;
  --modal-header-color: #fff;
  --group-menu-font-size: 16px;
  --product-title-color: #8c261b;
  --group-item-color: #8c261b;
}

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

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

body.open {
  overflow: hidden;
}
body.open .main-navigation {
  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 {
  --header-padding: 10px;
  --logo-wrap-width: 30%;
  --social-nav-width: 44%;
  --header-right-width: 13%;
  --banner-height: 450px;
  --sub-menu-toggle-svg-size: 10.5px;
  --logo-width: 80px;
  --social-svg-size: 18px;
}
@media (min-width: 768px) {
  header {
    --logo-width: 150px;
    --logo-wrap-width: 15%;
    --header-right-width: 5%;
    --social-nav-width: 80%;
    --social-svg-size: 21px;
  }
}
@media (min-width: 1025px) {
  header {
    --logo-width: 110px;
  }
}

.header-main {
  padding: var(--header-padding);
}

.navigation-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.logo-wrap {
  width: var(--logo-wrap-width);
}

.header-right {
  width: var(--header-right-width);
}

.social-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: var(--social-nav-width);
}

.social-list,
.btn-menu-wrap {
  margin-top: 4px;
}

.logo img {
  width: var(--logo-width);
}

.social-list {
  display: flex;
  gap: 10px;
}

.social-nav svg {
  width: var(--social-svg-size);
  height: var(--social-svg-size);
}

.btn-toggle-sub-menu {
  margin: -10px 0;
  padding: 10px 0 10px 10px;
}
.btn-toggle-sub-menu svg {
  width: var(--sub-menu-toggle-svg-size);
  height: var(--sub-menu-toggle-svg-size);
}

.sub-menu a {
  border-left: 8px solid transparent;
}

.header-banner {
  min-height: var(--banner-height);
  background-image: url(Images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.header-banner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.28;
}

.social-nav a.btn {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    height: 100vh;
    overflow-y: auto;
    padding: 20px;
    z-index: 1040;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .main-navigation .btn-contact {
    margin-top: 20px;
    font-size: 13px;
    padding: 10px;
    line-height: 1;
    font-weight: 500;
  }
  .navigation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .navigation-logo img {
    width: 58px;
  }
  .icon-close-menu {
    font-size: 25px;
    display: inline-block;
    transform: translateY(-3px);
  }
  .icon-close-menu::after {
    content: "\e879";
  }
  .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 .has-child > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .main-menu a {
    padding: 10px 0;
    display: inline-block;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #000;
  }
  .header-right a {
    display: none;
  }
  .btn-menu-wrap {
    text-align: right;
  }
  .icon-menu::after {
    content: "\eb1a";
    font-size: 24px;
    display: inline-block;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .header-right .btn {
    display: none;
  }
  .navigation-row {
    justify-content: start;
    gap: 20px;
  }
  .social-nav {
    gap: 25px;
  }
  .social-nav a.btn {
    display: inline-flex;
    padding: 14px;
    font-size: 13px;
    line-height: 1;
  }
  .btn-menu-wrap {
    text-align: center;
  }
  .icon-menu::after {
    font-size: 29px;
  }
  .social-list {
    margin-top: 6px;
    gap: 20px;
  }
  .main-navigation {
    padding: 0 20px 20px;
  }
  .main-navigation .btn-contact {
    margin-left: 10px;
    padding: 14px;
    font-size: 13px;
  }
  .navigation-header {
    padding: 10px;
  }
  .navigation-logo img {
    width: 80px;
  }
  .main-menu {
    padding: 20px 10px 0;
  }
  .main-menu a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  header {
    --logo-wrap-width: 10%;
    --social-nav-width: 20%;
  }
  .main-navigation {
    width: 70%;
    padding: 0;
  }
  .main-navigation .btn-contact,
  .header-right,
  .navigation-header {
    display: none;
  }
  .main-navigation,
  .logo-wrap,
  .header-right {
    flex: 0 1 auto;
  }
  .main-menu {
    display: flex;
    padding: 0;
    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: #fff;
    z-index: 1040;
  }
  .main-menu .sub-menu a {
    white-space: nowrap;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 14px;
  }
  .main-menu .sub-menu a:hover {
    background-color: #8c261b;
    color: #fff;
  }
  .main-menu a {
    display: flex;
    align-items: center;
    line-height: 20px;
    padding: 13px 12px;
    letter-spacing: 1.5px;
    color: #000;
    font-weight: 500;
  }
  .btn-contact {
    white-space: nowrap;
  }
}
@media (min-width: 1367px) {
  .social-nav a.btn {
    padding: 15px 20px;
    font-size: 14px;
  }
  .main-menu a {
    padding: 13px 19px;
  }
}
footer.footer .ord-container {
  padding: var(--wrap-padding);
}

.footer-main {
  --wrap-padding: 60px 0;
  padding: 0 15px;
  position: relative;
}
.footer-main::after {
  content: "";
  background-image: url(Images/banner33.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.34;
}

.footer-cols {
  position: relative;
  z-index: 1;
}

.footer-cols,
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-col-title {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

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

.footer-list {
  margin-top: 10px;
}
.footer-list a {
  display: flex;
  padding: 6px 0;
  line-height: 20px;
  color: #000;
}

.footer-col-2 .footer-list {
  letter-spacing: 0.2px;
}

.spacing-list {
  margin-top: 0;
}
.spacing-list li + li {
  margin-top: 6px;
}
.spacing-list li:not(:last-child) {
  padding-bottom: 6px;
}
.spacing-list a {
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
}

.icon-list a {
  color: #333;
  display: flex;
}
.icon-list li + li {
  margin-top: 6px;
}
.icon-list li:not(:last-child) {
  padding-bottom: 6px;
}
.icon-list .icon-item {
  font-size: 14px;
  width: 17.5px;
  flex-shrink: 0;
  padding-top: 2px;
}
.icon-list .text-item {
  font-size: 15px;
  padding-left: 5px;
}

.footer-social-nav {
  display: flex;
  gap: 9px;
}
.footer-social-nav a {
  width: 43.2px;
  height: 43.2px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 1;
}

.icon-map::after {
  content: "\e973";
}

.icon-phone::after {
  content: "\e830";
}

.icon-facebook::after {
  content: "\eb43";
}

.icon-instagram::after {
  content: "\eb6c";
}

.footer-bottom {
  --wrap-padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  background-color: #000;
  font-family: Marcellus;
}

.credits {
  opacity: 0;
}

@media (min-width: 768px) {
  .footer-cols {
    flex-direction: row;
    gap: 0;
  }
  .footer-col {
    width: 33%;
    flex: 0 1 auto;
  }
  .footer-col-1 {
    width: 30%;
  }
  .footer-col-4 {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .footer-col-title {
    font-size: 20px;
  }
  .footer-logo img {
    width: 146px;
  }
  .footer-col {
    width: 33%;
  }
  .footer-list {
    margin-top: 0;
  }
}
@media (min-width: 1367px) {
  .footer-col-4 {
    padding-right: 60px;
  }
}/*# sourceMappingURL=ws-style.css.map */