@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@font-face {
  font-family: "LeHavreRough Primary";
  src: url(fonts/LeHavreRough-Primary.woff2);
}

@font-face {
  font-family: "Gotham Medium";
  src: url(fonts/Gotham-Medium.woff2);
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(fonts/fa-solid-900.eot);
  src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(fonts/fa-brands-400.eot);
  src: url(fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fonts/fa-brands-400.woff2) format("woff2"), url(fonts/fa-brands-400.woff) format("woff"), url(fonts/fa-brands-400.ttf) format("truetype"), url(fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

body {
  font-size: 18px;
  font-family: Poppins;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: #79314e;
}

a:hover {
  color: #666;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "LeHavreRough Primary";
  color: #79314e;
}

.btn {
  font-family: Poppins;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  background: #79314e;
  color: #fff;
}

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

.btn-menu {
  display: none;
}

#pageContent {
  max-width: 1440px;
}

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

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

/*#tabs-product .tabs-container a:hover{
	color:#ccc;
	text-decoration:underline;
}*/
.txt,
.txtbig,
.ddl,
.select_box select,
input[type="text"],
input[type="password"],
select,
textarea {
  color: #666;
}

.header-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-left {
  width: 19.794%;
}

.logo a {
  display: inline-block;
  margin-left: 6%;
  text-align: center;
}

.logo img {
  width: 72%;
}

.header-middle {
  width: 61.144%;
  padding: 10px;
}

.header-middle .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 2px;
}

.header-middle .main-nav a {
  font-size: 16px;
  font-family: "Gotham Medium";
  color: #666;
  padding: 1px 5px;
  margin: calc(25px / 2);
  text-transform: uppercase;
  line-height: 20px;
}

.header-middle .main-nav a:hover {
  color: #79314e;
}

.header-middle .main-nav li:first-child a {
  margin-left: 0;
}

.header-middle .main-nav li:last-child a {
  margin-right: 0;
}

.header-right {
  width: 19.061%;
}

.header-right .towines-wrap {
  padding: 10px;
}

.header-right .towines-wrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #79314e;
  border: 1px solid #fff;
  padding: 18px 20px 18px 20px;
  letter-spacing: 1.6px;
}

.header-right .towines-wrap a span {
  line-height: 19px;
  display: block;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.header-right .towines-wrap a i {
  display: block;
  margin-left: 15px;
}

.header-right .towines-wrap a:hover {
  background-color: #792930;
}

@media (max-width: 1023px) {
  .btn-menu {
    display: block;
    font-size: 24px;
    padding-right: 18px;
  }
  .header-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-left {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-left .logo {
    width: 25vw;
  }
  .header-right {
    width: 40%;
  }
  .header-right .towines-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-right .towines-wrap a span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
  .header-middle {
    display: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    width: 100%;
    margin-top: -2px;
  }
  .header-middle .main-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-middle .main-nav li:first-child a,
  .header-middle .main-nav li:last-child a {
    margin: 0;
  }
  .header-middle .main-nav a {
    margin: 0;
    display: block;
    line-height: 20px;
    font-size: 17px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .header-left,
  .header-right {
    width: 50%;
  }
}

.footer-main {
  background-color: #502d1e;
  padding: 55px 0 141px;
}

.footer-main .footer-container {
  max-width: 1220px;
  margin: 0 auto;
}

.footer-main .footer-col {
  width: 50%;
}

.footer-main .footer-col div:not(:last-child) {
  margin-bottom: 20px;
}

.footer-main,
.footer-main a {
  color: #fff;
}

.footer-main i {
  color: #dfc69f;
}

.footer-main .footer-hours,
.footer-main .footer-address-tel {
  padding-left: 24%;
}

.footer-main .footer-address-tel ul {
  line-height: 27px;
}

.footer-main .footer-address-tel ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-main .footer-address-tel ul a:hover {
  color: #dfc69f;
}

.footer-main .footer-address-tel ul li:not(:last-child) {
  padding-bottom: 12.5px;
}

.footer-main .footer-address-tel ul li:not(:first-child) {
  margin-top: 12.5px;
}

.footer-main .footer-address-tel ul li i {
  font-size: 27px;
  width: 33.75px;
}

.footer-main .footer-logo,
.footer-main .footer-social-nav {
  text-align: center;
}

.footer-main .footer-social-nav {
  font-size: 25px;
}

.footer-main .footer-social-nav .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.footer-main .footer-social-nav .social-nav i:hover {
  color: #fff;
}

.footer-main .footer-social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}

.footer-main .footer-logo a {
  display: inline-block;
}

.footer-main .footer-logo a img {
  width: 82%;
}

.copyright-content {
  padding: 25px 0;
}

.copyright-inner {
  padding: 10px;
  text-align: center;
}

.copyright-inner p {
  color: #666;
  font-size: 18.21px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  line-height: 1;
  margin-bottom: 21px;
}

.copyright-inner p a {
  color: #666;
}

.copyright-inner p a:hover {
  color: #792930;
}

@media (max-width: 767px) {
  .footer-main {
    padding: 30px 20px;
  }
  .footer-main .footer-col {
    width: 100%;
    padding: 10px;
  }
  .footer-main .footer-hours,
  .footer-main .footer-address-tel {
    padding-left: 0;
  }
}

.b2t-icon {
  position: fixed;
  z-index: 49;
  bottom: 10px;
  right: 10px;
  padding: 8px 8px 5px 8px;
  background-color: #4d032c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.b2t-icon.show {
  opacity: 1;
}

.b2t-icon a {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 0 1.5px 6px;
}
/*# sourceMappingURL=ws-style.css.map */