@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300italic,400,400italic,700,700italic%7CLato:300,300italic,400,400italic,700,700italic%7CVidaloka&subset=latin,latin-ext");
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?94838406");
  src: url("fonts/fontello.eot?94838406#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?94838406") format("woff2"), url("fonts/fontello.woff?94838406") format("woff"), url("fonts/fontello.ttf?94838406") format("truetype"), url("fonts/fontello.svg?94838406#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #b2936d;
  --primary-text-color: #7d7f81;
  --theme-color: #b2936d;
  --body-font-size: 14px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.572em;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #b2936d;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: transparent;
  --btn-border-color: transparent;
  --btn-background-color: #b2936d;
  --btn-hover-background-color: #b2936d;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Montserrat;
  --btn-font-size: 12px;
  --btn-text-transform: uppercase;
  --btn-border: none;
  --btn-padding: 10px 20px;
  --btn-border-radius: 3px;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 1px;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #2c3136;
  --anchors-hover-color: #b2936d;
  --highlights-color: #2c3136;
  --highlights-font-family: Montserrat;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1170px;
  --popup-text-color: #000;
  --wine-information-alt-row-bg: #eee;
  --overlay-bg-color: rgba(0, 0, 0, 0.6);
  --cart-summary-top: 70px;
  --modal-header-color: #fff;
  --horizontal-group-menu-size: 20px;
}

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: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 .site-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-main {
  background-color: #2c3136;
  position: relative;
  padding: 24px 0 20px 35px;
}
@media (min-width: 481px) {
  .header-main {
    padding: 35px 0 20px;
  }
}

header .ord-container,
footer .ord-container {
  width: 280px;
}
@media (min-width: 480px) {
  header .ord-container,
  footer .ord-container {
    width: 440px;
  }
}
@media (min-width: 640px) {
  header .ord-container,
  footer .ord-container {
    width: 600px;
  }
}
@media (min-width: 768px) {
  header .ord-container,
  footer .ord-container {
    width: 708px;
  }
}
@media (min-width: 960px) {
  header .ord-container,
  footer .ord-container {
    width: 900px;
  }
}
@media (min-width: 1024px) {
  header .ord-container,
  footer .ord-container {
    width: 964px;
  }
}
@media (min-width: 1136px) {
  header .ord-container,
  footer .ord-container {
    width: 910px;
  }
}
@media (min-width: 1263px) {
  header .ord-container,
  footer .ord-container {
    width: 1000px;
  }
}
@media (min-width: 1440px) {
  header .ord-container,
  footer .ord-container {
    width: 1170px;
  }
}

header .ord-container {
  margin: 0;
}
@media (min-width: 480px) {
  header .ord-container {
    margin: 0 auto;
  }
}

.logo img {
  width: 100%;
}
@media (min-width: 481px) {
  .logo {
    text-align: center;
  }
}

