body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

p {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  font-size: 12pt;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  font-weight: 900;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.paypal-button-number-1 {
  display: none !important;
}

.paypal-button-number-2 {
  display: none !important;
}

@media print {
  body {
    margin: 0;
    padding: 0;
  }

  .consignorTag {
    float: none;
    width: 45%;
    margin: 5% 2.5%;
    page-break-inside: avoid;
  }
}

page {
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
}

page[size="A4"] {
  width: 32cm;
  height: auto;
  page-break-after: always;
}

page[size="A4"][layout="landscape"] {
  width: 29.7cm;
  height: auto;
  page-break-after: always;
}

page[size="A6"] {
  width: 32cm;
  height: auto;
  page-break-after: always;
}

a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.top-nav {
  height: 3em;
  background-color: #70488e;
}

#merchPrep .site-container {
  width: 1200px;
}

.site-container {
  width: 1680px;
  margin: auto;
}

.logo-container {
  float: left;
  margin-top: 20px;
}

.logo-container img {
  width: 175px;
}

.logo-name {
  margin-top: -44px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}

.logo-name p {
  font-size: 12px;
}

.main-nav {
  background-color: #c4b4e5;
  position: relative;
  background-color: #c4b4e5;
  height: 110px;
  z-index: 1;
}

.nav-item {
  margin: 0 0 0 4%;
}

.main-navigation {
  padding-top: 30px;
}

.main-navigation .nav-link {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #70488e;
}

.nav-button {
  position: relative;
  margin: 0 4% 0 8% !important;
}

.nav-button-alt {
  position: relative;
  margin: 0 4% 0 8% !important;
}

.nav-button .nav-link {
  color: #fff;
}

.nav-button-alt .nav-link {
  color: #fff;
}

.nav-button:after {
  position: absolute;
  content: "";
  width: 220px;
  height: 70px;
  background: url(../content/images/assets/button-shadow.png);
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: contain;
  z-index: -1;
  top: -5px;
  left: -40px;
}

.nav-button-alt:after {
  position: absolute;
  content: "";
  width: 240px;
  height: 70px;
  background: url(../content/images/assets/button-shadow.png);
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: contain;
  z-index: -1;
  top: -8px;
  left: -15px;
}

#myCloset-button {
  display: none;
}

.hero-bg {
  background: url(../content/images/site/Homepage1_new.jpg);
  height: 95vh;
  background-size: cover;
  background-position: 25% 75%;
  position: relative;
}

.homepage_img {
  overflow: hidden;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  border: 31px solid #ffffff;
  max-width: 100%;
  background-size: cover;
  position: relative;
}

.back-button {
  display: block;
  z-index: 1;
  position: relative;
  text-align: right;
  margin-bottom: 40px;
}

.hero-text {
  padding: 20% 17%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}

.hero-text h1 {
  font-size: 70px;
  font-weight: 900;
}

.hero-text h2 {
  font-size: 40px;
  font-weight: 900;
}

.kc-btn {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.kc-btn:hover {
  color: #fff;
  text-decoration: none;
}

.kc-btn:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 95px;
  background: url(../content/images/assets/button-shadow.png);
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: contain;
  z-index: -1;
  top: -20px;
  left: -35px;
}

.kc-btn-active:active {
  transform: translateY(5px);
  box-shadow: 0 15px 20px rgb(0, 0, 0, 0.2);
  color: #a2cda8;
  opacity: 0.8;
}

.kc-btn-alt {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  z-index: 0;
}

.kc-btn-alt:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 95px;
  background: url(../content/images/assets/button-shadow.png);
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: contain;
  z-index: -1;
  top: -20px;
  left: -35px;
}

.section-title h2 {
  font-size: 54px;
}

.section-title h3 {
  font-size: 24px;
  font-weight: 600;
}

#hero .btn-container {
  margin: 40px 0 0 0;
}

#welcome .content-left {
  margin: -80px 90px 0 -90px;
}

#welcome .content-right {
  padding: 60px 0 100px 0;
}

#welcome .section-title h2 {
  color: #ea448d;
  letter-spacing: 1px;
}

#welcome .section-title h3 {
  color: #70488e;
  letter-spacing: 1px;
}

#franchisePage .section-content {
  margin: 35px 20% 5% 4%;
}

.section-content p {
  font-size: 24px;
  font-weight: 600;
}

#shop {
  position: relative;
  background-color: #c4b4e5;
  padding: 80px 0;
}

#shop .section-title {
  text-align: center;
}

#shop .section-title h2 {
  color: #71488e;
  font-size: 54px;
  letter-spacing: 1px;
}

#shop .section-title h3 {
  font-size: 22px;
  font-weight: 700;
}

#findSale {
  position: relative;
  z-index: 5;
  padding: 200px 0 140px;
  background-color: #f4f3d5;
}

#findSale .section-header {
  text-align: center;
}

#findSale .btn-container {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

#findSale .section-title {
  text-align: center;
}

#findSale .section-title h2 {
  color: #71488e;
}

#findSale .row {
  padding: 0 5%;
}

#findSale .col-sm-4 {
  padding: 90px 4%;
}

#franchise {
  padding: 120px 0;
  z-index: 6;
  position: relative;
}

#franchise .section-content {
  margin: 35px 20% 5% 4%;
}

