.store-heading-item {
  height: 100%;
}

.vendor-introduction .vendor-introduction-holder {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: cover;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info {
  z-index: 1;
  list-style: none;
  color: #000;
  font-size: 15px;
  padding-top: 20px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info a {
  color: #000;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .top-box-info .vendor-store-email {
  position: relative;
  z-index: 2;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .top-box-info .vendor-store-email .icon {
  font-size: 20px;
  padding-left: 10px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .top-box-info .vendor-store-phone .icon {
  font-size: 20px;
  padding-left: 10px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .top-box-info > * {
  padding: 4px 0px 8px 0;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .top-box-info > *:not(:last-child) {
  border-bottom: 1px solid #18024e;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  padding: 16px;
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 0;
  right: 0;
  width: 94%;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .vendor-macro {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-verify {
  text-align: left;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-rating-avg small, .vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-rating-avg span, .vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-rating-avg strong {
  display: block;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-rating-avg .rate-store {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  display: inline-block;
  padding: 10px 22px;
  text-align: center;
  color: #eee;
  height: 150px;
  width: 150px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-rating-avg .rate-store strong {
  font-size: 2rem;
  color: #FF7519;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-rating-avg .rate-store span {
  font-size: 10px !important;
  color: #eee;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info .store-verify-box .store-rating-avg .store-index {
  font-size: 10px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info li {
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info li.vendor-store-register-date span {
  color: #cbc4c4;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info li.vendor-store-open-close {
  color: #26901b;
  position: relative;
  padding-left: 20px;
}
.vendor-introduction .vendor-introduction-holder .vendor-store-info li.vendor-store-open-close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #26901b;
  border-radius: 50%;
}
.vendor-introduction .vendor-introduction-holder .star-rating-wrapper {
  display: block;
  align-items: center;
}
.vendor-introduction .vendor-introduction-holder .star-rating-wrapper .star-rating {
  margin-right: 2px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}
.vendor-introduction .vendor-introduction-holder .star-rating-wrapper .star-rating .rating-stars {
  display: block;
  line-height: 0;
}
.vendor-introduction .vendor-introduction-holder .star-rating-wrapper .star-rating .rating-stars .svg-icon {
  color: #999;
  display: inline-block;
}
.vendor-introduction .vendor-introduction-holder .star-rating-wrapper .star-rating .rating-stars .svg-icon svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
}
.vendor-introduction .vendor-introduction-holder .star-rating-wrapper .star-rating .user-rating {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.vendor-introduction .vendor-introduction-holder .star-rating-wrapper .star-count {
  line-height: 12px;
  display: none !important;
}
.vendor-introduction .vendor-introduction-holder:after {
  content: " ";
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.83) 100%);
  background: rgba(0, 0, 0, 0.5) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 96%) repeat scroll 0 0;
}

.vendor-overview .vendor-avatar {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
}
.vendor-overview ul li {
  list-style: none;
}
.vendor-overview .vendor-store-rating .vendor-overview {
  padding: 50px 30px;
  display: block;
}
.vendor-overview .vendor-body .vendor-infinitive {
  padding-left: 10%;
}
.vendor-overview .vendor-body .vendor-infinitive ul li a {
  display: flex;
  width: 100%;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #eee;
  margin: 10px 0;
  align-items: center;
}
.vendor-overview .vendor-body .vendor-infinitive ul li span {
  padding-right: 10px;
  font-size: 25px;
  margin-top: 3px;
}
.vendor-overview .vendor-body .vendor-infinitive .certified-box {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0 10%;
}
.vendor-overview .vendor-body .vendor-infinitive .certified-box img {
  transform: scale(1.5);
  margin: 5px 13px;
}
.vendor-overview .vendor-body .vendor-mimo {
  margin: 0 !important;
  padding: 0 !important;
}
.vendor-overview .vendor-body .vendor-mimo .mimo-base {
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .vendor-overview .vendor-body .vendor-mimo .mimo-base {
    width: 94%;
    margin: 20px auto;
  }
}
.vendor-overview .vendor-body .vendor-mimo .mimo-base li {
  width: 50%;
  border-bottom: 1px dashed #ccc;
  padding: 3px 5px 10px 10px;
}
.vendor-overview .vendor-body .vendor-mimo .mimo-base li span {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.vendor-overview .vendor-body .vendor-mimo .mimo-base li p {
  margin: 0;
  line-height: 12px;
}
.vendor-overview .vendor-body .vendor-mimo .mimo-base li:nth-child(odd) {
  border-right: 1px solid #ccc;
}
.vendor-overview .vendor-body .vendor-mimo .mimo-base li:nth-last-child(-n+2) {
  border-bottom: 0;
}

:is(.magazine-viewport) :is(.next-button, .previous-button) {
  height: 100%;
  background-position: -38px 47%;
  cursor: pointer;
}
