/* ---------------------------------- */
/* ------------- 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));
}


.tablet-hide {
  display: none!important;
}




/* .scrollMenu .logo {
  position: relative;
}

.scrollMenu .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.scrollMenu {
  transform: translateY(-6.5em)
}

.scrollMenu #menu nav {
  justify-content: space-between;
} */


footer .logo {
  margin: auto;
}

footer .col-4:nth-child(2) {
  text-align: right;
}