.category-items-wrapper {
  padding: 60px 0;
}
.category-items-wrapper .inner-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .category-items-wrapper .inner-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .category-items-wrapper .inner-wrapper .intro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .category-items-wrapper .inner-wrapper .intro .column.img-wrapper {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .category-items-wrapper .inner-wrapper .intro .column.content-wrapper {
    flex: 0 0 70%;
    max-width: 70%;
    align-items: center;
    display: flex;
    padding-left: 60px;
  }
}
.category-items-wrapper .inner-wrapper .intro .column.content-wrapper .title {
  color: #3b7e01;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.category-items-wrapper .inner-wrapper .intro .column.content-wrapper .description {
  color: #303030;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.category-items-wrapper .inner-wrapper .intro .column.content-wrapper .store-count {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.top-rated-stores {
  padding: 0;
  margin-bottom: 30px;
}
.top-rated-stores .inner-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .top-rated-stores .inner-wrapper .stores-list {
    max-height: 100%;
    overflow: auto;
  }
}
.top-rated-stores .inner-wrapper .stores-list::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.top-rated-stores .inner-wrapper .stores-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.top-rated-stores .inner-wrapper .stores-list::-webkit-scrollbar-thumb {
  background-color: green;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
.top-rated-stores .inner-wrapper .stores-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.top-rated-stores .inner-wrapper .stores-list * {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .top-rated-stores .inner-wrapper .stores-list {
    display: flex;
    margin: 0 -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .top-rated-stores .inner-wrapper .stores-list {
    display: flex;
    margin: 0 -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.top-rated-stores .inner-wrapper .stores-list .item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .top-rated-stores .inner-wrapper .stores-list .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .top-rated-stores .inner-wrapper .stores-list .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px;
  }
}
@media only screen and (min-width: 992px) {
  .top-rated-stores .inner-wrapper .stores-list .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .top-rated-stores .inner-wrapper .stores-list .item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.top-rated-stores .inner-wrapper .stores-list .item:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .top-rated-stores .inner-wrapper .stores-list .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .top-rated-stores .inner-wrapper .stores-list .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .top-rated-stores .inner-wrapper .stores-list .item:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .top-rated-stores .inner-wrapper .stores-list .item:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .top-rated-stores .inner-wrapper .stores-list .item:nth-child(5) {
    margin-top: 0;
  }
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner {
  background-color: #FFF;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner .ratings-wrapper {
  position: absolute;
  bottom: auto;
  top: 10px;
  right: 10px;
  background: #000000;
  border-radius: 6px;
  padding: 2px;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner .ratings-wrapper .star {
	fill: #ffd401;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  margin-right: 2px;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner .ratings-wrapper .star-portion-container {
  width: 15px;
  height: 15px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner .ratings-wrapper .star-portion-container .gold-star-container {
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner .ratings-wrapper .star-portion-container .gold-star-container svg {
  width: 15px;
  height: 15px;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner .ratings-wrapper .star-portion-container .gray-star {
	fill: #c3c3c3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner .ratings-wrapper .count {
  color: #fff;
  padding: 3px 3px 0;
  margin-left: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a:hover .img-wrapper img {
  height: 110%;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.top-rated-stores .inner-wrapper .stores-list .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;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info {
  padding: 10px 20px;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .ratings-wrapper {
  display: none;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .store-name {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .store-name {
    min-height: 45px;
  }
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .store-name .review-count {
  display: block;
  font-size: 11px;
  color: #d09a10;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 14px;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .icon-wrap svg {
	width: 12px;
	height: 12px;
  fill: #3B7E00;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .address {
  margin-bottom: 10px;
}
.top-rated-stores .inner-wrapper .stores-list .item .item-inner a .store-info .status {
  display: none;
}