#franchise .section-title h2 {
  color: #ea448d;
}

#franchise .section-title h3 {
  color: #71488e;
}

.screen {
  margin-top: -35%;
}

.site-container.left {
  width: 100%;
  padding-right: 5%;
  margin-right: auto;
  margin-left: auto;
}

.overlay {
  background-color: rgb(0 0 0 / 30%);
  height: 100%;
}

#login {
  padding: 80px 0;
}

.login-container {
  background-color: #f8f7fc;
  padding: 60px 5%;
  border-radius: 35px;
  box-shadow: 0px 2px 3px 0px rgb(68 68 68 / 10%);
  z-index: 0;
  position: relative;
}

.yellow {
  background: #f3f3d4;
}

.login-screen {
  width: 1000px;
}

#login .section-title h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 25px;
}

button.kc-btn:after {
  width: 200px;
  height: 95px;
  top: -5px;
  left: -35px;
}

button.kc-btn {
  font-size: 28px;
  margin: 20px 0 0 3%;
}

#page-hero .hero-bg {
  background: url(../content/images/site/FranchiseInfo1_new.jpg);
  height: 500px;
  background-size: cover;
  background-position: left 0px top -335px;
  position: relative;
}

.page-hero-img {
  background: url(../content/images/site/FranchiseInfo2_new.jpg);
  height: 415px;
  width: 625px;
  background-size: cover;
  background-position: top;
  position: relative;
}

#page-hero .hero-bg#sale_div {
  background: url(../content/images/site/FranchiseOwnerSale2_new.jpg);
  background-size: cover;
  background-position: center 64%;
}

#page-hero .hero-bg#consignor_info_div {
  background: url(../content/images/site/FranchiseOwnerSale3_new.jpg);
  background-size: cover;
  background-position: left 0px top -245px;
}

#page-hero .hero-bg#helpers_info_div {
  background: url(../content/images/site/Helper2_new.jpg);
  background-size: cover;
  background-position: left 0px top -180px;
}

#page-hero .hero-text {
  padding: 10% 17%;
}

.sale-box {
  padding: 40px;
  width: 70%;
  margin: auto;
}

.sale-content-left {
  float: left;
  margin-right: 80px;
  text-align: left;
}

.box-top {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 0 30px 75px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.box-bottom {
  background-color: #dfd6f1;
  padding: 10px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.box-bottom p {
  margin-bottom: 0;
}

.sale-content-right {
  margin: 30px 10% 0 0;
  float: right;
}

.login-container p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.dashboard-menu {
  padding: 40px 0;
}

.dashboard-sidebar {
  clear: left;
}

.dashboard-menu a {
  padding: 15px 8px 15px 80px;
  text-decoration: none;
  font-size: 24px;
  line-height: 34px;
  color: #70488e;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dashboard-menu a:hover {
  background-color: #a2cda8;
  color: #fff;
}

.dashboard-sidebar {
  background-color: #eee;
  z-index: 0;
  padding: 120px 0 80px;
  width: 25%;
  float: left;
  margin-top: -90px;
  border-bottom-right-radius: 30px;
}

.dashboard-content {
  float: left;
  width: 75%;
  padding: 0 5%;
  margin-bottom: 80px;
}

.consignor-info-top p {
  font-size: 16px;
  padding: 2px 8px 2px 40px;
}

#footer {
  clear: both;
}

#inventory img {
  height: 100px;
  width: auto;
}

.top-footer {
  background: #c4b4e5;
  padding: 40px 0 30px 0;
}

