@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Raleway:wght@700&display=swap");
@font-face {
  font-family: icons;
  src: url(fonts/ootsb.ttf);
}

body {
  font-size: 17px;
  font-family: Garamond;
  line-height: 1.8em;
  font-weight: 400;
}

a {
  color: #042e8a;
}

a:hover {
  color: #e35252;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8em;
  font-family: Raleway;
  color: #66482b;
}

.btn {
  font-family: Raleway;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background: #66482b;
  color: #fff;
}

.btn:hover {
  background: #66482b;
  color: #fff;
}

.hide {
  display: none;
}

#pageContent {
  max-width: 1200px;
}

#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: #66482b;
}

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

img {
  max-width: 100%;
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type="text"],
input[type="password"],
select,
textarea {
  color: #66482b;
}

@media (min-width: 799px) {
  .hide-desktop {
    display: none;
  }
}

[class*="icon-"] {
  font-family: icons;
}

.ord-container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .ord-container {
    width: 960px;
  }
}

@media (max-width: 959px) {
  .ord-container {
    width: 768px;
  }
}

@media (max-width: 798px) {
  .ord-container {
    width: 420px;
  }
}

@media (max-width: 479px) {
  .ord-container {
    width: 300px;
  }
}

.header-wrap {
  background-color: #66482b;
}

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

.header-wrap .ord-container > div {
  margin: 0 10px;
}

.header-wrap .ord-container > div:last-child, .header-wrap .ord-container > div:first-child {
  width: 205px;
}

@media (max-width: 1199px) {
  .header-wrap .ord-container > div:last-child, .header-wrap .ord-container > div:first-child {
    width: 160px;
  }
}

.header-wrap .ord-container > div:nth-child(2) {
  width: 730px;
}

@media (max-width: 1199px) {
  .header-wrap .ord-container > div:nth-child(2) {
    width: 580px;
  }
}

.site-nav {
  display: block;
}

.site-nav li {
  padding: 10px 0 10px 3px;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.site-nav li.has-child a span {
  position: relative;
  top: 1px;
  margin-right: 3.6px;
}

.site-nav li.has-child a span::after {
  content: "\e900";
  font-weight: 400;
}

.site-nav li a {
  display: block;
  padding: 10px 4px;
  font-weight: 700;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
}

.site-nav li a:hover {
  color: #b5f6f6;
}

.site-nav li a:hover span {
  color: #fff;
}

.site-nav .sub-menu {
  position: absolute;
  top: -1000000%;
  left: 3px;
  background-color: #fff;
  opacity: 0;
  padding-bottom: 15px;
  background-color: #66482b;
  width: 250px;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.site-nav .sub-menu ul li {
  padding: 5px 0 5px 3px;
  line-height: 1;
  display: block;
}

.site-nav .sub-menu ul li a {
  padding: 8px 0 8px 15px;
  display: block;
  line-height: 16px;
}

.site-nav .has-child:hover .sub-menu {
  top: 100%;
  opacity: 1;
}

.promo-banner {
  background-color: #000;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: -1px;
}

.promo-banner a {
  color: #f6f9d1;
}

.promo-banner p {
  line-height: 1.8em;
  margin-bottom: 0;
}

.logo-wrap a.logo {
  display: inline-block;
}

.right-content {
  text-align: right;
  font-size: 18px;
}

.right-content a {
  color: #fff;
}

.right-content a,
.right-content .cart-counter {
  padding: 10px 4px;
}

.right-content .cart-counter {
  font-weight: bold;
  font-family: Raleway;
  position: relative;
  top: -1px;
  padding-left: 5px;
}

.right-content .icon-cart:hover {
  color: #b5f6f6;
}

.right-content .icon-account {
  margin-right: 6.6px;
}

.icon-cart {
  margin-right: 3.6px;
}

.icon-cart::before {
  content: "\e902";
}

.icon-account::before {
  content: "\f100";
}

#footer {
  padding: 25px 0;
  border-top: 1px solid #1b1f23;
  background-color: #f7f4ee;
  color: #66482b;
  margin-top: 42.5px;
}

#footer .ord-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

@media (max-width: 798px) {
  #footer .ord-container {
    display: block;
  }
}

#footer .ord-container .ft-col {
  margin: 0 10px;
}

@media (max-width: 798px) {
  #footer .ord-container .ft-col {
    margin: 0;
  }
}

#footer .ord-container .ft-col-1 {
  width: 505px;
  font-family: "EB Garamond", serif;
  font-size: 14px;
}

@media (max-width: 1199px) {
  #footer .ord-container .ft-col-1 {
    width: 400px;
  }
}

@media (max-width: 959px) {
  #footer .ord-container .ft-col-1 {
    width: 316px;
  }
}

@media (max-width: 798px) {
  #footer .ord-container .ft-col-1 {
    width: 420px;
  }
}

