body {
  font-family: 'Roboto Slab', sans-serif;
  color: #21162f;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -2px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: 3px;
}

label {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.sect {
  position: relative;
  padding: 110px 20px;
  background-color: #fff;
}

.sect.sect-dim {
  background-color: #f7f4f9;
}

.sect.cta {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #151515;
  color: #fff;
}

.sect.dark {
  background-color: #1a1a1a;
  color: #fff;
}

.sect.dark.padmore {
  padding-top: 125px;
}

.sect.login {
  height: 100vh;
  min-height: 600px;
  padding-top: 150px;
  text-align: center;
}

.sect.sect-item {
  padding-top: 50px;
  padding-bottom: 125px;
}

.sect.sect-cart {
  padding-top: 35px;
}

.sect.sect-dark {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #21162f;
  color: #fff;
}

.sect.nopadtop {
  padding-top: 0px;
  padding-bottom: 75px;
}

.sect.homepad {
  padding-right: 0px;
  padding-left: 0px;
}

.sect.homepad.bg-dim {
  background-color: #f7f4f9;
}

.sect.sect-desc {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #f7f4f9;
}

.btn {
  min-width: 130px;
  padding: 8px 30px;
  border: 4px solid #fff;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #21162f;
}

.btn.btn-2 {
  border-color: #61bf2d;
  background-color: #61bf2d;
}

.btn.btn-wide {
  width: 100%;
}

.btn.btn-grn {
  border-color: #61bf2d;
  background-color: #fff;
  color: #61bf2d;
}

.btn.btn-grn:hover {
  background-color: #61bf2d;
  color: #fff;
}

.title {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.btn-sp {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.msg {
  min-height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.msg.msg-area {
  min-height: 137px;
  padding-top: 15px;
}

.msg.msg-foot {
  background-color: #111;
}

.msg.msg-search {
  min-height: 40px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 35px;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.msg.msg-search::-webkit-input-placeholder {
  color: #ccc;
}

.msg.msg-search:-ms-input-placeholder {
  color: #ccc;
}

.msg.msg-search::-ms-input-placeholder {
  color: #ccc;
}

.msg.msg-search::placeholder {
  color: #ccc;
}

.msg.msg-search.search-darker {
  border-color: #ccc;
  color: #303030;
}

.msg.msg-search.search-darker::-webkit-input-placeholder {
  color: #bbb;
}

.msg.msg-search.search-darker:-ms-input-placeholder {
  color: #bbb;
}

.msg.msg-search.search-darker::-ms-input-placeholder {
  color: #bbb;
}

.msg.msg-search.search-darker::placeholder {
  color: #bbb;
}

.box {
  width: 23%;
  height: 50px;
  margin-right: 2%;
  float: left;
  border-radius: 7px;
  background-color: #303030;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.box.bg1 {
  background-color: #8c26f0;
}

.box.bg2 {
  background-color: #531ade;
}

.box.bg3 {
  background-color: #61bf2d;
  color: #222;
}

.p-sm {
  font-size: 12px;
  line-height: 19px;
}

.nav-logo {
  height: 100%;
}

.logo {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.logo:hover {
  opacity: 0.8;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 7;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  background-color: hsla(0, 0%, 100%, 0.95);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: background-color 500ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 500ms cubic-bezier(.215, .61, .355, 1);
}

.ul {
  margin-bottom: 35px;
  padding-left: 7px;
}

.label {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 3px;
  background-color: #8c26f0;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer {
  width: 100%;
  padding: 50px 20px;
  background-color: #fff;
}

.foot-btm {
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.foot-logo {
  height: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.paragraph {
  margin-bottom: 0px;
  line-height: 15px;
}

.foot-links {
  width: 50%;
  padding-right: 10px;
  float: left;
}

.footlink {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.footlink:hover {
  padding-left: 5px;
  color: #61bf2d;
}

.foot-title {
  margin-bottom: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-link {
  display: inline-block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 100px;
  background-color: #8c26f0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.styler {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  overflow: scroll;
  width: 400px;
  padding: 75px 30px 30px;
  border-left: 1px solid #eee;
  background-color: #fff;
}

.p-lrg {
  font-size: 17px;
  line-height: 26px;
}

.ctr {
  text-align: center;
}

.top25 {
  margin-top: 25px;
}

.top50 {
  margin-top: 50px;
}

.top75 {
  margin-top: 75px;
}

.top100 {
  margin-top: 100px;
}

.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.bot75 {
  margin-bottom: 75px;
}

.bot100 {
  margin-bottom: 100px;
}

.class-view {
  overflow: scroll;
  height: 150px;
  background-color: #181818;
  -webkit-column-count: 4;
  column-count: 4;
}

.dim {
  opacity: 0.5;
}

.col50 {
  display: inline-block;
  width: 50%;
}

.col50.col-form {
  padding-right: 10px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class {
  display: inline-block;
  min-width: 80px;
  margin-right: 7px;
  margin-bottom: 9px;
  padding: 4px 7px;
  float: left;
  border-radius: 50px;
  background-color: #222;
  font-size: 12px;
}

.align-r {
  text-align: right;
}

.h1-sm {
  margin-top: 0px;
  font-size: 28px;
  line-height: 32px;
}

.form-block {
  padding-top: 10px;
}

.hero {
  position: relative;
  padding: 150px 20px 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(49%, #fff)), url('../images/headspcace-swirls-pattern.svg');
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 49%), url('../images/headspcace-swirls-pattern.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.hero.pagefull {
  min-height: 100vh;
  background-color: #ccc;
}

.hero.pagefull.flexpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-lrg {
  font-size: 60px;
  line-height: 62px;
}

.page {
  position: relative;
  padding: 165px 20px 75px;
  background-color: #8c26f0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #8c26f0), to(hsla(0, 0%, 100%, 0))), url('../images/green-waves.svg');
  background-image: linear-gradient(90deg, #8c26f0 50%, hsla(0, 0%, 100%, 0)), url('../images/green-waves.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.page.page-item {
  padding-bottom: 75px;
  background-color: #ccc;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7f4f9), to(hsla(0, 0%, 100%, 0))), url('../images/headspcace-swirls-pattern.svg');
  background-image: linear-gradient(90deg, #f7f4f9 50%, hsla(0, 0%, 100%, 0)), url('../images/headspcace-swirls-pattern.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
  color: #21162f;
}

.page.bg-cate {
  background-image: url('../images/shutterstock_635168366.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contained {
  display: block;
  width: 850px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.img {
  width: 100%;
}

.cart-li {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 2px solid #eee;
}

.cart-img {
  width: 30%;
  float: left;
}

.cart-info {
  width: 70%;
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
}

.cart-item {
  display: inline-block;
  color: #21162f;
  font-size: 20px;
  line-height: 24px;
}

.row {
  width: 100%;
}

.row.cart-row {
  margin-top: 15px;
}

.li-total {
  font-size: 20px;
  line-height: 30px;
}

.cart-div {
  display: inline-block;
  width: 33.3333333333333%;
  font-size: 12px;
  text-align: left;
}

.cart-x {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #ddd;
  font-family: Fontawesome, sans-serif;
  color: #777;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.item-goto {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #eee;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.forgotpw {
  float: left;
  line-height: 46px;
}

.item-arn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: rgba(97, 191, 45, 0.82);
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.item-arn.rel {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  padding-right: 25px;
  padding-left: 25px;
}

.item-imgs {
  margin-right: -7px;
  margin-left: -7px;
}

.item-img {
  width: 25%;
  margin-bottom: 0px;
  padding: 7px;
  float: left;
}

.col-left {
  padding-right: 75px;
}

.product-price {
  margin-bottom: 55px;
  font-size: 64px;
  line-height: 50px;
  text-align: right;
}

.product-price.cart-total {
  display: inline-block;
  margin-bottom: 0px;
  float: right;
  font-size: 20px;
  text-align: center;
}

.link-clct {
  display: inline-block;
  margin-right: 7px;
  padding-right: 7px;
  padding-left: 7px;
  color: #ccc;
  font-size: 16px;
  line-height: 30px;
}

.col-pad {
  padding-right: 50px;
  padding-left: 50px;
}

.cart-sub {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  line-height: 50px;
}

.ft-soci {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.ft-soci:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}

.ft-soci.soci-dark {
  background-color: #21162f;
}

.ft-soci.soci-dark:hover {
  opacity: 0.9;
}

.row-dark {
  position: relative;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  border-bottom: 50px solid #fff;
  background-color: #8c26f0;
  color: #fff;
}

.row-dark.dark-top {
  padding-top: 125px;
  padding-bottom: 75px;
}

.loca-img {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -50px;
  z-index: 1;
  width: 45%;
  max-width: 600px;
}

.loca-img.img-r {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.glass {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: -76px;
  z-index: 1;
  height: 590px;
  max-height: 600px;
  float: right;
}

.rel {
  position: relative;
  z-index: 2;
}

.flex-ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup {
  position: fixed;
  z-index: 980;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.popup-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holdup {
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 55px 20px 40px;
  background-color: #8c26f0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #8c26f0), to(rgba(140, 38, 240, 0))), url('../images/green-waves.svg');
  background-image: linear-gradient(90deg, #8c26f0 40%, rgba(140, 38, 240, 0)), url('../images/green-waves.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.popup-logo {
  height: 50px;
  margin-top: 35px;
}

.holdup-h {
  font-family: Butler, sans-serif;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
}

.over21 {
  margin-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav {
  position: fixed;
  left: auto;
  top: 0%;
  right: -350px;
  bottom: auto;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100vh;
  max-width: 100%;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21162f;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  color: #fff;
}

.menu-ul {
  margin-bottom: 40px;
}

.navlink {
  display: inline-block;
  min-width: 50px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: Butler, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 65px;
  font-weight: 700;
  text-decoration: none;
}

.navlink.w--current {
  opacity: 1;
}

.nav-li {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.nav-li.nav-last {
  margin-bottom: 25px;
}

.col-rightside {
  padding-left: 50px;
}

.cart {
  position: relative;
  z-index: 5;
  display: inline-block;
  height: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Fontawesome, sans-serif;
  color: #21162f;
  font-size: 23px;
  line-height: 80px;
  font-weight: 400;
  text-decoration: none;
}

.cart:hover {
  color: #8c26f0;
}

.cart.find {
  display: none;
}

.hide {
  display: none;
}

.menu {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.menu.menu-cls {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 25px;
}

.b3-top-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b3-bar1 {
  width: 30px;
  height: 3px;
  background-color: #21162f;
}

.b3-middlebar-base {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21162f;
}

.b3-middlebar-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30px;
  height: 3px;
}

.b3-middlebar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #21162f;
}

.b3-bar3 {
  width: 30px;
  height: 3px;
  background-color: #21162f;
}

.menu-side {
  display: inline-block;
  float: right;
}

.nav-search {
  display: inline-block;
}

.image-4 {
  padding: 15px;
}

.heading {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.img-spot {
  width: 100%;
  opacity: 0;
}

.glow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#61bf2d), color-stop(55%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #61bf2d, hsla(0, 0%, 100%, 0) 55%);
  opacity: 0.3;
  -webkit-transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
  transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
}

.glow:hover {
  opacity: 1;
}

.align-l {
  text-align: left;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#352a40), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #352a40, hsla(0, 0%, 100%, 0));
}

.p-max {
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.addto {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #21162f), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #21162f 10%, hsla(0, 0%, 100%, 0));
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  cursor: pointer;
}

.addto:hover {
  padding-top: 0px;
  opacity: 1;
}

.goto-more {
  margin-top: 15px;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.address {
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 700;
}

.call {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #21162f;
  font-size: 20px;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bot15 {
  margin-bottom: 15px;
}

.price {
  font-size: 16px;
  letter-spacing: 1px;
}

.item-list {
  display: block;
  width: 33.333333333333336%;
  margin-bottom: 10px;
  padding: 10px;
}

.dim-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 290px;
  background-color: #f7f4f9;
}

.line {
  width: 0%;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 700ms cubic-bezier(.215, .61, .355, 1);
  transition: all 700ms cubic-bezier(.215, .61, .355, 1);
}

.item-h {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
}

.line-row {
  z-index: 1;
  display: inline-block;
}

.swirl {
  position: absolute;
  left: auto;
  top: -80px;
  right: -80px;
  bottom: auto;
  z-index: -1;
  width: 160px;
}

.col.col-right {
  padding-left: 75px;
}

.col.col-z {
  z-index: 5;
}

.menu-div {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.menu-list {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.menu-search {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Fontawesome, sans-serif;
  color: #ccc;
  line-height: 40px;
  font-weight: 400;
}

.menu-search.search-dim {
  color: #ccc;
}

.search-row {
  position: relative;
}

.btn-search {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-search.darker {
  padding-right: 10px;
  padding-left: 10px;
  color: #ccc;
}

.form-nav {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  margin-bottom: 0px;
}

.slideup {
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.cate {
  color: #21162f;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.cate.space {
  margin-right: 10px;
  margin-left: 10px;
}

.tag {
  display: inline-block;
  margin-right: 5px;
  color: #21162f;
  text-decoration: underline;
}

.cate-name {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.rela {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.inline {
  display: inline-block;
}

.menu-find {
  margin-bottom: 20px;
}

.faq-dd {
  position: relative;
  display: block;
  height: auto;
  padding: 15px 0px 15px 20px;
  border-bottom: 2px solid #eee;
  cursor: pointer;
}

.wordmark {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -50px;
  width: 55%;
}

.map-embed {
  width: 100%;
  height: 390px;
}

.cart-ship {
  display: inline-block;
  opacity: 0.5;
}

.cart-line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background-color: #eee;
}

.btn-row {
  margin-top: 38px;
  text-align: right;
}

.moveup {
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.max-width {
  width: 500px;
  max-width: 100%;
}

.tag-sp {
  display: inline-block;
  width: 5px;
  height: 1px;
  margin-right: 5px;
}

.item-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: -125px;
}

.powered {
  display: inline-block;
  color: #333;
  font-size: 12px;
  line-height: 21px;
  text-decoration: none;
}

.home-p {
  width: 420px;
  max-width: 100%;
  margin-bottom: 20px;
}

.glass-row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
}

.home-hero {
  position: relative;
  padding: 175px 20px 125px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(49%, #fff)), url('../images/headspcace-swirls-pattern.svg');
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 49%), url('../images/headspcace-swirls-pattern.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.foot-li {
  margin-bottom: 0px;
  list-style-type: none;
}

.swirl2 {
  position: absolute;
  left: auto;
  top: -250px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 250px;
}

.sect-product {
  position: relative;
  padding: 0px 20px;
  background-color: #fff;
}

.item-price {
  margin-bottom: 25px;
  font-size: 22px;
  letter-spacing: 1px;
}

.dd-line {
  width: 100%;
  height: 2px;
  background-color: #eee;
}

.fa-plus {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fontawesome, sans-serif;
  line-height: 50px;
  text-align: center;
}

.dd-p {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-right: 50px;
}

.faq-h {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
}

.faq-a {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
}

.sitelink {
  display: inline-block;
  margin-bottom: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.sitelink:hover {
  padding-left: 5px;
  color: #61bf2d;
}

.site-ul {
  padding-left: 15px;
}

.itm-spot {
  display: block;
  width: 100%;
  opacity: 0;
}

.search-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.search-img {
  display: block;
  width: 200px;
  max-width: 100%;
  margin-right: 20px;
  float: left;
}

.search-ul {
  display: block;
  padding-left: 0px;
  list-style-type: none;
}

.dark {
  color: #303030;
}

.item-name {
  font-size: 40px;
  line-height: 44px;
}

.p-xl {
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 29px;
}

.menufade {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: inline-block;
  height: 80px;
  padding-right: 20px;
  padding-left: 20px;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 80px;
  font-weight: 400;
  text-decoration: none;
}

.menu-x:hover {
  opacity: 1;
}

.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.cate-fill {
  height: 50px;
}

.x-1 {
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.x-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.item-a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.go-to {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.brand-li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.brand-a {
  display: inline-block;
  padding: 4px 26px;
  background-color: #f4f4f4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #21162f;
  font-size: 14px;
  line-height: 31px;
  text-decoration: none;
}

.brand-a:hover {
  background-color: #fafafa;
  color: #61bf2d;
}

.brand-ul {
  padding-left: 10px;
}

.success {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.darken {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(35%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 35%);
  opacity: 0.15;
  -webkit-transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
  transition: opacity 250ms cubic-bezier(.39, .575, .565, 1);
}

.fa {
  font-family: Fontawesome, sans-serif;
}

html.w-mod-js *[data-ix="load-fadein"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="scroll-fadein"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .h1-lrg {
    font-size: 50px;
    line-height: 54px;
  }
  .row-dark {
    padding-top: 75px;
    padding-bottom: 75px;
    border-bottom-width: 50px;
  }
  .row-dark.dark-top {
    padding-top: 125px;
  }
  .loca-img {
    bottom: -25px;
  }
  .glass {
    right: -10%;
    height: 65vh;
  }
  .dim-top {
    height: 250px;
  }
  .col.col-right {
    padding-left: 10px;
  }
  .col.col-left {
    padding-right: 10px;
  }
  .col.col-item {
    padding-right: 10px;
  }
  .wordmark {
    bottom: -34px;
  }
  .hero-ovhide {
    overflow: hidden;
    width: 100%;
  }
  .sect-product {
    padding-bottom: 0px;
  }
  .cate-fill {
    height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sect {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sect.sect-item {
    padding-bottom: 75px;
  }
  .sect.homepad {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sect.homepad.bg-dim {
    background-color: #f7f4f9;
  }
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .foot-btm {
    margin-top: 25px;
    text-align: center;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero {
    padding-top: 75px;
  }
  .page {
    padding-top: 150px;
    padding-bottom: 65px;
    background-size: auto, auto 100%;
  }
  .page.page-item {
    padding-top: 100px;
    background-size: auto, auto 100%;
  }
  .img.bot25-sm {
    margin-bottom: 25px;
  }
  .row.bot25-sm {
    margin-bottom: 25px;
  }
  .item-imgs {
    margin-right: -17px;
    margin-left: -17px;
  }
  .col-left {
    padding-right: 10px;
  }
  .row-dark {
    overflow: hidden;
    border-bottom-style: none;
  }
  .row-dark.dark-top {
    padding-bottom: 0px;
  }
  .loca-img {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .glass {
    position: relative;
    left: 0px;
    right: 0%;
    bottom: 0px;
    height: 50vh;
    margin-top: -65px;
    margin-bottom: -76px;
  }
  .flex-ctr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup-flex {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav {
    padding-bottom: 50px;
  }
  .col-rightside {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cart.find {
    display: inline-block;
  }
  .addto {
    display: none;
  }
  .item-list {
    width: 50%;
    margin-bottom: 7px;
    padding: 7px;
  }
  .dim-top {
    height: 220px;
  }
  .line {
    width: 100%;
  }
  .item-h {
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col.col-right {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0px;
  }
  .col.col-left {
    padding-top: 75px;
    padding-right: 0px;
    padding-bottom: 75px;
  }
  .col.col-item {
    margin-bottom: 25px;
    padding-top: 75px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .form-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cate-name {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .ctr-sm {
    text-align: center;
  }
  .md-wide {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .md-wide.bot25-sm {
    margin-bottom: 25px;
  }
  .wordmark {
    bottom: -33px;
    width: 80%;
  }
  .map-embed {
    height: 330px;
  }
  .glass-row {
    position: relative;
  }
  .home-hero {
    padding-top: 150px;
    padding-bottom: 0px;
  }
  .flip-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .dd-p {
    padding-right: 0px;
  }
  .cate-fill {
    display: none;
  }
  .go-to {
    display: block;
  }
  .success {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 43px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .sect {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sect.sect-item {
    padding-bottom: 50px;
  }
  .btn {
    min-width: 180px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn-sp {
    display: block;
    height: 10px;
  }
  .logo {
    height: 30px;
  }
  .navbar {
    padding-right: 0px;
  }
  .footlink {
    font-size: 12px;
  }
  .p-lrg {
    font-size: 14px;
    line-height: 24px;
  }
  .hero {
    padding-bottom: 150px;
  }
  .h1-lrg {
    font-size: 37px;
    line-height: 40px;
  }
  .page {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .page.page-item {
    padding-top: 75px;
  }
  .cart-li {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cart-info {
    padding-top: 0px;
    padding-right: 14px;
    padding-left: 15px;
  }
  .cart-item {
    font-size: 18px;
    line-height: 22px;
  }
  .row.cart-row {
    margin-top: 5px;
  }
  .li-total {
    font-size: 16px;
    line-height: 26px;
  }
  .cart-x {
    left: auto;
    right: 0%;
    bottom: auto;
  }
  .item-arn {
    line-height: 30px;
  }
  .row-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .row-dark.dark-top {
    padding-top: 135px;
  }
  .glass {
    height: auto;
    max-width: 90%;
    margin-top: -75px;
    margin-right: -35%;
    margin-bottom: -119px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navlink {
    min-width: 220px;
    font-size: 35px;
    line-height: 60px;
  }
  .cart {
    height: 60px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 60px;
  }
  .menu {
    width: 55px;
    margin-top: 0px;
  }
  .menu.menu-cls {
    margin-right: 0px;
  }
  .item-list {
    width: 50%;
    margin-bottom: 0px;
    padding: 5px;
  }
  .item-list.full-xs {
    width: 100%;
  }
  .dim-top {
    height: 170px;
  }
  .line {
    height: 2px;
  }
  .item-h {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .swirl {
    top: -20px;
    right: -20px;
    width: 120px;
  }
  .col.col-right {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col.col-left {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .col.col-item {
    padding-top: 50px;
  }
  .cate-name {
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .md-wide {
    width: 100%;
  }
  .faq-dd {
    padding-left: 0px;
  }
  .wordmark {
    bottom: -18px;
  }
  .map-embed {
    height: 250px;
  }
  .tag-sp {
    display: block;
    height: 10px;
  }
  .home-hero {
    padding-top: 100px;
    padding-bottom: 35px;
  }
  .faq-h {
    font-size: 19px;
    line-height: 25px;
  }
  .search-img {
    width: 90px;
    margin-bottom: 5px;
  }
  .item-name {
    font-size: 36px;
    line-height: 44px;
  }
  .p-xl {
    font-size: 14px;
    line-height: 24px;
  }
  .menu-x {
    height: 60px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 60px;
  }
  .brand-li {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .brand-a {
    padding: 3px 15px;
    font-size: 12px;
  }
  .brand-ul {
    padding-left: 0px;
  }
  .success {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
