@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT:wght@400&family=Montserrat:wght@400;500;700&display=swap");
@font-face {
  font-family: "icon-ord";
  src: url("fonts/ionicons.eot?v=4.3.0");
  src: url("fonts/ionicons.eot?v=4.3.0#iefix") format("embedded-opentype"), url("fonts/ionicons.woff2?v=4.3.0") format("woff2"), url("fonts/ionicons.woff?v=4.3.0") format("woff"), url("fonts/ionicons.ttf?v=4.3.0") format("truetype"), url("fonts/ionicons.svg?v=4.3.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pl";
  src: url("fonts/Phosphor-Light.woff2") format("woff2"), url("fonts/Phosphor-Light.woff") format("woff"), url("fonts/Phosphor-Light.ttf") format("truetype"), url("fonts/Phosphor-Light.svg#Phosphor-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icon-wp";
  src: url("fonts/WPPageBuilder.woff?o0ompx") format("woff"), url("fonts/WPPageBuilder.svg?o0ompx#WPPageBuilder") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #000;
  --primary-text-color: #333;
  --font-color: #333;
  --theme-color: #000;
  --body-font-size: 16px;
  --body-font-family: Montserrat;
  --body-font-weight: 400;
  --body-line-height: 1.6;
  --body-background-color: #fff;
  --modal-bg-color: #fff;
  --bg-color: #fff;
  --btn-active-bg-color: #000;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #ab650d;
  --btn-border-color: transparent;
  --btn-background-color: #ab650d;
  --btn-hover-background-color: #000;
  --btn-text-color: #fff;
  --btn-hover-text-color: #fff;
  --btn-active-color: #fff;
  --btn-font-family: Montserrat;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --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: #ab650d;
  --anchors-hover-color: #333;
  --highlights-color: #333;
  --highlights-font-family: Cormorant Garamond;
  --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: transparent;
  --cart-summary-top: 110px;
  --modal-header-color: #fff;
  --group-menu-font-size: 18px;
  --product-title-color: #ab650d;
  --group-item-color: #ab650d;
}

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-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 .navigation-row {
  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-banner {
  height: 500px;
  background-image: url(Images/banner.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.header-banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
}

.scroll .header-main {
  background-color: #000;
}

.header-main {
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1039;
}

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

.logo-wrap {
  width: 40%;
}

.header-right {
  width: 40%;
}
.header-right .btn-contact {
  display: none;
}

.shop-list-header {
  display: flex;
  padding: 10px;
  justify-content: flex-end;
  gap: 15px;
  font-size: 21px;
}
.shop-list-header a {
  color: #fff;
}
.shop-list-header svg {
  fill: #fff;
  width: 17px;
  height: 17px;
}

.burger {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.burger .icon-menu {
  width: 36px;
  height: 36px;
  font-size: 36px;
  color: #fff;
}
.burger .icon-menu::after {
  content: "\f32a";
}

.icon-cart.icon-ord::after {
  content: "\f2b4";
}

@media only screen and (max-width: 1024px) {
  .navigation-row {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    max-width: 400px;
    background-color: #fff;
    z-index: 1040;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .navigation-header {
    display: flex;
    justify-content: space-between;
    min-height: 36.8px;
  }
  .navigation-header img {
    width: 100px;
  }
  .navigation-header .icon-close::after {
    font-family: icon-wp;
    content: "\ea4b";
    font-size: 27px;
  }
  .main-menu {
    padding-top: 30px;
  }
  .main-menu a {
    padding: 10px 0;
    line-height: 20px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000;
  }
  .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 button {
    margin: -10px 0;
    padding: 10px 0 10px 10px;
  }
  .main-menu svg {
    width: 11.2px;
    height: 11.2px;
  }
  .main-menu .sub-menu a {
    border-left: 8px solid transparent;
  }
}
.main-navigation .btn-contact {
  margin-top: 20px;
  padding: 16px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background-color: #ab650d;
}
.main-navigation .btn-contact:hover {
  background-color: #000;
}

.main-menu button {
  margin: -10px 0;
  padding: 10px 0 10px 10px;
}
.main-menu svg {
  width: 11.2px;
  height: 11.2px;
}
.main-menu .sub-menu a {
  border-left: 8px solid transparent;
}

@media (min-width: 768px) {
  .header-main {
    padding: 0 15px;
  }
  .logo-wrap {
    width: 20%;
  }
  .burger {
    width: 10%;
  }
  .header-right {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  .header-right .btn-contact {
    display: block;
    border: 1px solid rgb(171, 101, 13);
    padding: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
  }
  .header-right .btn-contact:hover {
    background-color: rgb(171, 101, 13);
  }
  .shop-list-header {
    gap: 33px;
  }
  .main-menu a {
    padding: 10px 20px;
  }
}
@media (min-width: 1025px) {
  .main-navigation .btn-contact,
  .burger,
  .navigation-header {
    display: none;
  }
  .logo-wrap {
    width: 26%;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .main-menu .has-child {
    position: relative;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu a {
    display: inline-flex;
    align-items: center;
    padding: 13px 11px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .main-menu svg {
    fill: #fff;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 130px;
    z-index: 1040;
  }
  .main-menu .sub-menu a {
    padding: 13px 20px;
    line-height: 20px;
    color: #33373d;
    white-space: nowrap;
  }
  .header-right {
    width: 25%;
    justify-content: space-between;
  }
  .header-right .btn-contact {
    text-align: center;
  }
  .navigation-row {
    width: 80%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1367px) {
  .header-right .btn-contact {
    padding: 18px 35px;
    white-space: nowrap;
  }
  .main-menu a {
    padding: 13px 17px;
  }
}
footer.footer {
  padding: 0 20px;
  background-color: #000;
}
footer.footer,
footer.footer a {
  color: #fff;
}
footer.footer a:hover {
  color: #ab6505;
}

.footer-content {
  padding: 80px 0 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}

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

.footer-col {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-col-title {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
}

.about-serca {
  font-size: 15px;
  line-height: 28px;
}

.footer-list,
.contact-list {
  line-height: 1.8em;
}
.footer-list li + li,
.contact-list li + li {
  margin-top: 5px;
}
.footer-list li:not(:last-child),
.contact-list li:not(:last-child) {
  padding-bottom: 5px;
}

.btn-newsletter {
  padding: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background-color: #ab6505;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.btn-newsletter:hover {
  background-color: #000;
}

p.follow-us {
  line-height: 1;
  font-weight: 500;
}

.social-nav {
  display: flex;
  gap: 10px;
}
.social-nav a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
.social-nav a svg {
  width: 16px;
  height: 16px;
  fill: #ab650d;
}

.footer-separator {
  margin-top: 50px;
  padding: 10px;
}
.footer-separator hr {
  height: 1px;
  border: none;
  width: 100%;
  margin: 0;
  background-color: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 13px;
  line-height: 28.8px;
}

.terms-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.terms-nav .icon-telegram::before {
  content: "\e5bc";
  font-family: pl;
}
.terms-nav a {
  margin: 0 5px;
  display: flex;
  gap: 5px;
}
.terms-nav .icon-holder {
  width: 17.5px;
  font-size: 14px;
  flex-shrink: 0;
  text-align: right;
}

.copyright {
  text-align: center;
}

@media (min-width: 768px) {
  footer.footer {
    background-image: url(Images/ft-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  footer.footer::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #000;
    opacity: 0.4;
  }
  .footer-content {
    position: relative;
    z-index: 9;
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-cols {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 48%;
  }
  .footer-col-1 {
    padding-right: 70px;
  }
  .footer-col-1 p {
    font-weight: 500;
  }
  .terms-nav {
    margin: 0 -5px;
  }
}
@media (min-width: 1025px) {
  .footer-cols {
    flex-wrap: nowrap;
  }
  .footer-col-1 {
    width: 26.777%;
  }
  .footer-col-4,
  .footer-col-2 {
    width: 20%;
  }
  .footer-col-3 {
    width: 25%;
  }
  .footer-bottom {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .footer-col {
    flex: 0 0 auto;
  }
  .footer-col-1 {
    width: 26.777%;
  }
  .footer-col-2 {
    width: 25.493%;
  }
  .footer-col-3 {
    width: 18.789%;
  }
  .footer-col-4 {
    width: 100%;
  }
}/*# sourceMappingURL=ws-style.css.map */