/* ---------------------------------- */
/* ------------- 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));
}

/* ---------------------------------- */
/* ------------- MENU --------------- */
/* ---------------------------------- */

#menu {
  position: relative;
  border-top: 1px solid var(--opacity05)
}

#menu nav {
  justify-content: space-between;
  padding: 0 10px;
}

#menu .contactContainer {
  position: fixed;
  top: 0;
  right: 0;
}

#menu nav > li > a {
  padding: 10px;
}


/* ---------------------------------- */
/* ------------ FOOTER -------------- */
/* ---------------------------------- */

footer .container {
  flex-direction: column;
  text-align: center;
}

#footerTop .col-2:last-child,
.footerRight{
  text-align: center;
  MARGIN: 0;
}