/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */

#menu nav {
  font-size: .9em
}

.M_full_img-pattern-left .backgroundImage:after {  
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,.75) 15%, rgba(255,255,255,.75) 50%); 
}

.M_full_img-pattern-right .backgroundImage:after {  
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.75) 15%, rgba(255,255,255,.75) 50%); 
}


.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));
}
