@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700&display=swap");
body {
  font-size: 16px;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 1.5;
}

a {
  color: #222;
  -webkit-box-shadow: inset 0 -1px 0 rgb(15 15 15);
  box-shadow: inset 0 -1px 0 rgb(15 15 15);
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
    -webkit-box-shadow 130ms ease-in-out;
}

a:hover {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 3px 0 rgb(0 0 0);
  box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 3px 0 rgb(0 0 0);
}
.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #222;
}

.btn {
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  background: #333;
  color: #fff;
}

.btn:hover {
  background: #444;
  color: #fff;
}

.btn-menu {
  display: none;
}

#pageContent {
  max-width: 1080px;
}

#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: #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: #333;
}
.hd-content {
  background-color: #fafafa;
}
.ord-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3em;
}
.site-branding {
  padding: 3em 0;
}
.nav-wrap {
  font-size: 0.875rem;
}
.nav-wrap .ord-container {
  padding: 0.75em 2em;
}
.logo a {
  display: block;
  transition: 0.2s opacity;
  padding-bottom: 7px;
}
.logo a:hover {
  opacity: 0.7;
}
.logo img {
  max-height: 80px;
}
.nav-wrap {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.main-nav li {
  display: inline-block;
}
.main-nav a {
  padding: 1em 1.25em;
  display: block;
  font-weight: 600;
  color: #222;
}
.main-nav a.selected,
.main-nav a:hover {
  color: #767676;
}
.site-info a,
.main-nav a,
.logo a,
.logo a:hover,
#footer a:hover {
  box-shadow: none;
}
#footer {
  border-top: 1px solid #eee;
}
.footer-container {
  padding-top: 2em;
  padding-bottom: 1.5em;
}
.site-info {
  font-size: 0.875rem;
  padding: 0.7em 0 0;
  margin-bottom: 1em;
}
.site-info a {
  color: #666;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .nav-wrap.fixed {
    top: 0;
    position: fixed;
    z-index: 30;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main-nav li:not(:last-child) {
    display: block;
    border-bottom: 1px solid #eee;
  }
  .nav-wrap {
    font-size: 1rem;
  }
  nav.site-nav {
    display: none;
  }
  nav.site-nav.open {
    display: block;
  }
  .nav-wrap .ord-container {
    padding: 0;
  }
  .main-nav {
    border-top: 1px solid #eee;
    padding: 0.75em 1.695em;
  }
  .main-nav a {
    padding: 0.5em 0;
  }
  .btn-menu {
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px auto 2px;
    font-size: 0.875rem;
    padding: 1em;
  }
  .btn-menu svg {
    margin-right: 7px;
    width: 14px;
    height: 14px;
  }
  #icon-close,
  .btn-menu.open #icon-bars {
    display: none;
  }
  .btn-menu #icon-bars,
  .btn-menu.open #icon-close {
    display: block;
  }
}
