@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=EB+Garamond&family=Martel+Sans:wght@300;400&display=swap");
body {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  line-height: 1.8;
}

a {
  color: #479896;
}

a:hover {
  color: #443324;
}
.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: #818180;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.4;
  font-family: "EB Garamond", Sans-serif;
  color: #262121;
}

.btn {
  font-family: "Martel Sans", sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
  background: #262121;
  color: #fff;
  font-weight: 300;
  border-radius: 3px;
}

.btn:hover {
  background: #969191;
  color: #fff;
}

.btn-menu {
  display: none;
}

#pageContent {
  max-width: 1200px;
}

#authStatus #viewCartPlaceHolder,
.authstatus #authPlaceHolder,
#authStatus a {
}

#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: #262121;
}

#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: #818180;
}

/* header */
.header-container {
  background-color: #443324;
}
.cst-container {
  max-width: 1200px;
  margin: 0 auto;
}
.icons-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.icons-wrap a {
  color: rgba(255, 255, 255, 0.65);
}
.logo {
  text-align: center;
  padding-right: 57px;
}
.logo a {
  transform: translateY(-2px);
  display: inline-block;
}

.logo img {
  max-width: 100%;
  width: 471px;
}
.hd-social-nav-list-wrap {
  display: flex;
  padding-left: 16px;
}
.hd-social-nav-list .social-icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 2px solid rgba(0, 0, 0, 0);
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  margin: 10px 7px 5px 0px;
  color: #0b2c38;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
}
.cta-icons a:hover,
.hd-social-nav-list .social-icon a:hover {
  background-color: #388497;
  border-color: #388497;
  color: #fff;
}
.cta-icons {
  display: flex;
  margin-top: 10px;
}
.cta-icons a {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 11px;
  padding: 5px;
  margin: 0 7px;
  color: #0b2c38;
  border-radius: 30px;
}
.site-nav nav {
  display: flex;
  justify-content: center;
  flex-grow: 0;
  font-weight: 300;
  font-family: "Martel Sans", sans-serif;
  text-transform: uppercase;
}
.main-nav {
  margin-top: 22px;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.main-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  border-top: 1px solid transparent;
  letter-spacing: 0.32px;
  padding: 23px 36px;
}
.main-nav a:hover {
  color: #fff;
  border-color: #fff;
}
.has-child > a {
  position: relative;
  padding-right: 51px;
}
.has-child> a:after {
  position: absolute;
  right: 37px;
  top: 34%;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  content: "\f107";
  font-size: 12px;
}
.auth-wrapper,
.sub-menu {
  display: none;
}

.main-nav > li {
  position: relative;
}

.main-nav > li > a:hover > span:after {
  display: block;
}
.sub-menu a {
  color: #fff;
  padding: 13px 0;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.sub-menu a:hover {
  transition: all;
  border-top: 1px solid transparent;
}
.sub-menu .nav-text {
  margin-left: 5px;
}
.sub-menu-item {
  padding-left: 0px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 960px) {
  li.last-item {
    display: none;
  }
  .nav-toggle {
    display: none;
  }
  .has-child:hover .sub-menu {
    display: block;
  }
  .sub-menu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: #388497;
    padding: 24px 32px 20px 32px;
  }
  .sub-menu:after,
  .main-nav > li > a > span:after {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    content: "";
    border-top: 5px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 0px solid #000;
    display: none;
  }
  .sub-menu:after {
    border-top-color: #388497;
    left: 20px;
    display: block;
    top: -5px;
    width: 3px;
    transform: rotate(180deg);
    z-index: 100;
  }
  .sub-menu-item:before {
    display: none;
    content: "●";
    color: #fff;
    position: absolute;
    top: 21%;
    left: 1px;
  }
  .sub-menu-item:hover {
    padding-left: 15px;
  }
  .sub-menu-item:hover:before {
    display: initial;
  }
}
/* footer */
#footer {
  background-color: #e5ded8;
  background-image: url(images/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  text-align: center;
}
.footer-container {
  padding: 10px;
}
.site-info-list li {
  margin: 0 15px;
  font-family: "Martel Sans", Sans-serif;
  font-weight: 400;
}
.ft-logo {
  margin-bottom: 20px;
}
.ft-logo img {
  width: 282px;
  max-width: 100%;
  margin-bottom: 15px;
}
.info-text {
  padding-left: 5px;
  display: block;
}
.ft-item,
.site-info-list a {
  display: flex;
  align-items: center;
}
.ft-site-info-content {
  padding-bottom: 5px;
}
.info-icon {
  width: 17.5px;
  text-align: center;
  padding-bottom: 3px;
  font-size: 14px;
}
.social-icon a:hover {
  opacity: 0.9;
  color: #479896;
}
.site-info-list,
.ft-social-nav-list {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ft-social-nav-list .social-icon {
  font-size: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-social-nav-list .social-icon:nth-child(2) {
  margin: 0 5px;
}
.subscribe-btn {
  overflow: hidden;
}
.subscribe-btn-wrap {
  margin-bottom: 20px;
}
.subscribe-btn-wrap a {
  display: inline-block;
  cursor: pointer;
  background-color: #71b7bc;
  color: #fff;
  line-height: 40px;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 16px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
}
.footer-bottom {
  margin-top: 40px;
  padding: 30px 0 0 0;
  border-top: 1px solid #faf9f6;
}
.ft-nav-list {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-nav-list a {
  display: block;
  margin: 0 25px;
  font-size: 15px;
  font-family: "Martel Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #716e69;
}
.ft-b-content {
  padding: 10px;
}
.copyright p {
  margin-bottom: 0px;
  padding-bottom: 28px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Martel Sans", sans-serif;
  color: #9e9b91;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 959px) {
  .site-nav {
    text-align: center;
  }
  .cst-container {
    max-width: 94%;
  }
  .logo {
    padding-right: 0;
    padding-top: 37px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .logo a {
    transform: translate(0);
  }
  .icons-wrap {
    display: none;
  }
  .main-nav > li {
    text-align: left;
  }
  .has-child > a {
    display: inline-block;
    width: calc(100% - 50px);
  }
  .nav-toggle:after {
	  position:absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.12);
    height: 50px;
    line-height: 50px;
    text-align: center;
    right: 0px;
    display: block;
    width: 50px;
    text-align: center;
    top: 0;

    width: 50px;
    content: "\f107";
  }
  .nav-toggle {
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
  }
  .has-child a:after {
    display: none;
  }
  .btn-menu {
    margin: 0 auto;
    color: #fff;
    font-size: 21px;
    display: inline-block;
    padding: 28px 0 25px 10px;
  }
  .site-nav {
    margin: 0 -3%;
  }
  .main-nav {
    flex-direction: column;
    background-color: #388497;
    width: 100%;
    border-top: 0px solid #000;
  }
  .main-nav a {
    text-align: left;
    font-size: 13px;
    padding: 15px 3%;
    line-height: 20px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
  .sub-menu li {
    background-color: rgba(255, 255, 255, 0.04);
  }
  .sub-menu a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
  }
  .btn-menu.open i.fa-bars:before {
    content: "\f00d";
  }
  .hd-social-nav-list .social-icon a {
    align-items: flex-end;
    padding-bottom: 5px;
  }
  li.last-item {
    padding-bottom: 5px;
  }
  .site-nav > nav {
    display: none;
  }
}
