/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-med, .contentImgRow .item, .cartThumb.category, .cartThumb.item, .blog-widget .blog-widget-article {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}

/* ---------------------------------- */
/* ----------- SITE TOP ------------- */
/* ---------------------------------- */

.siteTop {
  padding-top: 195px;
}

#subBannerHome {
  margin-bottom: -3em;
}

#subBannerHome .container[style*=".jpg"] {
  padding-bottom: 10em;
}

.topBar .address span {
  display: none;
}

#banner .container .container {
  flex-wrap: wrap;
}

.bannerRight .button {
  position: fixed;
  top: 4.6em;
}

#menu  {
  width: 100%;
  border-top: 1px solid var(--opacity10);
}

#menu nav {
  justify-content: space-between;
}