.footer-form input[type="number"] {
  float: left;
  width: 60%;
  font-size: 22px;
  padding: 10px 40px 10px 105px;
  font-weight: bold;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.find-sale-form input[type="number"] {
  float: left;
  width: 80%;
  font-size: 22px;
  padding: 10px 40px 10px 105px;
  font-weight: bold;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.footer-form input[type="email"] {
  float: left;
  width: 80%;
  font-size: 22px;
  padding: 10px 40px 10px 105px;
  font-weight: bold;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.big {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: right;
}

.footer-form button {
  padding: 9px 25px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #e9448d;
  border-color: transparent;
}

.find-sale-form button {
  padding: 9px 25px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #e9448d;
  border-color: transparent;
}

.bottom-footer {
  background-color: #70488e;
  color: #fff;
  padding: 70px 0 80px 0;
}

.bottom-footer .logo-container {
  margin-top: -125px;
  width: 225px;
}

.bottom-footer .logo-container img {
  width: 100%;
}

.footer-links li {
  list-style-type: none;
  font-size: 22px;
  margin-bottom: 15px;
}

.footer-links li a {
  color: #fff;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #70488e;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 70px;
  transition: 0.3s;
  font-size: 20px;
  color: #fff;
  margin: 0px 8px 0 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: 600;
}

.tab button.active {
  background-color: #c4b4e5;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #c4b4e5;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border-top: none;
}

.tab-content-holder {
  background-color: #c4b4e5;
  padding: 40px 0;
  text-align: center;
  border: 1px solid black;
}

.shop-results {
  padding-top: 40px;
}

.dashboard-content .sale-box {
  width: 100%;
  padding: 40px 0;
}

.dashboard-content .box-top {
  background-color: #f8f7fc;
}

.registered-sales {
  text-align: center;
}

.sale-options a {
  position: absolute;
  font-size: 20px;
  font-weight: 900;
  top: 15px;
  right: 40px;
  color: #e9448d;
}

.dashboard-content .section-title {
  color: #70488e;
}

.db-top-right {
  text-align: right;
  width: 100%;
}

.sale-container {
  padding-top: 90px;
  margin-bottom: 100px;
}

.sale-container .section-title h2 {
  text-align: center;
}

.sale-container .section-title p {
  text-align: center;
}

.bottom-options {
  overflow: hidden;
}

.sales-info-box {
  background-color: #c4b4e5;
  padding: 20px 50px;
  border-radius: 5px;
}

.s-disclaimer {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.s-left {
  float: left;
  width: 100%;
}

.sales-filters {
  padding: 20px 0;
  overflow: hidden;
}

.form-holder {
  width: 100%;
  margin-bottom: 15px;
}

.sale-filter-options select {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.sale-filter-options select:last-child {
  margin-right: 0;
}

.sales-filters input[type="text"] {
  width: 100%;
  font-size: 20px;
  padding: 5px 25px;
  border-radius: 5px;
}

.sale-item {
  float: left;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.sale-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 225px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.item-info a {
  color: #70488e;
  font-weight: 700;
  font-size: 24px;
}

.item-info p {
  font-size: 18px;
  margin: 10px 0;
}

.sale-img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.price {
  font-size: 26px !important;
  font-weight: 700;
  letter-spacing: 1px;
  color: #70488e;
}

.shop-btn {
  padding: 5px 10px;
  background-color: #e9448d;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
}

.shop-items {
  overflow: hidden;
  padding: 40px 0;
}

.site-container.item-view {
  width: 1200px;
  margin: auto;
}

.single-item-info {
  overflow: hidden;
  padding: 60px 0;
}

.product-gallery {
  float: left;
  width: 30%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-gallery img {
  width: auto;
}

.product-details {
  float: left;
  margin-left: 5%;
  width: 65%;
}

.item-buttons {
  margin-bottom: 25px;
}

.shop-btn.big {
  font-size: 30px;
}

.store-sidebar {
  float: left;
  width: 20%;
  margin: 2% 4% 40px 0;
}

#intro {
  padding: 110px 0;
}

#franchise {
  background-color: #e0eee1;
}

#cost {
  background-color: #e0eee1;
}

#cost .content-left {
  padding: 80px 0;
}

#family {
  padding: 5% 0;
}

#fees {
  padding: 5% 0 10%;
}

#family .content-right {
  padding-left: 50px;
}

#fees .section-content p {
  font-size: 20px;
}

#training {
  padding: 5% 0;
  background-color: #e0eee1;
}

#trainingText {
  padding: 5% 0;
}

#saleInfo {
  padding: 4% 0;
}

.breadcrumbs-row {
  padding-bottom: 40px;
}

.breadcrumbs-row a {
  font-size: 24px;
  font-weight: 500;
}

.section-content ul {
  padding-left: 0;
}

.section-content ul li {
  font-size: 20px;
  margin-bottom: 20px;
}

.section-content.alt {
  margin: 35px 0% 0 4%;
}

.sale-information {
  padding-left: 4%;
}

.sale-buttons {
  margin: 60px 0;
}

.kc-btn.sale {
  font-size: 20px;
  margin-right: 10%;
}

.kc-btn.sale:after {
  width: 315px;
  height: 80px;
  top: -25px;
  left: -35px;
}

.highlights {
  font-size: 22px;
}

.faq-exclamation {
  font-size: 22px;
  font-weight: 500;
}

.video-50 {
  float: left;
  width: 48%;
  margin-right: 2%;
}

#saleVideos {
  overflow: hidden;
  background-color: #f3f3d4;
  padding: 5% 0;
}

#saleDetails {
  padding: 4% 0;
}

.video-50 h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 40px;
}

#saleDetails h2 {
  text-align: center;
}

.sale-details-info {
  background-color: #b1d2ef;
  padding: 3%;
  border-radius: 1%;
}

#saleDetails .MsoNormal {
  color: #444 !important;
}

.kc-btn.header {
  font-size: 24px;
}

.kc-btn.header:after {
  width: 300px;
  height: 80px;
  top: -25px;
}

.kc-btn.header-sale {
  font-size: 24px;
}

.kc-btn.header-sale:after {
  width: 250px;
  height: 80px;
  top: -15px;
}

.kc-btn.header-early {
  font-size: 24px;
}

.kc-btn.header-early:after {
  width: 325px;
  height: 86px;
  top: -25px;
}

.hero-text .btn-container {
  margin-top: 35px;
}

#saleOwner {
  clear: both;
  padding: 80px 0;
}

.ownerImg img {
  max-width: 375px;
  max-height: 375px;
  min-height: 375px;
  min-width: 375px;
  position: relative;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

#saleOwner .content-left {
  text-align: center;
}

#saleOwner .content-left p {
  margin-top: 30px;
}

#saleOwner .content-right {
  padding-left: 70px;
}

#saleOwner {
  padding: 80px 0;
  background-color: #f3f3d4;
}

#saleCharity {
  padding: 80px 0;
  background-color: #f3f3d4;
}

