.article-location__info {
  margin: 0px 0px 60px; }
  .article-location__info > .grid {
    display: flex;
    flex-wrap: wrap; }

.article-location__content {
  padding: 40px 8px;
  background: #eee;
  height: 100%; }
  .article-location__content .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px; }
  .article-location__content .content p {
    font-size: 13px;
    margin-bottom: 10px; }
  .article-location__content .content table td {
    padding: 10px; }

.article-location__iframe iframe {
  width: 100%; }

.article-location__img {
  max-width: 280px;
  display: block;
  margin: auto;
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.4); }

.shopmap-sidebar {
  position: relative; }
  .shopmap-sidebar__location {
    margin-bottom: 30px; }
  .shopmap-sidebar__title {
    margin-bottom: 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }
  .shopmap-sidebar__select select {
    height: 44px;
    width: 100%;
    font-size: 13px;
    border: 1px solid #565656;
    color: #787878; }
  .shopmap-sidebar__address .item {
    font-weight: 400;
    white-space: nowrap;
    line-height: 2.7;
    margin-bottom: 0; }
  .shopmap-sidebar__address a {
    color: #141414;
    font-size: 13px; }
  .shopmap-sidebar__nav {
    padding-top: 0px; }

.location-iframe iframe {
  width: 100%; }

.pd-box {
  padding: 40px 0px; }

#PageContainer {
  overflow: unset; }

@media (min-width: 769px) {
  .grid-sticky {
    position: sticky;
    top: 170px; } }
