@import url("https://fonts.googleapis.com/css2?family=Arapey:wght@400&family=Poppins:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@font-face {
  font-family: icon-ord;
  src: url(fonts/eicons.eot?5.41.0);
  src: url(fonts/eicons.eot?5.41.0#iefix) format("embedded-opentype"), url(fonts/eicons.woff2?5.41.0) format("woff2"), url(fonts/eicons.woff?5.41.0) format("woff"), url(fonts/eicons.ttf?5.41.0) format("truetype"), url(fonts/eicons.svg?5.41.0#eicon) format("svg");
  font-weight: 400;
  font-style: normal;
}
:root {
  --primary: #b2ac6d;
  --primary-text-color: #333;
  --font-color: #333;
  --theme-color: #b2ac6d;
  --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: transparent;
  --box-shadow-primary: none;
  --border-color: #ccc;
  --btn-active-border-color: #b2ac6d;
  --btn-border-color: transparent;
  --btn-background-color: #b2ac6d;
  --btn-hover-background-color: transparent;
  --btn-text-color: #fff;
  --btn-hover-text-color: #b2ac6d;
  --btn-active-color: #b2ac6d;
  --btn-font-family: Montserrat;
  --btn-font-size: 16px;
  --btn-text-transform: none;
  --btn-border: 1px solid #b2ac6d;
  --btn-padding: 10px 20px;
  --btn-border-radius: 0;
  --btn-hover-opacity: 1;
  --btn-letter-spacing: 0;
  --anounce-color: #ff3333;
  --inputs-text-color: #212529;
  --anchors-color: #b2ac6d;
  --anchors-hover-color: #333;
  --highlights-color: #333;
  --highlights-font-family: Arapey;
  --highlights-font-weight: 400;
  --highlights-line-height: 1.4;
  --container-max-width: 1200px;
  --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: #b2ac6d;
}

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 .navigation-row {
  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%;
}

.logo-wrap {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.shop-list {
  justify-content: flex-end;
  gap: 3px;
  flex: 1;
}
.shop-list,
.shop-list a {
  display: flex;
}
.shop-list a {
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .shop-list a {
    font-size: 17px;
    width: 34px;
    height: 34px;
  }
}

.logo {
  width: 40%;
}
@media (min-width: 768px) {
  .logo {
    width: 50%;
  }
  .logo a {
    display: block;
    padding-left: 20px;
  }
}
.logo img {
  width: 281px;
}
@media (min-width: 768px) {
  .logo img {
    width: 212px;
  }
}

.burger {
  margin-left: 20px;
  padding: 6.5px;
  font-size: 26px;
  line-height: 1;
}
@media (min-width: 768px) {
  .burger {
    padding: 8px;
    font-size: 32px;
  }
}

.icon-menu {
  color: #b2ac6d;
}
.icon-menu::after {
  content: "\e816";
}
.open .icon-menu::after {
  content: "\e87f";
}

.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background-color: #fff;
}

.header-background {
  background-image: url(Images/sealbeach.header.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 40vh;
}

@media (max-width: 1024px) {
  .navigation-row {
    position: absolute;
    top: 39px;
    transform-origin: top;
    transform: scale(1, 0);
    margin-top: 35px;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0px rgba(63, 62, 55, 0.18);
    z-index: 1040;
    transition: transform 0.3s ease;
  }
}
@media (max-width: 1024) and (min-width: 768px) {
  .navigation-row {
    top: 62px;
  }
}
.main-menu .icon-item {
  display: none;
}
.main-menu a {
  padding: 12px 15px;
  font-size: 14px;
  font-family: Montserrat;
  display: inline-block;
  line-height: 20px;
  color: #333;
  font-weight: 500;
}

.has-child {
  position: relative;
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s ease;
}
.has-child,
.has-child ul {
  overflow: hidden;
}
.has-child.open {
  grid-template-rows: auto 1fr;
}
.has-child > a {
  display: flex;
  align-items: center;
}
.has-child .sub-menu a {
  border-left: 8px solid transparent;
}

.btn-toggle-sub-menu {
  margin: -10px 0;
  padding: 10px;
  font-size: 9.8px;
  line-height: 1;
}

footer.footer {
  background-color: #fcf6e4;
  padding: 80px 20px 20px;
}

.footer-list {
  line-height: 24px;
  padding-top: 10px;
}
.footer-list li + li {
  margin-top: 4.5px;
}
.footer-list li:not(:last-child) {
  padding-bottom: 4.5px;
}
.footer-list .item-icon {
  font-size: 14px;
  width: 17.5px;
}
.footer-list a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
}

.footer-logo {
  text-align: center;
  padding: 30px 0 0;
}
.footer-logo img {
  width: 227px;
}
@media (min-width: 768px) {
  .footer-logo img {
    width: 41%;
  }
}

.footer-cols {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .footer-cols {
    padding-bottom: 20px;
    gap: 30px;
  }
}

.footer-col-1 {
  margin: 0 0 -20px;
}
@media (min-width: 768px) {
  .footer-col-1 {
    margin-bottom: -30px;
  }
}

.footer-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-col-title {
  line-height: 1;
  font-family: Montserrat;
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer-col-title {
    font-size: 25px;
  }
}

.iframe-container {
  height: 178px;
}
.iframe-container iframe {
  filter: brightness(79%) contrast(100%) saturate(100%) blur(0px) hue-rotate(360deg);
  border: none;
  width: 100%;
  height: 100%;
}

.ft-separator {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
@media (max-width: 767px) {
  .ft-separator {
    margin-bottom: 10px;
  }
}

.left-content,
.right-content {
  flex: 1;
  height: 1px;
  background-color: #000;
}

.wine-icon {
  display: inline-block;
  padding: 10px;
  margin: 0 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.wine-icon span {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.copyright {
  text-align: center;
  font-size: 13px;
  line-height: 1.3em;
}

.social-nav {
  gap: 5px;
}
@media (min-width: 768px) {
  .social-nav {
    gap: 7px;
  }
}
.social-nav,
.social-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-nav a {
  width: 36px;
  height: 36px;
  background-color: #b2ac6d;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
.social-nav span {
  width: 18px;
  height: 18px;
  text-align: center;
  display: inline-block;
}

@media (min-width: 1024px) {
  .btn-menu-wrap,
  .shop-list {
    display: none;
  }
  .site-navigation {
    padding: 5px 0;
  }
  .logo-wrap {
    justify-content: center;
    padding: 0;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo a {
    padding-left: 0;
  }
  .logo img {
    width: 233px;
  }
  .main-menu {
    border-top: 2px solid #b3af70;
    display: flex;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
  .main-menu .has-child,
  .main-menu ul {
    display: block;
    overflow: visible;
  }
  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 200px;
    z-index: 1040;
  }
  .main-menu .sub-menu a {
    white-space: nowrap;
    display: block;
    margin: 0;
    padding: 12px 24px;
  }
  .main-menu .sub-menu a:hover {
    background-color: #b3af70;
    color: #fff;
  }
  .main-menu .has-child:hover .sub-menu {
    display: block;
  }
  .main-menu .btn-toggle-sub-menu {
    padding-right: 0;
  }
  .main-menu a {
    font-size: 15px;
    padding: 0;
    margin: 0 14px;
  }
  .main-menu .icon-item.w-spacing {
    margin-left: 20px;
    margin-right: 3px;
  }
  .main-menu .icon-item {
    display: block;
  }
  .main-menu .icon-item a {
    color: #b2ac6d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    font-size: 17px;
    margin: 0;
  }
  footer.footer {
    --container-max-width: 1340px;
    padding: 100px 10px 20px;
  }
  .footer-cols {
    flex-direction: row;
    gap: 0;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col-1 {
    margin-bottom: 0;
    width: 201px;
    flex-shrink: 0;
  }
  .footer-col-2 {
    padding-left: 50px;
  }
  .footer-col-3 {
    padding-right: 70px;
  }
  .footer-logo {
    text-align: left;
    padding-top: 0;
    margin-top: -8px;
  }
  .footer-logo img {
    width: auto;
  }
  .iframe-container {
    height: 163px;
  }
  .footer-col-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  header {
    --container-max-width: 1366px;
  }
  .main-menu a {
    margin: 0 21px;
  }
}
@media (min-width: 1368px) {
  .footer-col-1 {
    width: 268px;
  }
  .main-menu a {
    margin: 0 22.5px;
  }
  .main-menu .icon-item.w-spacing {
    margin-left: 50px;
  }
  .header-background {
	  min-height: 60vh;
  }
}/*# sourceMappingURL=ws-style.css.map */