#saleCharity .site-container {
  padding: 0 3%;
}

#saleCharity .section-title {
  text-align: center;
  margin-bottom: 25px;
}

#salePartners {
  padding: 80px 0;
}

#salePartners .site-container {
  padding: 3%;
  border-radius: 1%;
}

#salePartners .section-title {
  text-align: center;
  margin-bottom: 25px;
}

.saleAwards {
  text-align: center;
  padding: 80px 0;
}

.saleAwards img {
  max-width: 300px;
}

#mailingList {
  background-color: #70488e;
  padding: 40px 0;
}

.mailing-row {
  overflow: hidden;
}

.mailing-row .content-50 {
  float: left;
  margin-right: 2%;
  width: 48%;
}

.mailing-row .big {
  margin: 0;
}

.mailing-row .form-group {
  margin: 0;
}

.kc-btn.header.alt:after {
  width: 260px;
  height: 80px;
  top: -20px;
}

#helperTable .section-title {
  text-align: center;
  margin-bottom: 20px;
}

#saleSchedule {
  padding: 8% 0 0%;
}

.sale-type-viewer {
  text-align: center;
}

.sale-type-viewer p {
  font-size: 30px;
}

.inventory-buttons button {
  background-color: #ea448d;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px 20px;
  color: #fff;
  margin-right: 5px;
}

.spacer {
  margin: 10% 0;
}

.sale-information h3 {
  margin: 30px 0;
  font-size: 40px;
  color: #ea448d;
}

#howItWorks {
  background-color: #f3f3d4;
  position: relative;
  padding: 80px 0 120px;
  z-index: 0;
}

#sale-info-help .btn-container {
  margin-top: -25px;
  text-align: center;
}

#sale-info-help .sale-blurbs {
  padding: 120px 0 100px;
  overflow: hidden;
}

.sale-blurb {
  position: relative;
  float: left;
  width: 42%;
  margin: 0 4%;
  padding: 40px 100px;
  border-radius: 25px;
  box-shadow: 0px 3px 7px 4px rgb(68 68 68 / 20%);
  min-height: 420px;
}

.sale-blurb .btn-small {
  position: absolute;
  bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.btn-small .kc-btn {
  font-size: 24px;
}

.btn-small .kc-btn:after {
  width: 250px;
  height: 70px;
  left: -60px;
}

.sale-blurb h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #90c497;
}

.sale-blurb p {
  font-size: 20px;
  margin-bottom: 35px;
}

#hotSellers {
  padding: 100px 0;
}

.hot-sellers-box {
  padding: 60px;
  border-radius: 25px;
  box-shadow: 0px 3px 7px 4px rgb(68 68 68 / 20%);
  min-height: 500px;
  overflow: hidden;
}

.hot-sellers-box h2 {
  text-align: center;
  color: #ea448d;
  margin-bottom: 40px;
}

.one_third {
  float: left;
  width: 30%;
  text-align: center;
  margin: 0 1.5%;
}

.btn-small.alt .kc-btn:after {
  left: -75px;
}

#howItWorks h2 {
  color: #ea448d;
  margin-bottom: 30px;
  font-size: 50px;
}

.hot-sellers-box p {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 700;
  color: #90c497;
}

.page-end {
  padding: 7% 0 1%;
  text-align: center;
}

.kc-button {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #ea448d;
  padding: 20px 45px;
  border-radius: 10px;
}

#sale-info-help .section-header .kc-btn:after {
  position: absolute;
  content: "";
  width: 375px;
  height: 105px;
  background: url(../content/images/assets/button-shadow.png);
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: contain;
  z-index: -1;
  top: -28px;
  left: -35px;
}

#sale-info-help .site-container {
  text-align: center;
}

.sale-info-row h2 {
  color: #ea448d;
  margin-bottom: 20px;
}

.sale-info-row p {
  margin-bottom: 8px;
}

#plainPage {
  padding: 140px 0 80px;
}

#plainPage h2 {
  margin-bottom: 30px;
}

#plainPage .tab-content-holder {
  text-align: left;
}

#plainPage .page-content {
  padding: 30px;
}

#plainPage .page-content ul li {
  font-size: 12pt;
  margin-bottom: 15px;
  font-weight: 500;
}

.text-section {
  margin-bottom: 40px;
}

#us-map {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

path:hover,
circle:hover {
  stroke: #fff !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #ea448d !important;
  cursor: pointer;
}

#path67 {
  fill: none !important;
  stroke: #a9a9a9 !important;
  cursor: default;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #bf0a30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}

#theMapInfo {
  padding: 180px 0;
}

.states-list {
  float: left;
  width: 25%;
}

#theMapInfo {
  padding: 100px 0 40px;
  overflow: hidden;
}

#sales {
  background-color: #f3f3d4;
}

.map-right {
  float: left;
  width: 60%;
}

.states-list li {
  list-style-type: none;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.states-list li a {
  color: #888;
}

.states-list h3 {
  margin-bottom: 30px;
}

.states-list li a:hover {
  color: #ea448d;
}

.states-list li:hover {
  list-style-type: disc;
}

.sale-state {
  stroke: #fff !important;
  fill: #ea448d !important;
}

.activeState {
  color: #ea448d !important;
}

#theMapInfo li:has(.activeState) {
  list-style-type: disc;
}