@media (max-width: 479px) {
  #footer .ord-container .ft-col-1 {
    width: 300px;
  }
}

#footer .ord-container .ft-col-1 p {
  line-height: 1.8em;
}

#footer .ord-container .ft-col-1 a {
  color: #66482b;
}

#footer .ord-container .ft-col-1 .footer-col-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Raleway, sans-serif;
  font-weight: bold;
}

#footer .ord-container .ft-col-1 .footer-social-nav {
  margin-bottom: 15px;
}

#footer .ord-container .ft-col-1 .footer-social-nav a {
  display: inline-block;
  margin: 7px 0;
  font-size: 50px;
  line-height: 1;
  color: #66482b;
}

#footer .ord-container .ft-col-1 .footer-social-nav a:hover {
  color: #7a0b20;
}

#footer .ord-container .ft-col-1 .footer-social-nav span {
  display: inline;
  margin-right: 11.5px;
}

#footer .ord-container .ft-col-2 {
  width: 655px;
}

@media (max-width: 1199px) {
  #footer .ord-container .ft-col-2 {
    width: 520px;
  }
}

@media (max-width: 959px) {
  #footer .ord-container .ft-col-2 {
    width: 412px;
  }
}

@media (max-width: 798px) {
  #footer .ord-container .ft-col-2 {
    width: 420px;
  }
}

@media (max-width: 479px) {
  #footer .ord-container .ft-col-2 {
    width: 300px;
  }
}

#footer .ord-container .ft-col-2 ul li {
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 12px;
  height: 50.59px;
}

@media (max-width: 798px) {
  #footer .ord-container .ft-col-2 ul li {
    display: block;
    height: auto;
  }
}

#footer .ord-container .ft-col-2 ul li a {
  margin-bottom: 20px;
  color: #66482b;
  font-size: 16px;
  display: block;
  font-weight: 700;
  font-family: Raleway;
}

#footer .ord-container .ft-col-2 ul li a:hover {
  color: #7a0b20;
}

.icon-twitter::before {
  content: "\e916";
}

.icon-facebook::before {
  content: "\e906";
}

.icon-instagram::before {
  content: "\e90a";
}

.header-container {
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 799px) {
  #pageContent {
    margin-top: 145px;
  }
}

@media (min-width: 960px) {
  #pageContent {
    margin-top: 85px;
  }
}

@media (max-width: 798px) {
  #pageContent {
    margin-top: 70px;
  }
  .promo-banner {
    margin-bottom: 0;
    padding-bottom: 3px;
  }
  .header-wrap .ord-container div.nav-wrap {
    overflow: auto;
    margin: 0;
    min-width: 240px;
    max-width: 440px;
    width: 80%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #000;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding: 0;
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child {
    position: static;
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child a {
    position: relative;
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child a span {
    position: absolute;
    z-index: 9;
    right: 0;
    height: 100%;
    margin: 0;
    width: 54px;
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child a span::after {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%) rotate(135deg);
            transform: translate(50%, -50%) rotate(135deg);
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child .sub-menu {
    width: 100%;
    top: 0;
    background-color: #000;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 199;
    bottom: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child .sub-menu .sub-menu-title {
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-family: Raleway, sans-serif;
    font-weight: 700;
    line-height: 56px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child .sub-menu .sub-menu-title .close-arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li.has-child.active .sub-menu {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .header-wrap .ord-container div.nav-wrap .site-nav li a {
    padding: 12px 10px 12px 20px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 20px;
  }
  .header-wrap .ord-container div.nav-wrap .logo-hold {
    padding: 28px 0 27px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-wrap .ord-container div.nav-wrap .logo-hold img {
    max-height: 25px;
  }
  .open .header-wrap .ord-container div.nav-wrap {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .hide-mobile {
    display: none;
  }
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .right-content {
    margin-right: 11px;
  }
  .right-content .cart-counter {
    padding-left: 8px;
  }
  .header-wrap .ord-container {
    padding-top: 4px;
    padding-bottom: 2px;
    border-bottom: 1px solid #b8c6c6;
    width: 100%;
  }
  .header-wrap .ord-container .logo-wrap {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-wrap .ord-container .logo-wrap .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Raleway, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
  }
  .header-wrap .ord-container .logo-wrap .btn-menu::before {
    margin-right: 8px;
    font-family: icons;
    content: "\e90e";
    font-weight: 400;
    margin-left: 18px;
    font-size: 24px;
  }
  .logo img {
    max-width: 150px;
    max-height: 30px;
  }
  .nav-social {
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 40px;
  }
  .nav-social a {
    color: rgba(255, 255, 255, 0.6);
  }
}
/*# sourceMappingURL=ws-style.css.map */
form[action*="basket"] .product-search,
.cart-counter {
	display: none;
}
