@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-family: ETmodules;
  font-display: block;
  src: url(fonts/modules.eot);
  src: url(fonts/modules.eot?#iefix) format("embedded-opentype"), url(fonts/modules.woff) format("woff"), url(fonts/modules.ttf) format("truetype"), url(fonts/modules.svg#ETmodules) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: quirk-rdw;
  src: url(fonts/Quirk-RDW.woff2);
}
:root {
  --primary: #ab0320;
  --primary-text-color: #144245;
  --font-color: #144245;
  --theme-color: #ab0320;
  --body-font-size: 14px;
  --body-font-family: Karla;
  --body-font-weight: 500;
  --body-line-height: 1.7em;
  --body-background-color: #fef9f5;
  --modal-bg-color: #fef9f5;
  --bg-color: #fef9f5;
  --btn-active-bg-color: #ab0320;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: #ab0320;
  --btn-hover-background-color: #ab0320;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Karla;
  --btn-font-size: 15px;
  --btn-text-transform: uppercase;
  --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: #d10024;
  --anchors-hover-color: #144245;
  --highlights-color: #144245;
  --highlights-font-family: quirk-rdw;
  --highlights-font-weight: 700;
  --highlights-line-height: 1.4;
  --container-max-width: 1080px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: transparent;
  --cart-summary-top: 85px;
  --modal-header-color: #fff;
  --horizontal-group-menu-size: 18px;
}

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);
  text-transform: uppercase;
}

.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:hover {
  background: var(--btn-hover-background-color);
  color: var(--btn-hover-text-color);
  opacity: var(--btn-hover-opacity);
}

.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 .main-menu {
  transform: scale(1);
}
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%;
}

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

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  padding: 7px 25px 0;
  background-color: #fef9f5;
  border-bottom: 2px solid #4262A6;
}

.burger {
  margin: 0 6px;
  position: relative;
  top: -7px;
}

.icon-toggle::after {
  content: "a";
  color: #ab0320;
  font-size: 32px;
}

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

.logo {
  max-width: 250px;
}
.logo a {
  display: block;
  margin-right: 30px;
}

