.ministore-modal {
  scroll-behavior: smooth;
  background: #b4b4b4;
  background-color: rgba(180, 180, 180, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
  overflow-y: scroll;
  min-width: 300px;
  padding: 10px;
  display: block;
}

.ministore-card {
  align-items: stretch;
  background: white;
  box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-flow: column nowrap;
  height: 75%;
  margin: 50px auto;
  max-width: 1024px;
  overflow: scroll;
  position: relative;
  border-radius: 3px;
  z-index: 9000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 425px) {
  .ministore-card {
    height: 85%;
  }
}
.ministore-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.no-scroll {
  overflow: hidden;
}

.ministore-header {
  margin-bottom:20px;
  width: 100%;
  height: 60px;
  position: absolute;
  background: #fff;
  top: 0;
  z-index: 9;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1);
}

.vendor.antonsport {

}

#ministore-wrapper {
  width: 100%;
  background: transparent;
  min-height: 342px;
  margin-top:50px;
  margin-bottom:50px;
}

#ministore-wrapper li {
  list-style-type: none;
  margin: 0;
  display: block;
  float:left;
  width: 230px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right:15px;
  max-height:320px;
  min-height:320px;
}

#ministore-wrapper li strong {
  font-size: 16px;
  color: #353535;
}

.ministore-short-price {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

#ministore-wrapper li:hover {
  cursor: pointer;
  opacity: 0.8;
}

#ministore-wrapper li > img {
  max-width: 200px;
  max-height: 200px;
  min-width:200px;
  min-height:200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

.ministore-close {
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.ministore-close::before {
  content: "X";
  display: block;
  font-size: 20px;
  width: 20px;
  height: 20px;
  font-family: Arial, sans-serif;
  font-weight: 200;
  text-align: center;
  color:#484848;
}

.ministore-short-desc{
  font-size:14px;
  color:#353535;
  margin-top:5px;
  margin-bottom:5px;
}
.ministore-header img{
  max-width:250px;
  max-height:30px;
  margin-left:50px;
  margin-top:14px;
}
