@import url("https://fonts.googleapis.com/css?family=Cardo:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap");
:root {
  --primary: #222;
  --primary-text-color: #000;
  --font-color: #000;
  --theme-color: #222;
  --body-font-size: 16px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.4;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: transparent;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #e51837;
  --btn-border-color: transparent;
  --btn-background-color: #e51837;
  --btn-hover-background-color: transparent;
  --btn-text-color: #fff;
  --btn-hover-text-color: #e51837;
  --btn-active-color: #e51837;
  --btn-font-family: Montserrat;
  --btn-font-size: 16px;
  --btn-text-transform: uppercase;
  --btn-border: 2px solid #e51837;
  --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: #e51837;
  --anchors-hover-color: #000;
  --highlights-color: #000;
  --highlights-font-family: Montserrat;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1280px;
  --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: #e51837;
  --group-item-color: #e51837;
}

:root[data-theme=dark] {
  --primary-text-color: #c4c4c4;
  --font-color: var(--primary-text-color);
  --theme-color: #1e1e1e;
  --primary: var(--theme-color);
  --bg-color: #121212;
  --body-background-color: var(--bg-color);
  --modal-bg-color: var(--bg-color);
  --box-shadow-primary: none;
  --border-color: #2e2e2e;
  --btn-active-border-color: var(--border-color);
  --btn-border-color: transparent;
  --btn-background-color: #2e2e2e;
  --btn-active-bg-color: var(--btn-background-color);
  --btn-hover-background-color: var(--btn-background-color);
  --btn-text-color: var(--font-color);
  --btn-hover-text-color: var(--font-color);
  --btn-active-color: var(--font-color);
  --btn-border: 0;
  --inputs-text-color: var(--primary-text-color);
  --anchors-color: var(--primary-text-color);
  --anchors-hover-color: #fff;
  --highlights-color: var(--font-color);
  --popup-text-color: var(--font-color);
  --wine-information-alt-row-bg: #1e1e1e;
  --overlay-bg-color: transparent;
  --modal-header-color: #121212;
  --product-title-color: #fff;
  --group-item-color: #fff;
}

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

.btn-toggle-theme {
  display: none;
  z-index: 9;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 20px;
  width: 30px;
  height: 30px;
  position: fixed;
  background: var(--theme-color);
  color: var(--modal-header-color);
  border-radius: 50%;
  overflow: hidden;
}
.btn-toggle-theme .button-content {
  display: grid;
  grid-template-columns: 30px 30px;
  transition: transform 0.3s ease;
}
.btn-toggle-theme .button-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.btn-toggle-theme.open .button-content {
  transform: translateX(-100%);
}

body .ord-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: var(--overlay-bg-color);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
body.open.has-overlay .ord-overlay {
  opacity: 1;
  visibility: visible;
}

.header-top {
  background-color: #e51837;
  padding: 0 32px;
}

.header-bar {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  gap: 35px;
}

.top-link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  --icon-size: 14px;
}
.top-link.login-link {
  --icon-size: 15px;
}
.top-link a {
  display: flex;
  align-items: center;
}
.top-link .item-icon {
  display: inline-block;
  height: var(--icon-size);
}
.top-link svg {
  fill: #fff;
  margin-right: 3.5px;
  width: var(--icon-size);
  height: var(--icon-size);
}
.top-link .item-label {
  padding-left: 5px;
  font-family: Montserrat;
  color: #fff;
}

.header-main {
  padding: 0 16px;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
}

.logo-wrap {
  width: 50%;
}
.logo-wrap img {
  max-width: 125px;
}

.cart-item svg {
  width: 20px;
  height: 20px;
  fill: #e51837;
}

