@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans&family=Marcellus&display=swap");
@font-face {
  font-family: "trx_addons_icons";
  src: url("fonts/trx_addons_icons.eot?60489628");
  src: url("fonts/trx_addons_icons.eot?60489628#iefix") format("embedded-opentype"), url("fonts/trx_addons_icons.woff2?60489628") format("woff2"), url("fonts/trx_addons_icons.woff?60489628") format("woff"), url("fonts/trx_addons_icons.ttf?60489628") format("truetype"), url("fonts/trx_addons_icons.svg?60489628#trx_addons_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?53592808");
  src: url("fonts/fontello.eot?53592808#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?53592808") format("woff2"), url("fonts/fontello.woff?53592808") format("woff"), url("fonts/fontello.ttf?53592808") format("truetype"), url("fonts/fontello.svg?53592808#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 17px;
  font-family: "DM Sans";
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: #0c0f26;
}

a:hover {
  color: #0c0f26;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: Mercellus;
  color: #0c0f26;
}

.btn {
  border-radius: 30px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  background: #444;
  color: #fff;
}

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

#pageContent {
  max-width: 1320px;
}

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

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

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

.top-bar-content {
  position: relative;
  z-index: 3;
}

.iframe-overlay,
.iframe-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.iframe-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.iframe-wrap iframe {
  top: 0;
  left: 0;
  position: absolute;
  width: 175%;
  height: 400%;
  transform: translateY(-50%);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  max-width: calc(100vw - 20px);
  margin: 0 auto;
}

.hd-col .hd-col-content {
  padding: 0 10px;
}
.hd-col .hd-col-inner {
  padding: 15px;
}

.hd-col-2 {
  margin-right: -3px;
}

.logo {
  margin: 8px 0;
}
.logo img {
  max-height: 60px;
}

.search-icon-wrap,
.btn-menu {
  margin-left: 18.2px;
}

.nav-holder {
  display: none;
}

.hd-col-2 .hd-col-inner {
  color: #fff;
  display: flex;
  align-items: center;
}

.open-icon,
.search-icon {
  font-family: fontello;
}

.open-icon::after {
  content: "\e9d7";
  font-size: 16px;
}

.search-icon::after {
  content: "\ea18";
  font-size: 22px;
}

.si-content {
  padding-top: 7px;
  padding-right: 4px;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-family: "DM Sans";
}

.si-icon {
  padding: 4px 10px 0;
  margin-left: 5px;
}
.si-icon img {
  height: 20px;
  aspect-ratio: 1/1;
}

.nav-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 22px;
}
.nav-logo a {
  display: inline-block;
}
.nav-logo img {
  aspect-ratio: auto 1000/322;
  max-height: 60px;
}

.btn-menu-wrap {
  padding-right: 3px;
}

.btn-close-wrap {
  display: flex;
  color: #96999f;
  font-size: 15px;
  font-family: "DM Sans";
}
.btn-close-wrap .btn-close-icon {
  margin-left: 13.5px;
  font-size: 17px;
  color: #fff;
}
.btn-close-wrap .btn-close-icon::after {
  font-family: fontello;
  content: "\e9e1";
}