#helperTable {
  padding: 80px 0;
  background-color: #f3f3d4;
}

#helperTable h3 {
  font-size: 34px;
  font-weight: 800;
  color: #70488e;
}

.shop-results .tab {
  background-color: #f3f3d4;
}

.sale-information p {
  margin-bottom: 6px;
}

#FAQ {
  padding: 100px 0 0;
}

#FAQ .section-title h3 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}

.panel-title {
  background-color: #e9448d;
  padding: 10px;
  border-radius: 10px;
}

.panel-title a {
  color: #fff;
}

.panel-body {
  font-size: 22px;
  padding: 10px 15px 25px;
  font-weight: 500;
}

#merchPrep {
  padding: 100px 0 80px;
}

#merchPrep .section-title h3 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}

#merchPrep li {
  text-align: left;
  font-size: 12pt;
  line-height: 32px;
}

#merchPrep .row {
  margin-bottom: 40px;
}

#merchPrep img {
  border-radius: 25px;
}

#sectionWhite h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

#merchPrep ul {
  margin-bottom: 40px;
}

.find-sale-form .form-group {
  margin-bottom: 40px;
}

.sale-filter-options input[type="submit"] {
  background-color: #70488e;
  color: #fff;
  width: 100%;
  border: none;
  padding: 5px 0;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 500;
}

#cost .kc-btn {
  z-index: 1;
}

#training .kc-btn {
  z-index: 1;
}

#signUp {
  padding: 8% 0;
  background-color: #e0eee1;
  text-align: center;
}

#signUp .kc-btn {
  z-index: 1;
}

#signUp .kc-btn:after {
  width: 355px;
  height: 90px;
}

#signUp .section-header {
  margin-bottom: 40px;
}

#territories {
  background-color: #f3f3d4;
  padding: 80px 0;
}

.territories-list {
  float: right;
}

.territories-list li {
  list-style-type: none;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.territories-list h3 {
  margin-bottom: 30px;
}

#territories .content-right {
  padding-left: 10%;
}

#territories .section-title {
  width: 100%;
}

#territories .section-title h2 {
  width: 100%;
  margin-bottom: 45px;
  color: #ea448d;
}

.login-info p {
  font-size: 16px;
  line-height: 40px;
}

#total {
  text-align: right;
}

.table-button {
  text-align: right;
  margin: 35px 15px 30px 0;
}

button.kc-btn.item {
  font-size: 22px;
}

button.kc-btn.item:after {
  top: -10px;
  left: -30px;
}

.kc-button.small {
  font-size: 18px;
  padding: 15px 30px;
}

.kc-button.multiline {
  font-size: 18px;
  padding: 15px 30px;
  display: inline-block;
}

.consignorTag {
  float: left;
  width: 45%;
  margin: 5% 2.5%;
}

.itemIDtitle {
  text-align: left !important;
  margin-top: 15px;
}

.tagColumn {
  float: left;
}

.tagColumn.small {
  width: 20%;
}

.tagColumn.big {
  width: 60%;
}

.consignorTag p {
  font-size: 20px;
  color: #000;
  text-align: center;
}

.topRow {
  overflow: hidden;
}

.tagColumn.full {
  float: inherit;
  width: 100%;
  text-align: center;
}

.tagColumn.full h2 {
  font-weight: 600;
  font-size: 36px;
}

.bcodeNum {
  font-family: monospace;
  font-size: 20px;
  margin-top: -15px;
}

.sort-group {
  position: relative;
  text-align: center;
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

#inventory .sale-content-right {
  margin-right: 0;
}

.my-cart img {
  max-width: 100px;
}

#showImageHere {
  overflow: hidden;
}

.images-item {
  width: 50%;
  float: left;
}

#table #tbody .images-item {
  width: 50%;
}

.image-table img {
  width: 300px;
  text-align: center;
}

.image-table td {
  text-align: center;
}

.image-table th {
  text-align: center;
}

.my-cart .kc-button {
  font-size: 18px;
}

.my-cart input[type="text"] {
  font-size: 20px;
  padding: 10px 25px;
}

.table-holder #photostable {
  margin-top: 15px !important;
}

#photostable a {
  font-weight: bold;
}

#photostable div {
  height: auto;
  width: 300px;
  overflow: hidden;
  position: relative;
}

#photostable img {
  height: inherit;
  width: inherit;
}

.social-button {
  margin: 0 30px 0 0;
  font-size: 50px;
  color: #70488e;
}

.kc-subtitle {
  margin: 20px 0 !important;
}

.gallery_images {
  float: left;
  width: 30%;
  margin: 10px 1.6%;
}

.shop-inventory {
  float: left;
  width: 76%;
}

.sidebar-button {
  background-color: #70488e;
  color: #fff;
  border: none;
  padding: 5px 0;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 500;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.strike {
  text-decoration: line-through;
}

#imageTableBody img {
  max-width: 250px;
}

#countdownStart {
  font-family: Arial, sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#countdownStart span {
  margin: 2.5%;
}

#countdownStart span label {
  display: block;
  font-size: 28px;
}

#imageTableBody .featured {
  background-color: #c4b4e5;
}

.countdown-options .kc-button {
  font-size: 18px;
  margin: 0 24px;
}

