.locations-list-wrapper {
  padding: 0 0 60px;
}
.locations-list-wrapper .inner-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper {
    padding: 0;
  }
}
.locations-list-wrapper .inner-wrapper .sticky-block {
  position: sticky;
  top: 0;
  z-index: 99;
  padding: 10px 20px 20px;
  background-color: #fcfff6;
	box-shadow: 0px 2px 10px 0px rgba(173,173,173,0.6);
-webkit-box-shadow: 0px 2px 10px 0px rgba(173,173,173,0.6);
-moz-box-shadow: 0px 2px 10px 0px rgba(173,173,173,0.6);
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .sticky-block {
    padding-top: 60px;
  }
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form {
  margin-bottom: 30px;
  text-align: center;
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form .title {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .locations-list-wrapper .inner-wrapper .sticky-block .search-form .form-wrapper {
    margin: 0 auto;
    max-width: 40%;
  }
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form .form-wrapper input {
  border: 1px solid #9a9a9a;
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form .select2-container .select2-selection--single {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border-color: #c8c8c8;
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form .select2-container .select2-selection--single .select2-selection__placeholder {
  display: inline-flex;
  align-items: center;
  color: #000;
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form .select2-container .select2-selection--single .select2-selection__placeholder::before {
  content: "";
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 20px;
}
.locations-list-wrapper .inner-wrapper .sticky-block .search-form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.locations-list-wrapper .inner-wrapper .sticky-block .legality-guide {
  margin-bottom: 20px;
}
.locations-list-wrapper .inner-wrapper .sticky-block .legality-guide ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.locations-list-wrapper .inner-wrapper .sticky-block .legality-guide ul li {
  margin: 0 15px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.locations-list-wrapper .inner-wrapper .sticky-block .legality-guide ul li::before {
  display: block;
  margin: auto 0;
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
}
.locations-list-wrapper .inner-wrapper .sticky-block .legality-guide ul li.legal::before {
  background-color: #94c11d;
}
.locations-list-wrapper .inner-wrapper .sticky-block .legality-guide ul li.moderate::before {
  background-color: #fde910;
}
.locations-list-wrapper .inner-wrapper .sticky-block .legality-guide ul li.illegal::before {
  background-color: #e6342b;
}
.locations-list-wrapper .inner-wrapper .introduction {
  color: #000;
  padding: 30px 20px 40px;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .introduction {
    padding: 60px 150px 60px;
  }
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper {
    min-height: 300px;
  }
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .loading {
  display: flex;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper {
    max-height: 100%;
    overflow: auto;
  }
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper::-webkit-scrollbar-thumb {
  background-color: green;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper {
    display: flex;
    margin: 0 -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper {
    display: flex;
    margin: 0 -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px;
  }
}
@media only screen and (min-width: 992px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item:nth-child(4) {
    margin-top: 0;
  }
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a:hover .img-wrapper img {
  height: 110%;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .img-wrapper img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper {
  flex: 1;
  padding: 20px 20px;
}
@media only screen and (min-width: 1200px) {
  .locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper {
    position: relative;
  }
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper .title {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper .sub-title {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper .store-count ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper .store-count ul li {
  padding: 2px 5px;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper .store-count ul li.legal {
  background-color: #94c11d;
  color: #fff;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper .store-count ul li.illegal {
  background-color: #e6342b;
  color: #fff;
}
.locations-list-wrapper .inner-wrapper .search-results-wrapper .list-wrapper .item .item-inner a .content-wrapper .store-count ul li.moderate {
  background-color: #fde910;
  color: #000;
}
.text-section {
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.text-section p {
  margin-bottom: 15px;
}