body {
  font-size: 14px;
}
/* .mobile-menu */
#menu-btn {
  position: fixed;
  right: 17%;
  top: 15px;
  height: 30px;
  cursor: pointer;
  display: inline;
  z-index: 11;
  transition: .2s;
}
#cart-btn {
  display: inline;
  position: fixed;
  z-index: 11;
  right: 5%;
  top: 15px;
  cursor: pointer;
  transition: .2s;
}
#cart-btn img {
  height: 27px;
}
#cart-count {
  right: 9.2%;
  top: 37px;
  position: fixed;
}
#menu-btn:active, #close-btn:active {
  transform: scale(.9);
}
/* .mobile-menu */
.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 85%;
  height: 100%;
  max-width: 310px;
  padding: 40px;
  z-index: 12;
  transition: .5s;
  overflow: hidden;
  margin: 0;
  display: block;
}
.mobile-menu a.link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-size: 1em;
}
.mobile-menu a.link:first-of-type {
  margin-top: 40px;
}
.mobile-menu .social-links {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 40px;
}
.mobile-menu a.link:hover {
  color: #2B96D9 !important;
}
.mobile-menu .social-links a {
  margin-right: 15px;
}
.mobile-menu .social-links a img {
  height: 24px;
}
.mobile-menu .social-links a:last-of-type {
  margin-right: 0;
}
#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  cursor: pointer;
  transition: .2s;
}
/* #shop-header */
#shop-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
}
#shop-header .logo {
  height: 50px;
}
#shop-header nav {
  display: none;
}
/* #shop-footer */
#shop-footer .footer-wrapper {
  row-gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}
#shop-footer .footer-wrapper > div {
  width: 100%;
}
#shop-footer .legal {
  font-size: .9em;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#shop-header, #shop-footer {
  min-width: 0;
}
.nv-page-title-wrap {
	margin-top: 80px !important;
}
main .nv-shop {
	margin-top: 80px !important;
}
body.woocommerce-account nav > ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
body.woocommerce-account nav > ul li {
	margin-top: 15px;
}
.woocommerce div.product .product_title {
	font-size: 1.8em;
}
