/* Store listing */
@media only screen and (min-width: 576px) {
  html {
    font-size: 7.5789px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 10.1052px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 13.4736px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
#mobileListingPage #breadcrumb {
  padding: 0.6rem 1rem;
}
#mobileListingPage #breadcrumb ul {
  font-size: calc(11rem / 16);
  color: #8598AA;
}
#mobileListingPage #breadcrumb ul li:not(:first-child):before {
  content: ">";
  margin-left: 0.125rem;
}
#mobileListingPage #breadcrumb ul li a {
  color: #8598AA;
}
#mobileListingPage #mobileListNav {
  background-color: #F8F9FA;
}
#mobileListingPage #mobileListNav > .mobile-list-nav-item {
  width: 33.3333333333%;
  font-size: calc(11rem / 16);
  color: #4D5359;
}
#mobileListingPage #mobileListNav > .mobile-list-nav-item svg {
  height: 1.1rem;
  width: auto;
}
#mobileListingPage #mobileListNav .divider {
  border-left: calc(1rem / 16) solid #E1E1E2;
  height: 1.8rem;
}
#mobileListingPage #mobileListing .listing-item:nth-child(odd) {
  background-color: #F6F6F6;
}
#mobileListingPage #mobileListing .listing-item img {
  height: 5rem;
  width: 7rem;
  object-fit: cover;
}
#mobileListingPage #mobileListing .listing-item div h6 {
  font-size: calc(13rem / 16);
  color: #393939;
}
#mobileListingPage #mobileListing .listing-item div p:first-of-type {
  color: #A1A1A1;
  font-size: calc(10rem / 16);
}
#mobileListingPage #mobileListing .listing-item div p:last-of-type {
  color: #1592E6;
  font-size: calc(14rem / 16);
  font-weight: 700;
}
#listing p {
  margin-bottom: 0;
}
#listing table {
  border-collapse: separate;
  border-spacing: 0 0.25rem;
}
#listing table thead tr th {
  background-color: #3F475F;
  font-weight: 400;
  font-size: calc(12rem / 16);
  padding: 0.2rem;
}
#listing table thead tr th svg {
  display: none;
}
#listing table thead tr th:first-child {
  border-top-left-radius: 0.25rem;
}
#listing table thead tr th:last-child {
  border-top-right-radius: 0.25rem;
}
#listing table tbody tr {
  background-color: #F6F6F6;
}
#listing table tbody tr:hover .action-data > a {
  visibility: visible;
}
#listing table tbody tr td {
  padding: 0.4rem 0;
}
#listing table tbody tr td > a img {
  width: 6.5rem;
  height: 5rem;
  object-fit: cover;
}
#listing table tbody tr td:first-child {
  width: 17%;
  border-radius: 0.25rem 0 0 0.25rem;
}
#listing table tbody tr td:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
#listing table tbody tr td .id-data {
  font-size: calc(10rem / 16);
  color: rgba(34, 34, 34, 0.29);
}
#listing table tbody tr td h6 {
  font-size: calc(14rem / 16);
  color: #489AF1;
}
#listing table tbody tr td .cat-data {
  font-size: calc(12rem / 16);
  color: rgba(34, 34, 34, 0.4);
}
#listing table tbody tr td .action-data {
  color: #A1A1A1;
  font-size: calc(8rem / 16);
}
#listing table tbody tr td .action-data > a {
  visibility: hidden;
  color: #A1A1A1;
}
#listing table tbody tr td .action-data > a.active {
  visibility: visible;
}
#listing table tbody tr td .action-data > a.active svg path {
  fill: #FFE900;
}
#listing table tbody tr td .action-data > a.active svg rect {
  fill: #EDA862;
}
#listing table tbody tr td .action-data svg {
  width: 0.4rem;
  height: auto;
}
#listing table tbody tr td.location-data, #listing table tbody tr td.date-data {
  width: 13%;
  font-size: calc(13rem / 16);
  color: #707070;
}
#listing table tbody tr td.price-data {
  width: 20%;
  color: #D33023;
  font-weight: 700;
}
/* End Store listing */
.main-header {
  height: 16em;
  background-size: cover;
  background-position: center;
}
.store-logo-wrapper {
  height: 7em;
  width: 8.5em;
  background-color: #fff;
}
@media only screen and (min-width: 576px) {
  .store-logo-wrapper {
    height: 11em;
    width: 14.5em;
  }
}
.main-info-wrapper {
  padding-left: 1em;
}
@media only screen and (min-width: 576px) {
  .main-info-wrapper {
    padding-right: 10em;
    padding-left: 0;
    margin-left: 4em;
  }
}
.store-info {
  margin-left: 1em;
}
@media only screen and (min-width: 576px) {
  .store-info {
    margin-left: 2em;
  }
}
.store-info img {
  height: 16px;
  width: 16px;
}
.store-phone-number, .store-address {
  color: #848484;
}
.store-name {
  font-size: 17px;
  color: #5C6C76;
}
@media only screen and (min-width: 576px) {
  .store-name {
    font-size: 1.5rem;
  }
}
.gold-wrapper {
  right: 0;
  top: 1em;
}
@media only screen and (min-width: 576px) {
  .gold-wrapper {
    right: 0;
    top: 2em;
  }
}
.gold-wrapper p {
  font-size: 14px;
  font-weight: 500;
  color: #FFD700;
}
@media only screen and (min-width: 576px) {
  .store-socials-wrapper {
    position: absolute;
    bottom: 2em;
    right: 2.5em;
    left: initial;
  }
}
.store-website {
  color: #848484;
}
.store-detail-header, .store-users-header, .store-desc-header {
  background-color: #EFEFEF;
  color: #5C6C76;
  font-weight: 500;
}
.s-field, .s-colon {
  color: #BACA4C;
  font-weight: 500;
}
.s-value {
  color: #848484;
}
.users-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media only screen and (min-width: 576px) {
  .users-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .users-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .users-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-user {
  width: 7em;
}
.grid-user p {
  font-weight: 500;
  font-size: 13px;
  color: #848484;
}
.store-user-avatar {
  height: 4.5em;
  width: 4.5em;
  background-position: center;
  background-size: cover;
}
.store-desc-wrapper h5 {
  color: #BACA4C;
  font-weight: 500;
}
.store-desc-p {
  color: #848484;
}
.list-store > div {
  color: #848484;
}
.products-btn {
  background-color: #BACA4C;
}
.body-container, .main {
  background: none;
}
.store-badges .gold-store-badge {
  position: absolute;
  right: 5rem;
  top: 1rem;
  font-family: "Script MT";
  font-size: 10px;
}
.title-bottom-border {
  height: 1px;
  background: #EFEFEF;
}
.detail-row {
  border-color: #EFEFEF !important;
}
.store-tabs .nav-tabs {
  flex: max-content;
}
.store-tabs .nav-tabs .nav-item {
  width: 100%;
  background: none;
  border: 1px solid #E3E3E3;
  color: #B9B9B9;
}
.store-tabs .nav-tabs .nav-item svg path {
  fill: #B9B9B9;
}
.store-tabs a {
  flex: min-content;
}
@media only screen and (max-width: 992px) {
  .store-tabs .nav-tabs .nav-item {
    width: auto;
    flex: 1;
  }
}
.store-tabs .nav-tabs .nav-item.active {
  background: #0D8DC4;
  border-color: #0D8DC4;
  color: #0D8DC4;
}
.store-tabs .nav-tabs .nav-item.active svg path {
  fill: #0D8DC4;
}
.products-title {
  color: #5c6c76;
}
.store-detail-wrapper, .store-desc-wrapper {
  background: #F8F9FA;
}