.side-nav .main-nav {
  width: calc(100% - 40px);
  margin: 32px auto 0;
}
.side-nav .main-nav .sub-menu {
  display: none;
}
.side-nav .main-nav .has-child > a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.side-nav .main-nav .has-child.open .sub-menu {
  display: block;
}
.side-nav .main-nav .has-child.open .open-sub-icon {
  transform: translateX(10px);
}
.side-nav .main-nav .open-sub-icon {
  transition: transform 0.2s ease;
  font-family: fontello;
}
.side-nav .main-nav .open-sub-icon::after {
  content: "\e9a4";
  font-size: 11px;
}
.side-nav .sub-menu a {
  font-size: 16px;
  letter-spacing: 0.6px;
  padding: 4.8px 24px 4.8px 16px;
}
.side-nav a {
  font-size: 22px;
  font-family: Marcellus, serif;
  color: #d2d3d5;
  display: block;
  padding: 3px 0;
  line-height: 33px;
  font-weight: 500;
}
.side-nav .winery-info {
  display: none;
}
.side-nav .social-nav {
  position: relative;
  margin: 0 20px;
  gap: 19.2px;
  padding: 16px 0;
  margin-top: 24px;
}
.side-nav .social-nav::after {
  content: "";
  display: block;
  z-index: 1;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #313234;
}
.side-nav .social-nav a {
  line-height: 25px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

.social-nav {
  display: flex;
}
.social-nav a {
  font-family: fontello;
}
.social-nav .icon-instagram .social-icon::after {
  content: "\e9c9";
}
.social-nav .icon-facebook .social-icon::after {
  content: "\e9c6";
}

.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 99;
  background-color: #211917;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}

.open .side-nav {
  transform: translateY(0);
}

@media (max-width: 580px) {
  .hd-col-1 {
    width: 30%;
  }
}
.header-top {
  position: relative;
}

body.open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .btn-menu svg {
    display: none;
  }
  .main-nav .has-child.is-desktop .open-sub-icon,
.open-menu svg,
iframe,
.desktop-item {
    display: none;
  }
  .logo img {
    display: none;
  }
  .logo img + img {
    display: initial;
  }
}
@media (min-width: 768px) {
  .logo img {
    display: initial;
    max-height: 100px;
  }
  .logo img + img {
    display: none;
  }
  .top-bar-inner {
    padding: 10px 15px;
    max-width: 100%;
  }
  .hd-col .hd-col-content {
    padding: 0 15px;
  }
  .open-icon::after {
    content: none;
  }
  .open-icon svg g circle:last-child {
    stroke: #fcfcfc;
  }
  body.open .side-nav {
    transform: translate(0);
  }
  .nav-logo {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
  }
  .nav-logo .btn-close-text {
    display: none;
  }
  .nav-logo .btn-close-icon {
    margin: 0;
    color: #0c0f26;
  }
  .nav-logo .btn-close-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
  }
  .side-nav {
    padding: 30px;
    background-image: url(images/menu-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 388px;
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
  .side-nav .main-nav {
    margin-top: 0;
  }
  .side-nav .main-nav a {
    line-height: 20px;
    padding: 13px 20px;
    font-size: 17px;
    font-family: "DM Sans";
  }
  .side-nav .winery-info {
    display: block;
    border-top: 1px solid rgb(225, 231, 232);
    padding-top: 45px;
    margin-top: 15px;
  }
  .side-nav .winery-info .phone-no a {
    font-size: 19px;
    font-family: Marcellus;
    margin-bottom: 10px;
    padding: 0;
    line-height: 19px;
  }
  .side-nav .winery-info .winery-address a,
.side-nav .winery-info .winery-email a {
    line-height: 25px;
    padding: 0;
    font-size: 16px;
    font-family: "DM Sans";
  }
  .side-nav .main-nav .has-child.open .open-sub-icon {
    transform: translate(0);
  }
  .side-nav .main-nav .open-sub-icon::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
  }
  .side-nav .main-nav .is-mobile-child .open-sub-icon,
.side-nav .main-nav .is-mobile-child .sub-menu,
.side-nav .main-nav .mobile-item {
    display: none !important;
  }
  .side-nav .social-nav a {
    gap: 8px;
    background-color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #0c0f26;
    font-weight: 400;
  }
  .hd-col-1 {
    width: 79.026%;
  }
}
.secondary-content {
  max-width: 800px;
  text-align: center;
  margin: -30px auto 0;
}
.secondary-content .s-title {
	font-family: Marcellus;
	color: #fff;
	font-size: 2.765em;
	font-weight: 400;
	letter-spacing: -.1px;
}
.secondary-content .s-text {
  line-height: 32px;
  padding-top: 7px;
}
.secondary-content .s-text p {
  margin-bottom: 0;
  font-family: "DM Sans";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.49);
  font-weight: 500;
}
.secondary-content .s-buttons .buttons-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.secondary-content .s-buttons .button-wrapper {
  padding: 50px 0 0;
}

.secondary-content .s-buttons a {
  line-height: 1;
  font-size: 14px;
  font-family: "DM Sans";
  padding: 15px 40px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px 25px 25px 25px;
  font-weight: 600;
  display: block;
  transition: color 0.2s ease, transform 0.2s ease;
}
.secondary-content .s-buttons a:hover {
  transform: scale(1.1);
}

.top-bar-content {
  padding-bottom: 30px;
}

