/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-med {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2-med, .contentImgRow .item, .cartThumb {
  width: 50%;
  width: calc(50% - 10px);
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - 10px);
}

/* ---------------------------------- */
/* ------------- OTHER -------------- */
/* ---------------------------------- */
#menu nav li a {
  font-size:0.8em;
}

.logo {
  width:280px;
}

.flick-wrap h1 {
  font-size:1.8em;
}

.flick-wrap h1 {
  font-size:1.4em;
}

.butFrame {
  width:48%;
}

#textBox {
  position: absolute;
  top:8em;
  width:100%;
  max-width: 300px;

}

.subBannerImage {
 padding-bottom:70%;

}