﻿.html-store-front .header-lower {
  display: none;
}

.html-store-front .master-wrapper-content {
  margin: 0 !important;
  width: 100% !important;
  background: url('/Themes/Emporium/Content/img/store-front-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.store-front .container {
  width: 720px;
  max-width: 90%;
  background: #fff;
  margin: 70px auto;
  box-shadow: rgba(0, 0, 0, 0.596) 0px 3px 20px;
  padding: 50px 70px;
  text-align: center;
  border-radius: 8px;
}

.store-front a.logo {
  max-width: 300px;
  display: block;
  margin: auto;
}

.store-front .store-title {
  font-size: 27px;
  font-weight: 600;
  margin: 20px auto;
}

.store-front a.btn {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 90%;
  margin: 35px auto 0px;
  border-radius: 6px;
  display: block;
  border: 1px solid var(--pc);
  line-height: 30px;
  padding-inline: 15px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  background: var(--pc);
  color: #fff;
}

.store-front a.btn-signup {
  background: #fff;
  color: var(--pc);
}

@@media(max-width: 567px) {

  .store-front .container {
    padding: 20px;
  }

  .store-front .store-title {
    font-size: 18px;
  }

  .store-front a.btn {
    margin: 20px auto 0;
  }
}