@media (min-width: 1280px) {
  .top-bar-content {
    min-height: 54vh;
  }
}
@media (min-width: 1440px) {
  .iframe-wrap iframe {
    height: 620%;
  }
  .top-bar-inner {
    padding: 14px 46px;
    justify-content: space-between;
  }
  .hd-col-1 .hd-col-inner {
    display: flex;
    align-items: center;
  }
  .hd-col-1 .hd-col-inner .logo {
    margin-right: 25.5px;
  }
  .hd-col-1 .hd-col-inner .logo img {
    margin-right: 100px;
  }
  .hd-col-1 .hd-col-inner .main-nav {
    display: flex;
  }
  .hd-col-1 .hd-col-inner .main-nav .has-child {
    position: relative;
  }
  .hd-col-1 .hd-col-inner .main-nav .has-child .sub-menu {
    display: none;
    width: 210px;
    position: absolute;
    top: 100%;
    z-index: 99;
    background-color: rgb(33, 25, 23);
    left: 0;
  }
  .hd-col-1 .hd-col-inner .main-nav .has-child .sub-menu a {
    font-size: 14px;
    padding: 9.1px 22.4px;
    display: inline-block;
    transition: padding-left 0.2s ease-in-out;
  }
  .hd-col-1 .hd-col-inner .main-nav .has-child .sub-menu a:hover {
    padding-left: 31.4px;
  }
  .hd-col-1 .hd-col-inner .main-nav .has-child .sub-menu a:hover::after {
    width: calc(100% - 55.8px);
  }
  .hd-col-1 .hd-col-inner .main-nav .has-child .sub-menu a::after {
    bottom: 9.3px;
    left: 30.9px;
  }
  .hd-col-1 .hd-col-inner .main-nav .has-child:hover .sub-menu {
    display: block;
  }
  .hd-col-1 .hd-col-inner .main-nav a {
    white-space: nowrap;
    font-size: 17px;
    font-family: Marcellus;
    color: #fcfcfc;
    padding: 15.3px 17px;
    display: block;
    position: relative;
    line-height: 26.5px;
  }
  .hd-col-1 .hd-col-inner .main-nav a::after {
    content: "";
    background-color: #fcfcfc;
    position: absolute;
    left: 17px;
    bottom: 15.3px;
    width: 0%;
    height: 1px;
    transition: width 0.2s ease;
  }
  .hd-col-1 .hd-col-inner .main-nav a:hover::after {
    width: calc(100% - 34px);
  }
  .nav-holder {
    display: block;
  }
  .hd-col-2 .hd-col-inner {
    justify-content: flex-end;
  }
  .btn-menu {
    margin-left: 32px;
  }
  .sign-in-wrap .si-content {
    padding-top: 0;
    padding-right: 6px;
    font-size: 17px;
  }
  .btn-menu,
.search-icon-wrap {
    padding-top: 2px;
  }
  .search-icon-wrap {
    margin-left: 30px;
  }
  .search-icon-wrap .search-icon::after {
    font-size: 24px;
  }
}
#footer {
  background-color: #fefefd;
  padding-bottom: 20px;
  position: relative;
}
#footer .footer-nav {
  display: none;
}
#footer .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/winery-footer-bg-copyright.png);
  opacity: 0.05;
  background-size: cover;
}
#footer .ord-container {
  z-index: 1;
  position: relative;
}
#footer .social-nav {
  padding: 15px;
  justify-content: center;
  gap: 4px;
}
#footer .social-nav a {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  padding-bottom: 1px;
}
#footer .copyright-wrap {
  padding: 27px 15px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
#footer .copyright-wrap p {
  line-height: 26px;
  margin-bottom: 0;
}
#footer .copyright-wrap .txt-noire {
  color: #0c0f26;
}

@media (min-width: 768px) {
  #footer {
    padding: 23px 0;
  }
  #footer .copyright-wrap {
    margin-bottom: 0;
    text-align: left;
  }
  #footer .copyright-wrap p {
    line-height: 28px;
  }
  #footer .footer-nav {
    display: block;
  }
  #footer .social-nav {
    justify-content: flex-end;
  }
  #footer .social-nav a {
    margin-bottom: 0;
  }
  #footer .footer-col-inner {
    padding: 0 15px;
  }
  .footer-container {
    margin: 0 15px;
  }
  .ft-list {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .ft-list a {
    font-size: 16px;
    font-family: Marcellus;
    color: #0c0f26;
    white-space: nowrap;
    position: relative;
    display: block;
    line-height: 25.5px;
    padding: 6.4px 12.8px;
  }
  .ft-list .sub-menu {
    display: none;
  }
  #footer .ft-list .has-child {
    position: relative;
  }
  #footer .ft-list .has-child .sub-menu {
    position: absolute;
    bottom: 100%;
    left: -30px;
    z-index: 9;
    background-color: rgb(33, 25, 23);
    width: 210px;
    padding: 14px 0;
  }
  #footer .ft-list .has-child .sub-menu a {
    padding: 9.1px 22.4px;
    color: #ccc;
    line-height: 21px;
    display: block;
    font-family: "DM Sans";
  }
  #footer .ft-list .has-child .sub-menu a:hover {
    color: #fff;
  }
  #footer .ft-list .has-child:hover .sub-menu {
    display: block;
  }
  .footer-col-1,
.footer-col-3 {
    width: 32%;
  }
  .footer-col-2 {
    width: 36%;
  }
  .footer-row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #footer {
    padding-bottom: 37px;
  }
  #footer .social-nav {
    gap: 7px;
  }
  #footer .ord-container {
    max-width: calc(100vw - 70px);
    margin: 0 auto;
  }
  #footer .ft-list {
    overflow: unset;
  }
}
@media (min-width: 1440px) {
  #footer {
    padding-bottom: 48px;
  }
  #footer .ord-container {
    max-width: 1320px;
  }
  .footer-col-1,
.footer-col-3 {
    width: 25%;
  }
  .footer-col-2 {
    width: 50%;
  }
  .ft-list a {
    padding: 8px 20.8px;
  }
}
.dots-icon {
  font-family: "trx_addons_icons";
}
.dots-icon::before {
  content: "\e89f";
}

@media (min-width: 1590px) {
  #footer {
    padding-bottom: 50px;
  }
  #footer .social-nav a {
    width: 45px;
    height: 45px;
    font-size: 16px;
    margin-bottom: 1px;
  }
}
form[action*="/wine-club/"] .s-shop,
.s-wine-club{
	display: none;
}
form[action*="/wine-club/"] .s-wine-club {
	display: block;
}