@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed%3Aregular&amp;subset=latin&amp;ver=5.7.2);
body {
  font-size: 16px;
  font-family: "Frank Ruhl Libre";
  line-height: 1.8;
}

a {
  color: #daae6f;
}

a:hover {
  color: #cea563;
}
.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "Roboto Condensed", serif;
  color: #030506;
}

.btn {
  font-family: "Roboto Condensed", serif;
  font-size: 1em;
  letter-spacing: 1.1px;
  line-height: 20px;
  text-transform: uppercase;
  background: #daae6f;
  color: #fff;
}

.btn:hover {
  background: #cea563;
  color: #fff;
}

.btn-menu {
  display: none;
}

#pageContent {
  max-width: 1200px;
}

.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: #cea563;
}

#tabs-product .tabs-container a.btn {
  color: #fff;
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type="text"],
input[type="password"],
select,
textarea {
  color: #000;
}
/* header */
.hd-wrapper {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
  background-color: rgba(255, 255, 255, 0.7);
}
.hd-container {
  max-width: 1200px;
  margin: 0 auto;
}
.logo img {
  width: 174px;
  padding: 10px 0;
}
.footer-nav-list,
.main-nav,
.hd-main-content {
  display: flex;
}
.hd-main-content {
  justify-content: space-between;
}
.hd-main-content {
  align-items: center;
}
.main-nav {
  padding-top: 4px;
}
.main-nav a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: 18px;
  padding: 0 33px;
  letter-spacing: 0.02em;
}
.main-nav li:last-child a {
  padding-right: 7px;
}
.main-nav a:hover,
.main-nav a.selected {
  color: #424242;
}

/* footer */
#footer {
  background-color: #000;
  text-align: center;
  padding-top: 65px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.footer-container {
  padding: 10px;
}
#footer a {
  color: #bababa;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer-logo img {
  width: 245px;
  margin: 6px 3px;
}
.social-list {
  padding-bottom: 18px;
}
.social-list a {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 29px;
}
.footer-bottom {
  padding: 10px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #faf9f6;
}
.footer-nav-list {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer-nav-list li {
  margin: 0 25px;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1;
}
.copyright,
#footer .copyright a {
  color: #575555;
}

.copyright {
  line-height: 1;

  font-size: 14px;
  letter-spacing: 1px;
}

/* others */
.to-top {
  color: #ffffff;
  background: rgba(100, 100, 100, 0.65);
  display: none;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 100;
  height: 46px;
  width: 46px;
  padding: 0px;
  margin: 0px;
  bottom: 30px;
  right: 30px;
  border-radius: 3px;
}
.to-top.show {
  display: block;
}
.to-top:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  z-index: 101;
  font-size: 16px;
  top: 26px;
  left: 0px;
  height: 46px;
  width: 46px;
  line-height: 46px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 959px) {
  .hd-container {
    width: 94%;
  }
  .hd-main-content {
    position: relative;
    padding-bottom: 30px;
  }

  .logo-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo img {
    width: 150px;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: -3%;
    padding-left: 3%;
    z-index: 120;
    background-color: #fff;
    width: calc(100% + 6%);
  }
  .open .fa-bars:before {
    content: "\f00d";
  }
  .main-nav {
    flex-direction: column;
  }
  .main-nav a {
    padding: 0;
    text-transform: lowercase;
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  /******SPAN BUTTON*****/
  .btn-menu {
    display: block;
    font-size: 24px;
  }

  /******END OF SPAN BUTTON (sub-menu opener)*****/
}
