.boutique-page .store-info {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 768.98px) {
  .boutique-page .store-info {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) {
  .boutique-page .store-info .col-lg-6 {
    height: 37.5rem;
  }
}
@media (max-width: 768.98px) {
  .boutique-page .store-info-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.boutique-page .store-heading {
  padding-top: 1.25rem;
  text-align: center;
  padding-bottom: 3.125rem;
}
.boutique-page .store-heading .discover-button {
  border-radius: 0;
  color: black;
  background-color: transparent;
  border: 0.0625rem solid #000;
  height: 2.75rem;
  width: 18.75rem;
  margin-bottom: 1.25rem;
  margin-right: 0.625rem;
}
.boutique-page .store-heading .discover-button .btn-text {
  padding: 0 2.5rem;
  font-size: 0.75rem;
  font-weight: 800;
}
.boutique-page .store-heading .boutique-logo {
  width: 10.625rem;
  padding-bottom: 1.25rem;
}
.boutique-page .store-heading .heading {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
}
.boutique-page .store-heading .heading-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin: auto;
  width: 20rem;
  padding-bottom: 1.25rem;
}
.boutique-page .contacts {
  border: 0.1875rem solid var(--Noir, #000);
  border-bottom: none;
  padding: 4.375rem;
}
@media (max-width: 991.98px) {
  .boutique-page .contacts {
    padding: 1.25rem;
  }
}
.boutique-page .contacts .working-hours {
  margin-bottom: 2.5rem;
  padding: 0 1.875rem;
}
.boutique-page .contacts .contact-info-heading {
  padding-bottom: 0.3125rem;
  font-size: 0.75rem;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.boutique-page .contacts .contact-info {
  padding: 0 1.875rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.boutique-page .main-text {
  border: 0.1875rem solid var(--Noir, #000);
  border-top: none;
  padding: 3.125rem;
}
@media (max-width: 768.98px) {
  .boutique-page .main-text {
    border-left: 0.1875rem solid var(--Noir, #000);
    padding: 1.25rem;
  }
}
@media (max-width: 1199.98px) {
  .boutique-page .main-text {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .boutique-page .main-text {
    border-left: none;
  }
}
.boutique-page .image {
  padding: 0;
}
@media (min-width: 992px) {
  .boutique-page .image {
    border-right: 0.1875rem solid var(--Noir, #000);
  }
}
@media (min-width: 992px) {
  .boutique-page .image img {
    height: 100%;
  }
}
.boutique-page .map-element {
  padding: 0;
}
.boutique-page .map-element .map-canvas {
  height: 100%;
}
@media (max-width: 991.98px) {
  .boutique-page .map-element {
    height: 21.875rem;
  }
}
.boutique-page .schedule {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  border-collapse: collapse;
}
.boutique-page .schedule .schedule-header {
  background-color: #f2f2f2;
}
.boutique-page .schedule .schedule-cell {
  padding: 0.5rem;
  text-align: left;
}
.boutique-page .schedule .day {
  padding-right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .boutique-page .schedule .day {
    padding-right: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .boutique-page .schedule .day {
    padding-right: 12.5rem;
  }
}
@media (max-width: 991.98px) {
  .boutique-page .bottom-image img {
    width: 100%;
  }
}

.boutique-map {
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.boutique-map .boutique-name {
  font-family: "Avenir-Heavy";
}
.boutique-map .boutique-address {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.boutique-map .boutique-address:hover {
  text-decoration: underline;
}