.store__imageDiv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  height: auto;
}

.store__imageDiv img {
  width: 100%;
}

/*.store__logoDiv {
  box-sizing: border-box;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 5px;
  width: 200px;
  height: 200px;
  text-align: center;
  white-space: nowrap;
}*/
.store__logoDiv{
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 10px;
  margin: auto;
}
.store__logoImg{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.store__defaultlogoImg{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 225px 225px;
}

.store__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #FF6D02;
  padding-bottom: 1em;
}

.store__text {
  padding: 1em 0;
}

.store__text2 {
  width: 50%;
  margin: 0 auto;
}

.store__socials img {
  width: 30px;
}

.store__filterButton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: auto;
}

.store__filterButton a {
  background-color: #FF6D02;
  color: #fff;
  font-weight: bold;
  padding: 1em 3em;
  border-radius: 35px;
}
.store_banner{
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/*# sourceMappingURL=store.css.map */
@media screen and (max-width:991px) {
  .store__logoDiv{
    float: right;
    margin-left: 15px;
    width: 150px;
    height: 150px;
  }
  .store__storeName{
    text-align: right !important;
    padding-top: 35px;
  }
  .store__text2{
    text-align: right !important;
    border-bottom: 0 !important;
    width: 100%;
  }
  .store__rate{
    text-align: right !important;
  }
}
@media screen and (max-width:767px) {
  .store__logoDiv{
    width: 100px;
    height: 100px;
  }
  .store__storeName{
    padding-top: 10px;
  }
}
@media screen and (max-width:480px) {
  .store__storeName h5{
    font-size: 15px !important;
  }
}