.header-banner {
  height: 300px;
  position: relative;
}
.header-banner .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(at center center, rgba(0, 0, 0, 0.7411764706) 0%, rgba(0, 0, 0, 0.431372549) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-banner h1 {
  font-family: Cardo;
  font-size: 45px;
  margin: 0;
  color: #fff;
  line-height: 54px;
}

.btn-toggle-sub-menu {
  margin: -10px 0;
  padding: 10px 0 10px 10px;
}
.btn-toggle-sub-menu svg {
  width: 14px;
  height: 14px;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: 43%;
}

@media only screen and (max-width: 1024px) {
  .header-main {
    position: relative;
  }
  .main-menu {
    position: absolute;
    top: calc(100% - 9px);
    left: 0;
    width: 100%;
    z-index: 1040;
    background-color: #fff;
    border: 1px solid #e51837;
    transform-origin: top;
    transition: transform 0.3s ease;
  }
  body:not(.open) .main-menu {
    transform: scaleY(0);
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid #e51837;
  }
  .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.open > a {
    background-color: #e51837;
    color: #fff;
  }
  .main-menu .has-child .sub-menu a {
    border-left: 8px solid transparent;
  }
  .main-menu a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
  }
  .burger {
    background-color: #e51837;
    padding: 5.5px;
    border-radius: 3px;
  }
  .burger svg {
    width: 22px;
    height: 22px;
    fill: #fff;
  }
  .burger:not(.open) svg + svg, .burger.open svg:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-bar {
    justify-content: flex-end;
  }
  .header-main {
    padding: 0 32px;
  }
  .logo-wrap {
    width: 20%;
  }
  .logo-wrap img {
    max-width: 100%;
    width: 180px;
  }
  .main-navigation {
    width: 80%;
  }
  .header-banner h1 {
    font-size: 52px;
    line-height: 1;
  }
}
@media (min-width: 1025px) {
  .btn-menu-wrap {
    display: none;
  }
  .main-menu {
    display: flex;
    gap: 30px;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child a {
    display: flex;
    align-items: center;
  }
  .main-menu .has-child:not(:hover) .sub-menu {
    display: none;
  }
  .main-menu .has-child > a:hover {
    color: #e51837;
  }
  .main-menu .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    border: 1px solid #e51837;
  }
  .main-menu .sub-menu a {
    padding: 13px 20px;
    line-height: 20px;
    border-left: 8px solid transparent;
    white-space: nowrap;
  }
  .main-menu .sub-menu a:hover {
    background-color: #e51837;
    color: #fff;
  }
  .main-menu a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
  }
  .header-banner {
    height: 400px;
  }
  .header-banner h1 {
    font-size: 60px;
  }
}
footer.footer {
  background-color: #000;
}

.footer-top {
  background-color: #e51837;
  text-align: center;
  padding: 48px 16px;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newsletter-title h1 {
  margin: 0;
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
  font-family: Cardo;
}
@media (min-width: 768px) {
  .newsletter-title h1 {
    font-size: 40px;
  }
}

.btn-subscribe {
  background-color: #fff;
  color: #e51837;
  text-transform: uppercase;
  line-height: 16px;
  padding: 15px 17px;
  border: 2px solid #e51837;
  font-weight: 500;
  display: inline-block;
}

.footer-main {
  padding: 64px 32px 0;
}

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

.footer-cols {
  padding-bottom: 20px;
  gap: 35px;
}

.footer-col-title {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  font-family: Cardo;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .footer-col-title {
    font-size: 24px;
  }
}

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

.footer-col-2 {
  padding-top: 25px;
}

.icon-list {
  --spacing: 7.5px;
  font-size: 16px;
  line-height: 1.5;
}
.icon-list li + li {
  padding-top: var(--spacing);
}
.icon-list li:not(:last-child) {
  margin-bottom: var(--spacing);
}
.icon-list a {
  color: #fff;
  display: flex;
}
.icon-list .item-icon {
  width: 25px;
  padding-top: 4px;
}
.icon-list .item-icon svg {
  width: 20px;
  height: 20px;
  fill: #e51837;
}
.icon-list .item-label {
  padding-left: 5px;
  font-weight: 500;
}
.icon-list li:first-child .item-label {
  font-weight: 400;
}

.social-nav {
  display: flex;
  gap: 10px;
}
.social-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
}
.social-nav svg {
  width: 20px;
  height: 20px;
  fill: #e51837;
}

.footer-bottom {
  padding: 0 32px 32px;
}

.footer-row {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.terms-nav {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
.terms-nav a {
  color: #fff;
}

.copyright {
  padding-top: 15px;
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
}
.copyright p {
  margin-bottom: 0.9rem;
}

@media (min-width: 768px) {
  .footer-top {
    padding: 64px 32px;
  }
  .footer-newsletter {
    justify-content: space-between;
    align-items: center;
  }
  .newsletter-title {
    width: 60%;
    text-align: left;
  }
  .footer-newsletter,
  .footer-cols {
    flex-direction: row;
    gap: 20px;
  }
  .footer-logo img {
    width: 159px;
  }
  .footer-col-1 {
    width: 33%;
  }
  .footer-col-2 {
    padding-top: 0;
    width: 36%;
  }
  .footer-col-3 {
    width: 25%;
  }
  .icon-list {
    --spacing: 6px;
  }
  .footer-row {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 48px;
    margin-top: 48px;
  }
  .copyright {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .footer-top {
    padding: 80px 32px;
  }
  .btn-subscribe {
    padding: 16px 25px;
  }
  .footer-col-1 {
    width: 60%;
  }
  .footer-col-2 {
    width: 30%;
  }
  .footer-col-3 {
    width: 20%;
  }
  .footer-logo img {
    width: 250px;
  }
  .newsletter-title h1 {
    font-size: 46px;
  }
}/*# sourceMappingURL=ws-style.css.map */