/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - 20px);
}

.col-2-med, .contentImgRow .item, .cartThumb {
  width: 50%;
  width: calc(50% - 20px);
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - 20px);
}

/* ---------------------------------- */
/* ------------- OTHER -------------- */
/* ---------------------------------- */

.topBar {
  top: 50px;
}

#menu nav {
  padding-right: 10px;
  justify-content: space-between;
}