@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
body {
  font-size: 20px;
  font-family: "Bellefair", serif;
  line-height: 1.5;
}
body * {
	font-weight:400 !important;
}
.prod-name a:hover,
 a {
  color: #0000ee;
}

a:hover {
  color: #555;
  text-decoration: underline;
}
.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: #000;
}
#tabs-product .ui-widget-content {
  font-size: 1.1rem;
  line-height: 1.3em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "Bellefair", serif;
  color: #000;
}

.btn {
  font-family: Arial;
  font-size: 1.5rem;
  border-radius: 3px;
  line-height: 1.2;
  text-transform: lowercase;
  background: #fff;
  color: #777;
}

.btn:hover {
  background: #777;
  color: #fff;
}

.btn-menu {
  display: none;
}

#pageContent {
  min-height: calc(100vh - 378px);
  width: 100%;
  max-width: 100%;
  padding: 1rem 2rem;
}

#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: #333;
}

#tabs-product .tabs-container a.btn {
  color: #777;
  background-color: #fff;
}

#tabs-product .tabs-container a:hover {
  color: #fff;
  background-color: #777;
}

.txt,
.txtbig,
.ddl,
.select_box select,
input[type="text"],
input[type="password"],
select,
textarea {
  color: #000;
}

/* header */
.nav-header {
  display: none;
}
.header-wrapper {
  background: #333 url(images/header_background.png);
}
.nav-wrap {
  display: flex;
  justify-content: space-between;
}
.logo {
  padding-top: 1.25rem;
  padding-left: 1rem;
  margin-top: -0.5rem;
}

.site-nav {
  padding-right: 1rem;
  padding-top: 3rem;
  font-size: 1.5rem;
  line-height: 1;
  text-shadow: 3px 3px 3px #222;
}

.main-nav li {
  display: inline-block;
}
.site-nav a {
  color: #fff;
  padding: 0 32px 0 0;
  line-height: 1;
  display: block;
  text-transform: lowercase;
}
.site-nav a:hover {
  color: #ccc;
}

/* footer */
#footer {
  margin: 1rem 0 3px 0;
  padding: 1rem 0;
  background-color: #333;
  color: #fff;
  text-align: center;
}
#footer .ft-container {
  display: flex;
  flex-wrap: wrap;
}
#footer .ft-col {
  width: 33%;
  padding: 2rem;
  border-right: 1px dashed #fff;
  min-height: 200px;
  min-width: 200px;
  font-size: 1.25rem;
}
#footer .ft-col.ft-col-3 {
  border-right: 0px;
}
#footer .ft-col-2 {
  padding-top: 3rem;
  background-image: url(images/ft-col-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.ft-col > div {
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.ft-col a {
  color: #fff;
}
.ft-col a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright {
  font-size: 1rem;
}
.ft-col .subs-title {
  padding-top: 12px;
  padding-left: 17px;
}
.subs-button-wrap {
  padding-left: 17px;
  text-align: left;
}
.subs-button-wrap a {
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-top: 1rem;
  border: 1px solid #fff;
  width: 35%;
  min-width: 90px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  border-radius: 4px;
  font-size: 15px;
  line-height: 32px;
  font-family: Arial;
}
.ft-col .subs-button-wrap a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 980px) {
  /******SPAN BUTTON*****/
  .btn-menu {
    display: block;
    position: fixed;
    top: 2rem;
    z-index: 30;
    border: 2px solid #333;
    background-color: rgba(128, 128, 128, 0.3);
    right: 1.5rem;
    width: 40px;
    height: 2.5rem;
    cursor: pointer;
    border-radius: 50%;
    transform: scale(1.75);
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 2.5rem;
  }

  /******END OF SPAN BUTTON (sub-menu opener)*****/
  .header-wrapper {
    position: relative;
  }
  .nav-header {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    line-height: 1;
    font-family: "Pinyon Script";
  }
  .site-nav {
    transform: translateY(-100%);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background-color: #777;
    transition: transform 0.3s ease-in-out;
  }
  .site-nav.open {
    transform: translateY(0);
  }
  .main-nav li {
    display: block;
  }
  .main-nav a {
    text-transform: uppercase;
    padding: 10px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-family: "Helvetica Neue";
    text-shadow: none;
  }
}

@media only screen and (max-width: 639px) {
  .ft-container {
    flex-direction: column;
    align-items: center;
  }
  #footer .ft-col {
    border-width: 0;
    width: 100%;
    padding: 1rem;
    min-height: auto;
  }
  .subs-button-wrap {
    padding-left: 0;

    text-align: center;
  }
  #footer .ft-col-2 {
    padding-top: 1rem;
    order: 1;
  }
  .subs-button-wrap a {
    margin: 1rem auto 10px;
  }
}
