/**
 * Top Bar
 */
.cart-menu{
  font-size: 1.4em;
}
.cart-menu .cart-count{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  background: #82BD50;
  color: #fff;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  -o-border-radius: 50px; 
  border-radius: 50px;
}


/**
 * DIY Home Banner
 */
header.main.diy-home{
  min-height: 400px;
  width: 100%;
  position: relative;
  margin-top: 60px;
}
header.main.diy-home .home-slider{
  position: relative;
}
header.main.diy-home .home-slider .slides li{
  width: 100%;
  background-size: cover;
  background-position: center center;
}
header.main.diy-home .home-slider .slides li .banner-message{
  width: 70%;
  padding-top: 0;
  top: 4em;
}
header.main.diy-home h2{
  font-size: 2.75em;
}

/**
 * Product Tiles
 */
.diy-product-listing{
  position: relative;
  padding: 3em 0;
}
.diy-shop-container{
  background-image: url( ../images/bg/grid-pattern.jpg);
  padding: 3em 2% 2em;
  margin: 0 auto 2em;
  max-width: 95%;
}
.diy-product-tile{
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 3em!important;
}
.diy-product-tile a{
  text-decoration: none!important;
}
.diy-product-header{
  position: relative;
  height: 80px;
  padding: 1em 0;
  text-align: left;
}
.diy-product-header h2{
  padding-bottom: .25em;
  padding-left: 5%;
  margin-bottom: .25em;
  border-bottom: 2px solid #82BD50;
}
.diy-product-header .diy-product-price{
  font-size: 1.8em;
  font-weight: 400;
  padding-left: 5%;
  color: #74bd4f;
}
.diy-product-tile p{
  font-size: .9em;
  color: #666;
}
.diy-product-tile .diy-product-image{
  background-image: url( ../images/tg-pro-plus-top.png );
  background-size: cover;
  background-position: top center;
  height: 200px;
  width: 100%;
}
.diy-product-tile .diy-product-button{
  position: absolute!important;
  bottom: -20px;
  width: 150px;
  left: 50%!important;
  margin: 0!important;
  margin-left: -75px!important;
  padding: 0!important;
  line-height: 50px!important;

}
.diy-all-grids{
  margin: 2em 0 0;
  padding: 2em 0;
}

.diy-front #product-lineup{
  display: none;
}
.diy-front #product-lineup.active{
  display: block;
}
@media only screen and ( max-width: 800px ) {
  .diy-front #product-lineup.active{
  }
  .diy-product-tile .diy-product-image{
    margin-top: 2em;
  }
}