.countdown-options {
  text-align: center;
}

.coming-soon-container {
  margin: 60px 0px 100px;
}

.countdown-options {
  text-align: center;
  margin-bottom: 40px;
}

.shop-disclaimer {
  font-style: italic;
  font-size: 18px;
}

.featured-message {
  position: absolute;
  top: 10px;
  /* Adjust the top position as needed */
  right: 0px;
  /* Adjust the right position as needed */
  background-color: #e9448d;
  /* Customize the background color */
  color: #fff;
  /* Customize the text color */
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
  z-index: 2;
  /* Ensure the message appears above other elements */
}

.checkout-success-text p {
  font-size: 18px;
  margin-bottom: 40px;
}

.checkout-success-text .kc-button {
  font-size: 18px;
}

.checkout-success-text {
  margin-bottom: 60px;
}

.pagination-container {
  clear: both;
}

.pagination {
  display: inline-flex;
}

.pagination span {
  padding: 7px 15px 0;
  font-size: 24px;
}

.pagination a {
  font-size: 24px;
  margin: 0 5px;
}

.pagination-container {
  clear: both;
  margin-bottom: 15px;
}

.sale-information p {
  font-size: 20px;
}

.bottom-footer {
  position: relative;
  background-color: #70488e;
  color: #fff;
  padding: 70px 0 80px 0;
  z-index: 99;
}

#login-button-mobile {
  display: none;
}

.hamburger-icon {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  /* Adjust the vertical position as needed */
  transform: translateY(-50%);
}

.line {
  width: 25px;
  height: 3px;
  background-color: #000;
  margin: 5px 0;
}

.nav-container {
  position: relative;
}

.dashboard-sidebar.mobile {
  display: none;
}

.section-title.store-mobile {
  display: none;
}

.table-holder table {
  width: 100% !important;
}

.inventory-buttons button {
  margin-top: 20px;
}

.item-info {
  min-height: 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}

.sale-page-img {
  border-radius: 50%;
  max-width: 100%;
  position: relative;
  margin-top: -50px;
  border: 30px solid #fdfdfd;
}

.content-image {
  border-radius: 3%;
}

#sectionWhite .section-title h2 {
  font-size: 34px;
  margin: 0px 0 15px 0px;
}

.dashboard-content p {
  font-size: 16pt;
}

.section-title p {
  font-size: 16pt;
}

.store-options a {
  font-size: 16pt;
}

@media only screen and (max-width: 1740px) {
  .site-container {
    width: 1400px;
    margin: auto;
  }

  .hero-text h1 {
    font-size: 55px;
    font-weight: 900;
  }

  .kc-btn.header-sale {
    font-size: 22px;
  }

  .kc-btn.header-sale:after {
    width: 225px;
    height: 80px;
    top: -15px;
  }

  .footer-form input[type="email"] {
    width: 65%;
  }
}

@media only screen and (max-width: 1470px) {
  .site-container {
    width: 1180px;
  }

  .main-navigation .nav-link {
    font-size: 20px;
  }

  .nav-button:after {
    width: 190px;
    height: 70px;
    top: -4px;
    left: -38px;
  }

  #welcome .content-left {
    margin: -80px 40px 0 -80px;
  }

  .section-title h2 {
    font-size: 46px;
  }

  .section-content p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
  }

  .bottom-footer .logo-container {
    margin-top: -125px;
    width: 100%;
  }

  .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .nav-button-alt {
    margin: 0 4% 0 3% !important;
  }

  .nav-item {
    margin: 0 0 0 3%;
  }

  #merchPrep .site-container {
    width: inherit;
  }
}

