section.distilleryContainer .mainColumn {
  width: 100%; }

section.distilleryContainer .distilleries.grid .product:not(.subCat) {
  min-height: 255px; }

section.distilleryContainer .distilleries.grid .img img {
  max-height: 250px; }

section.distilleryContainer .distilleries.grid .product:not(.subCat):nth-of-type(6n+1) {
  clear: left; }

@media screen and (max-width: 1000px) {
    section.distilleryContainer .distilleries.grid .product:not(.subCat):nth-of-type(6n+1) {
      clear: none; } }

@media screen and (max-width: 768px) {
  section.distilleryContainer .mainColumn,
  section.distilleryContainer aside.leftColumn {
    width: 100%;
    padding: 0; } }

header.distilleryHeader {
  font-size: 15px; }

header.distilleryHeader h3 {
    display: inline-block; }

header.distilleryHeader span {
    float: right;
    margin: 1em 0; }

  .distilleries.grid .product {
  transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  border: 1px solid #CCC;
  width: 16.666%;
  width: calc( 16.666% - (20px));
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 65px; }

  .distilleries.grid .product > a::after {
    content: "";
    display: table;
    clear: both; }

  .distilleries.grid .product .priceMenu {
    position: static; }

  .distilleries.grid .product .cta {
    position: absolute;
    bottom: 10px;
    left: 0;
    margin: 0;
    width: calc(100% - 20px);
    left: 10px; }

 @media screen and (max-width: 400px) {
      .distilleries.grid .product .cta {
        left: 2.5%;
        width: 95%; } }

  .distilleries.grid .product .productBlurb {
    display: none; }

  .distilleries.grid .product h5 {
    margin: 0;
    font-size: 14px; }

  .distilleries.grid .product .price span.currentPrice {
    font-size: 20px; }

  .distilleries.grid .product .img {
    margin-bottom: 10px; }
   
  @media screen and (max-width: 400px) {
      .distilleries.grid .product .img {
        width: 100%; }
      .distilleries.grid .product .img img {
          margin: 0 auto; } }

  @media screen and (min-width: 800px) and (max-width: 1000px) {
    .distilleries.grid .product {
      width: 50%;
      width: calc(50% - 30px); } }

  @media screen and (max-width: 680px) {
    .distilleries.grid .product {
      width: 50%;
      width: calc(50% - 30px); } }

  @media screen and (max-width: 400px) {
    .distilleries.grid .product {
      width: 100%;
      margin-right: 0; } }

  .distilleries.grid .product:hover {
    -moz-box-shadow: 0 0 5px 3px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 0 0 5px 3px rgba(204, 204, 204, 0.6);
    box-shadow: 0 0 5px 3px rgba(204, 204, 204, 0.6); }

  .distilleries .product {
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  padding: 10px; }

  .distilleries .product div {
    max-width: 100%; }

  .distilleries .product a {
    width: 100%; }

  .distilleries .product h5 {
    clear: both;
    display: block;
    line-height: 1.4; }

  .distilleries .product span.discount {
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 10;
    padding: 5px;
    font-size: 18px;
    font-weight: 700; }

  .distilleries .product .img, .products .product .price {
    width: auto;
    clear: both;
    max-width: 100%; }

  .distilleries .product .tags {
    position: absolute;
    right: 10px;
    top: 10px; }

  .distilleries .product .price .currentPrice {
    font-size: 25px; }

  .distilleries .product .price .oldPrice {
    text-decoration: line-through;
    color: red; }

  .distilleries .product h5 {
    color: #666;
    font-size: 18px;
    margin-bottom: 0; }

  .distilleries .product p.lowest {
    text-transform: none;
    font-size: 10px;
    margin: 0;
    display: block;
    clear: both; }

  .distilleries .product .cta {
    display: block;
    margin-top: 20px;
    white-space: nowrap; }


section.distilleryContainer .catalogType .text {
  width: 100%; }

.distilleryTop {
    text-align: center;
    width: 20%;
    padding-right: 20px;
}

.distilleryTop .cta {
    width: 100%;
    margin: 5px auto;
}

@media screen and (max-width: 480px) {
    .distilleryTop {
        width: 100%;
        padding: 0;
    }
.distilleryTop .cta {
    margin: 5px auto;
    width: 50%;
} }