@media only screen and (max-width: 1023px) {
  .btn-menu-wrap {
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 1040;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .btn-menu-wrap {
    right: auto;
    left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu-icon::after {
    content: "\e8ba";
    font-family: fontello;
    font-size: 26px;
    line-height: 1;
    color: #fff;
  }
  .site-navigation {
    position: fixed;
    top: 103px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    background-color: #b2936d;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 480px) {
  .site-navigation {
    top: 0;
    width: 320px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.5s ease;
  }
  .main-menu > li,
  .main-menu > li ul {
    overflow: hidden;
  }
  .main-menu > li.open {
    grid-template-rows: auto 1fr;
  }
  .main-menu li.open .btn-toggle-sub-menu {
    transform: rotate(180deg);
  }
  .main-menu a {
    color: #fff;
    display: block;
    padding: 17px 54px 17px 35px;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat;
    position: relative;
  }
  .main-menu .btn-toggle-sub-menu {
    position: absolute;
    display: inline-block;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    transition: transform 0.5s ease;
  }
  .main-menu .btn-toggle-sub-menu .icon-toggle::after {
    content: "\e828";
    font-family: fontello;
    font-size: 12px;
    color: #fff;
  }
  .main-menu .sub-menu a {
    padding: 12px 54px 12px 35px;
    line-height: 15px;
  }
}
.footer-main {
  background-color: #2c3136;
  padding: 66px 0 44px;
}
.footer-main a {
  color: #5e6062;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-list li {
  width: 50%;
  margin-bottom: 5.7px;
}
.footer-list a {
  display: block;
  line-height: 17.28px;
  font-size: 10px;
  text-transform: uppercase;
}

.footer-col-1 {
  font-size: 11px;
  padding-bottom: 16.5px;
  line-height: 17.292px;
  color: #5e6062;
}
.footer-col-1 strong {
  color: #fff;
}
.footer-col-1 .footer-col-title {
  margin-bottom: 34px;
}

.footer-col-2 {
  margin: 11px 0 16.5px;
  padding: 10px 0 0 0;
}

.footer-col-title {
  font-size: 15.7135px;
  line-height: 20.42px;
  color: #fff;
  margin: 0 0 30.9983px;
}

.footer-bottom {
  text-align: center;
  background-color: #171a1c;
  color: #5e6062;
  padding: 11px 0 8.25px;
  font-size: 11px;
  line-height: 17.292px;
}

.social-nav {
  display: flex;
  justify-content: center;
  gap: 6.05px;
  padding-bottom: 5px;
}
.social-nav a {
  width: 26px;
  height: 26px;
  border: 2px solid #5e6062;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-nav .social-icon {
  font-family: fontello;
  font-size: 10.2135px;
  line-height: 1;
  color: #5e6062;
}
.social-nav .icon-facebook::after {
  content: "\e873";
}
.social-nav .icon-g::after {
  content: "\e87a";
}
.social-nav .icon-instagram::after {
  content: "\e87e";
}

.copyright p {
  margin-top: 11px;
}
.copyright p a {
  text-decoration: underline;
  color: #5e6062;
}

@media (min-width: 480px) {
  .footer-main {
    padding: 72px 0 48px;
  }
  .footer-row {
    display: flex;
    margin-right: -20px;
  }
  .footer-col {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 18px;
  }
  .footer-col-title {
    font-size: 17.142px;
    line-height: 22.28px;
    margin-bottom: 36px;
  }
  .footer-col-1 {
    font-size: 12px;
    line-height: 18.864px;
    padding-bottom: 0;
  }
  .footer-col-1 .footer-col-title {
    margin-bottom: 36px;
  }
  .footer-col-2 {
    margin-top: 0;
    padding-top: 0;
  }
  .footer-col-2 .footer-col-title {
    margin-bottom: 33px;
  }
  .footer-list a {
    line-height: 18.864px;
  }
  .footer-bottom {
    padding-top: 14px;
    font-size: 12px;
    line-height: 18.864px;
  }
  .social-nav {
    gap: 6.6px;
    padding-bottom: 7px;
  }
  .social-nav .social-icon {
    font-size: 11.142px;
  }
  .social-nav a {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 768px) {
  .footer-main {
    padding: 78px 0 52px;
  }
  .footer-col {
    width: 33.33333333%;
    padding-right: 30px;
  }
  .footer-col-title {
    font-size: 18.5705px;
    margin-bottom: 39px;
    line-height: 24.14px;
  }
  .footer-row {
    margin-right: -30px;
  }
  .footer-col-1 {
    font-size: 13px;
    line-height: 20.436px;
  }
  .footer-col-1 .footer-col-title {
    margin-bottom: 39px;
  }
  .footer-list a {
    line-height: 20.422px;
  }
  .footer-bottom {
    font-size: 13px;
    line-height: 20.422px;
    padding-bottom: 9.75px;
  }
  .social-nav a {
    width: 30px;
    height: 30px;
  }
  .social-nav .social-icon {
    font-size: 12.07px;
  }
}
@media (min-width: 960px) {
  .footer-list li {
    margin-bottom: 6.84px;
  }
  .footer-list a {
    font-size: 12px;
    line-height: 20.42px;
  }
}
@media (min-width: 1024px) {
  .footer-bottom {
    text-align: left;
    padding-top: 12px;
  }
  .social-nav {
    justify-content: flex-end;
  }
  .copyright p {
    margin-top: 0;
  }
}
@media (min-width: 1263px) {
  .footer-col-title {
    font-size: 20px;
    line-height: 26px;
  }
  .footer-list a {
    line-height: 22px;
  }
  .footer-col-1 .footer-col-title {
    margin-bottom: 42px;
  }
  .footer-col-2 .footer-col-title {
    margin-bottom: 40px;
  }
  .footer-main {
    padding: 84px 0 56px;
  }
  .footer-col {
    margin-bottom: 21px;
  }
  .footer-col-1 {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-bottom {
    line-height: 22px;
    font-size: 14px;
    padding-top: 14px;
  }
  .social-nav {
    gap: 7.7px;
  }
  .social-nav .social-icon {
    font-size: 13px;
  }
  .social-nav a {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .btn-menu-wrap,
  .btn-toggle-sub-menu {
    display: none;
  }
  .logo {
    padding: 24.7px 0 23.4px;
    transition: padding 0.3s ease;
  }
  .logo img {
    max-height: 100px;
    height: 80px;
    width: 241px;
    transition: width 0.3s ease, height 0.3s ease;
  }
  .main-menu,
  .header-row {
    display: flex;
  }
  .header-main {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    transition: background-color 0.3s ease;
  }
  .auth-wrapper {
    margin-top: 130px;
  }
  .header-row {
    justify-content: space-between;
  }
  .scroll .header-main {
    background-color: #171a1c;
  }
  .scroll .logo {
    padding: 10.14px 0 8.58px;
  }
  .scroll .logo img {
    height: 42px;
    width: 171.17px;
  }
  .scroll .main-menu {
    padding: 1px 39px 0 0;
  }
  .main-menu {
    padding: 22px 39px 18.2px 0;
    transition: padding 0.3s ease;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
  }
  .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    padding: 28.8px 21.6px;
    min-width: 240px;
    visibility: hidden;
    z-index: 1040;
    transform: translateY(500%);
    background-color: #2c3136;
    transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s ease, visibility 0.5s ease;
  }
  .main-menu .sub-menu a:hover {
    background-color: #b2936d;
  }
  .main-menu a {
    text-transform: uppercase;
    padding: 20.0564px 10.9196px;
    display: block;
    font-size: 11.1424px;
    color: #fff;
  }
}
@media (min-width: 1263px) {
  .logo {
    padding-top: 26.6px;
    padding-bottom: 25.2px;
  }
  .logo img {
    width: 292px;
    height: 80px;
  }
  .main-menu {
    padding-top: 28px;
    padding-right: 42px;
  }
  .main-menu a {
    padding: 21.5992px 11.7595px;
    font-size: 12px;
    line-height: 15.422px;
  }
}/*# sourceMappingURL=ws-style.css.map */