@media only screen and (max-width: 1230px) {
  .site-container {
    width: 1000px;
  }

  .main-nav {
    height: 90px;
  }

  .main-navigation {
    padding-top: 20px;
  }

  .nav-item {
    margin: 0 0 0 1%;
  }

  .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  #login-button {
    display: none;
  }

  .nav-button:after {
    display: none;
  }

  #login-button-mobile {
    display: block;
  }

  .nav-item-mobile .kc-button {
    padding: 15px 40px;
    font-size: 18px;
  }

  .nav-item-mobile {
    margin: 10px 0 0 20px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .section-content p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
  }

  .kc-btn {
    font-size: 26px;
  }

  .kc-btn:after {
    width: 260px;
    height: 95px;
    top: -20px;
    left: -35px;
  }

  .main-navigation .nav-link {
    font-size: 18px;
  }

  .nav-item-mobile .kc-button {
    padding: 15px 25px;
    font-size: 16px;
  }

  .main-navigation {
    padding-top: 25px;
  }

  .footer-form input[type="email"] {
    padding: 10px 40px 10px 40px;
    font-size: 20px;
  }

  .footer-form button {
    font-size: 22px;
  }

  .big {
    font-size: 32px;
  }

  .sale-information p {
    font-size: 18px;
  }

  .sale-info-row h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1090px) {
  .sale-buttons a {
    display: block;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1050px) {
  .site-container {
    width: 100%;
  }

  .hamburger-icon {
    display: block;
  }

  .nav-container .main-navigation {
    display: none;
  }

  .nav-container.show .main-navigation {
    display: block;
    position: absolute;
    top: 90px;
    right: 0px;
    width: 40%;
    background-color: #fff;
    padding: 10px;
    box-shadow: -1px 1px 5px 0px rgb(153 153 153 / 30%);
  }

  .nav-container.show .main-navigation ul {
    display: block;
    padding: 0;
  }

  .nav-container.show .main-navigation li {
    display: block;
    margin-bottom: 20px;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
    display: block;
  }

  #welcome .content-left {
    margin: -80px 0px 0 -10px;
  }

  #findSale {
    position: relative;
    z-index: 5;
    padding: 100px 0 60px;
    background-color: #f4f3d5;
  }

  .map {
    display: none;
  }

  #saleInfo {
    padding: 1% 0;
  }

  .sale-information.col-sm-7 {
    max-width: 100%;
  }

  .sale-buttons a {
    display: inline;
  }

  .content-left.col-sm-4 {
    max-width: 100%;
  }

  .ownerImg {
    width: 50%;
    margin: auto;
  }

  .content-right.col-sm-8 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .hero-text {
    padding: 20% 5%;
  }

  .hero-text h1 {
    font-size: 60px;
    font-weight: 900;
  }

  .hero-text h2 {
    font-size: 30px;
    font-weight: 900;
  }

  .kc-btn {
    font-size: 26px;
  }

  .kc-btn:after {
    width: 250px;
    height: 95px;
    top: -18px;
    left: -35px;
  }

  .mailing-row .content-50 {
    float: initial;
    margin-right: 2%;
    width: 100%;
    text-align: center;
  }

  .big {
    text-align: center;
  }

  .footer-form input[type="email"] {
    width: 65%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .footer-form button {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .mailing-row {
    padding: 0 10%;
  }

  #saleOwner .content-right {
    padding-left: 0;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 860px) {
  .hero-text {
    padding: 30% 5%;
  }

  .logo-container {
    float: left;
    margin-top: 0;
  }

  .logo-name {
    margin-top: -30px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 0;
  }

  .logo-name p {
    font-size: 8px;
  }

  .homepage_img {
    display: none;
  }

  .content-left.col-sm-5 {
    display: none;
  }

  #welcome .content-right {
    padding: 60px 5% 100px;
    max-width: 100% !important;
    width: 100% !important;
  }

  #findSale .col-sm-4 {
    padding: 90px 4%;
    width: 100%;
    max-width: 100%;
  }

  .bottom-footer .col-sm-2 {
    max-width: 100%;
  }

  .bottom-footer .logo-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .bottom-footer .logo-container img {
    width: 300px;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .hero-text h2 {
    font-size: 20px;
  }

  #page-hero .hero-text {
    padding: 20% 5%;
  }

  #page-hero .hero-bg {
    height: 335px;
  }
}

