/* ---------------------------------- */
/* ------------- 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));
}


.siteBottom .container {
  padding: 0 5vw;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 7vw 0;
}
.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 7vw;
}

.textSection + .photoSection .siteContent {
  padding-bottom:7vw;
}


.siteBottom a[id*="sxn"] {
  top: -150px;
}

footer nav > li {
  width: 25%;
  max-width: 250px;
  flex: revert;
}

footer nav {
   -webkit-justify-content: start;
   -ms-flex-pack: start;
           justify-content: flex-start;
             
}

section .textSection:first-child + .photoSection .siteContent {
  margin-top: -3vw;
}