/* ---------------------------------- */
/* ------------- 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,
#subBannerHome .table-to-div .itemm,
.table-to-div .col-2{
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3-med {
  width: 33.333%;
  width: calc(33.333% - var(--gridSpacing));
}

h1, h2 {
  font-size: 2.7em;
  margin: .25em 0 .3em;
  font-weight: 500;
  line-height: 1.1em;
}

h2.style-two {
  font-size: 2em;
  margin: .3em 0;
  font-weight: 500;
  line-height: 1.1em;
}


h3.style-three {
  font-size: 1.4em;
}

#subBannerHome .table-to-div {
  max-width: 360px;
  margin-bottom: 1em;
}

#subBannerHome .table-to-div .item:nth-child(2) {
  order: 2;
}

#subBannerHome .table-to-div .item {
  flex-grow: 1;
  padding: 0 20px;
}

.topBar .address{
display: none;
}



#subBannerHome .grid>.right {
  width: 53% !important;
}


#subBannerHome .grid>.left {
  width: 47% !important;
}



#subBanner .container {
  padding-bottom: 200px;
}

.table-to-div .col-2 {
  padding: 25px 30px;
}