@media only screen and (max-width: 710px) {
  .hero-text {
    padding: 30% 5%;
  }

  .homepage_img {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .hero-text {
    padding: 30% 5%;
  }

  .sale-options a {
    font-size: 16px;
    top: inherit;
    bottom: 15px;
    color: #e9448d;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    width: 100%;
  }

  .box-bottom a {
    display: inline-block;
  }

  .homepage_img {
    display: none;
  }

  .main-navigation .nav-link {
    font-size: 18px;
  }

  .nav-container.show .main-navigation li {
    margin-bottom: 10px;
  }

  #login-button-mobile {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .nav-container.show .main-navigation {
    width: 65%;
  }

  .sale-buttons a {
    display: block;
  }

  #page-hero .hero-text {
    padding: 26% 5%;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .hero-text h2 {
    font-size: 15px;
  }

  .sale-info-row h2 {
    font-size: 20px;
  }

  .sale-information p {
    font-size: 16px;
  }

  .kc-btn.sale {
    font-size: 20px;
    color: #e9448d;
  }

  .kc-btn.sale:after {
    display: none;
  }

  .sale-buttons a {
    display: block;
    margin-top: 25px;
    text-decoration: underline;
  }

  .faq-exclamation {
    font-size: 18px;
  }

  .big {
    font-size: 26px;
    margin-bottom: 20px !important;
  }

  .footer-form input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-form button {
    font-size: 18px;
  }

  #saleOwner .content-right {
    padding-left: 0;
    padding: 0 5%;
    margin-top: 30px;
  }

  .logo-container img {
    width: 120px;
  }

  .breadcrumbs-row a {
    font-size: 20px;
    font-weight: 500;
  }

  #page-hero .hero-bg#consignor_info_div {
    background-position: left 0 top;
    background-repeat: no-repeat;
  }

  #page-hero .hero-bg#helpers_info_div {
    background-position: left 0 top;
    background-repeat: no-repeat;
  }

  #howItWorks {
    padding: 80px 20px 120px;
  }

  .kc-button {
    font-size: 20px;
    padding: 20px 25px;
  }

  .kc-btn.header {
    font-size: 20px;
  }

  .kc-btn.header:after {
    width: 280px;
    height: 75px;
  }

  .kc-btn.header.alt:after {
    width: 220px;
    height: 80px;
    top: -15px;
  }

  #helperTable h3 {
    font-size: 28px;
  }

  #howItWorks h2 {
    font-size: 30px;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-sidebar.mobile {
    display: block;
  }

  /* -- Dashboard CSS Settings --*/
  .dashboard-content {
    margin-top: 40px;
  }

  .sale-type-viewer p {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  .db-top-right {
    text-align: center;
  }

  .section-title h2 {
    font-size: 26px;
    text-align: center;
  }

  .dashboard-content .sale-box {
    padding: 10px 0;
  }

  .box-top {
    padding: 30px 0 30px 10px;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .sale-content-left {
    margin-right: 20px;
    margin-top: 40px;
  }

  .dashboard-sidebar.mobile {
    padding-top: 40px;
    width: 100%;
  }

  .dashboard-menu a {
    padding: 7px 8px 7px 40px;
    font-size: 18px;
    line-height: 34px;
  }

  .registered-sales {
    margin-bottom: 20px;
  }

  .dashboard-content {
    width: 100%;
  }

  .form-holder {
    width: 100%;
    margin-bottom: 35px;
  }

  button.kc-btn {
    font-size: 28px;
    margin: 20px 0 0 10%;
  }

  /* -- Store CSS Settings --*/

  .shop-inventory {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .sale-item {
    float: inherit;
    width: 100%;
    margin-right: 0%;
  }

  .shop-btn {
    display: block;
    margin-bottom: 10px;
  }

  .sale-img {
    width: 100%;
    height: auto;
  }

  .store-sidebar {
    width: 100%;
    padding: 0 20px;
  }

  .product-gallery {
    margin-bottom: 30px;
    width: 100%;
  }

  .product-details {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  /* Styles for mobile view */

  #adminTable thead {
    display: none;
    /* Hide the table header on mobile */
  }

  #adminTable tbody tr {
    display: block;
    /* Change table rows to display as block */
    margin-bottom: 10px;
    /* Add some spacing between rows */
  }

  #adminTable tbody td {
    display: block;
    /* Change table cells to display as block */
    text-align: left;
    /* Align cells to the left */
    border: none;
    /* Remove borders from cells */
  }

  #adminTable tbody td::before {
    /* Add labels for mobile view */
    content: attr(data-label);
    font-weight: bold;
  }

  #adminTable tbody td:last-child {
    /* Style the last column */
    margin-top: 10px;
    /* Add spacing at the top */
  }

  #adminTable tfoot {
    /* Adjust styling for table footer */
    display: block;
    margin-top: 10px;
    /* Add spacing at the top */
  }

  #adminTable tfoot th,
  #adminTable tfoot td {
    /* Style table footer cells */
    width: 50%;
    /* Make footer cells take 50% width */
    display: inline-block;
  }

  .kc-button {
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  #adminTable br {
    display: none;
  }

  .tab {
    width: 100%;
  }

  .tab button {
    width: 100%;
  }

  #inactive-datatable {
    width: 100%;
  }

  #inactive-datatable thead {
    display: none;
  }

  #inactive-datatable tbody,
  #inactive-datatable tr,
  #inactive-datatable td {
    display: block;
    width: 100%;
  }

  #inactive-datatable td {
    text-align: left;
    position: relative;
  }

  #inactive-datatable td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }

  #rejected-datatable {
    width: 100%;
  }

  #rejected-datatable thead {
    display: none;
  }

  #rejected-datatable tbody,
  #rejected-datatable tr,
  #rejected-datatable td {
    display: block;
    width: 100%;
  }

  #rejected-datatable td {
    text-align: right;
    position: relative;
  }

  #rejected-datatable td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }

  #rejected-datatable {
    width: 100%;
  }

  #rejected-datatable thead {
    display: none;
  }

  #rejected-datatable tbody,
  #rejected-datatable tr,
  #rejected-datatable td {
    display: block;
    width: 100%;
  }

  #rejected-datatable td {
    text-align: left;
    position: relative;
  }

  #rejected-datatable td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }

  #pending-datatable {
    width: 100%;
  }

  #pending-datatable thead {
    display: none;
  }

  #pending-datatable tbody,
  #pending-datatable tr,
  #pending-datatable td {
    display: block;
    width: 100%;
  }

  #pending-datatable td {
    text-align: left;
    position: relative;
  }

  #pending-datatable td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }

  #approved-datatable {
    width: 100%;
  }

  #approved-datatable thead {
    display: none;
  }

  #approved-datatable tbody,
  #approved-datatable tr,
  #approved-datatable td {
    display: block;
    width: 100%;
  }

  #approved-datatable td {
    text-align: left;
    position: relative;
  }

  #approved-datatable td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }

  .section-title .store-mobile {
    display: block;
    padding: 0 20px;
  }

  .section-title.store-desktop {
    display: none;
  }

  .inventory-buttons {
    margin: 20px 0;
  }

  .inventory-buttons button {
    margin-bottom: 10px;
  }

  .countdown-options .kc-button {
    font-size: 18px;
    margin: 12px 24px;
  }

  .section-title.store-mobile {
    display: block;
  }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.loading-overlay.show {
  display: block;
}

.loading-overlay .spinner-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  border-right: 3px solid transparent;
  animation: spin 0.8s linear infinite;
}

.loading-overlay .spinner-message {
  color: white;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.modal-checkout {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Disable scroll */
  background-color: rgba(0,0,0,0.8); /* Black with opacity */
}

.modal-content-checkout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  text-align: center;
}