@media (max-width: 980px) {
  .nav-logo {
    display: none;
  }
  .site-navigation {
    position: relative;
  }
  .main-menu {
    background-color: #fff5ed;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 5%;
    line-height: 26px;
    z-index: 1040;
    border-radius: 15px;
    border-top: 3px solid transparent;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform-origin: top;
    transform: scale(1, 0);
    transition: transform 0.5s ease;
  }
  .main-menu .sub-menu {
    display: none;
  }
  .main-menu a {
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: quirk-rdw;
    color: #144245;
  }
}
@media (min-width: 981px) {
  .logo-wrap,
  .mobile-item {
    display: none;
  }
  .header-main {
    padding: 7px 10px 0;
  }
  .auth-wrapper {
    margin-top: 85px;
  }
  .main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-menu img {
    width: 228px;
  }
  .main-menu li {
    position: relative;
  }
  .main-menu > li {
    padding: 0 11px;
  }
  .main-menu a {
    line-height: 14px;
    display: block;
    padding: 31px 0;
    text-transform: uppercase;
    font-family: quirk-rdw;
    font-weight: 500;
    font-size: 14px;
    color: #144245;
  }
  .main-menu .has-child > a {
    padding-right: 20px;
    position: relative;
  }
  .main-menu .has-child > a::after {
    content: "3";
    font-family: ETModules;
    font-weight: 800;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .nav-logo a {
    padding: 0;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1040;
    padding: 20px 0;
    background-color: #fff5ed;
    border-radius: 15px;
    width: 240px;
    box-shadow: 0px 0px 10px 2px rgba(37, 75, 84, 0.1);
  }
  .main-menu .sub-menu li {
    padding: 0 20px;
  }
  .main-menu .sub-menu a {
    white-space: nowrap;
    padding: 6px 20px;
    display: block;
    line-height: 28px;
  }
}
footer.footer {
  background-color: #144245;
}
footer.footer,
footer.footer a {
  color: #fff5ed;
}

.icon-et {
  font-family: ETModules;
  font-weight: 400;
}

footer.footer .ord-container {
  width: 80%;
}

.footer-bottom {
  --container-max-width: 600px;
}

.pre-footer {
  padding: 50px 0;
  text-align: center;
  background-color: #fef9f5;
  color: #ab0320;
  font-size: 18px;
  font-family: quirk-rdw;
  text-transform: uppercase;
  font-weight: 700;
}
.pre-footer .ord-container {
  width: 60% !important;
}
.pre-footer .footer-col-1,
.pre-footer .footer-col-2 {
  margin-bottom: 30px;
}
.pre-footer .footer-col-1,
.pre-footer .footer-col-3 {
  padding-top: 15px;
}
.pre-footer video {
  width: 100px;
  height: 100px;
}

.footer-main {
  padding: 50px 0;
  background-image: url(Images/bubbles-bg-7.png);
  background-position: 110% 50%;
  background-size: 425px auto;
  background-repeat: no-repeat;
}

.footer-cols {
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  font-family: quirk-rdw;
}
.footer-cols a {
  display: block;
}
.footer-cols .footer-col {
  width: 50%;
}
.footer-cols .footer-col-1 {
  order: 1;
}
.footer-cols .footer-col-2 {
  order: 3;
}
.footer-cols .footer-col-3 {
  order: 2;
}
.footer-cols .footer-col-4 {
  order: 4;
}

.footer-nav a {
  line-height: 26.2px;
  margin-bottom: 30px;
}
.footer-nav a:hover {
  color: #ffdb47 !important;
}

.social-nav {
  display: flex;
  padding-top: 10px;
  gap: 8px;
}
.social-nav a {
  font-size: 16px;
  display: inline-flex;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.social-nav a:hover {
  color: #ffdb47 !important;
}

.icon-i::after {
  content: "\e09a";
}

.icon-f::after {
  content: "\e093";
}

.icon-p::after {
  content: "\e095";
}

.icon-l::after {
  content: "\e09d";
}

.copyright-section {
  text-align: center;
  padding: 30px 0;
}
.copyright-section p {
  font-size: 10px;
}

.copyright {
  margin-bottom: 30px;
}

.wine-information{
	border: 0px solid var(--border-color);
}

.wine-information tr.alt{
	background: none;
}

.footer-bottom {
  font-size: 14px;
  overflow: hidden;
  position: relative;
  background-color: #ab0320;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  height: 95px;
  background-size: 100% 95px;
  background-image: url(Images/shape.svg);
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(-1, -1);
}
.footer-bottom .footer-row {
  display: flex;
  position: relative;
  z-index: 1;
}
.footer-bottom .dog-image-wrap {
  margin-bottom: 30px;
  width: 50%;
  flex: 0 0 50%;
}
.footer-bottom .dog-image {
  margin-bottom: -35px;
}
.footer-bottom p {
  padding-top: 85px;
}

@media (min-width: 768px) {
  .footer-cols {
    font-size: 16px;
  }
  .footer-nav a {
    line-height: 28.8px;
  }
}
@media (min-width: 981px) {
  .pre-footer {
    padding: 4% 0;
  }
  .pre-footer .footer-row {
    display: flex;
  }
  .pre-footer .footer-row .footer-col {
    width: 29.6667%;
    margin-bottom: 0;
  }
  .pre-footer .footer-row .footer-col + .footer-col {
    margin-left: 5.5%;
  }
  .footer-main {
    padding: 4% 0;
  }
  .footer-main .ord-container {
    padding: 2% 0 78px;
  }
  .footer-cols {
    font-size: 18px;
    padding-bottom: 0;
  }
  .footer-cols .footer-col {
    width: 20.875%;
  }
  .footer-cols .footer-col + .footer-col {
    margin-left: 5.5%;
  }
  .footer-cols .footer-col-2 {
    order: 2;
  }
  .footer-cols .footer-col-3 {
    order: 3;
  }
  .footer-nav a {
    margin-bottom: 13.174%;
    line-height: 33.4px;
  }
  .footer-nav a:last-child {
    margin-bottom: 0;
  }
  .copyright-section {
    padding: 2% 0;
  }
  .copyright-section .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .copyright {
    margin-bottom: 0;
  }
  .footer-bottom .dog-image-wrap {
    width: 20.875%;
    flex: 0 0 20.875%;
    margin-bottom: 0;
    margin-right: 5.5%;
  }
  .footer-bottom .ord-container {
    margin-left: 18vw;
  }
  .footer-bottom .dog-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1350px) {
  .footer-main .ord-container {
    padding-top: 27px;
  }
  .pre-footer,
  .footer-main {
    padding: 54px 0;
  }
  .copyright-section {
    padding: 27px 0;
  }
}/*# sourceMappingURL=ws-style.css.map */