/* Section */
.section {
  clear: both;
  margin: 0px;
  padding: 0px;
}
/* Column */
.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0 !important; }

/* Row */
.row:before,
.row:after { content:""; display:table; }
.row:after { clear:both;}
.row { zoom:1; /* For IE 6/7 */ }

/* Grid */
.grid_1_of_3{ width: 23% }
.grid_2_of_3{ width: 72.4%; }

.grid_1_of_3_{ width: 32.267% }
.grid_2_of_3_{ width: 66.133% }
.grid_3_of_3_{ width: 100% }
.filter-results .oven_product{ float: left !important; max-height: 343px; }

/* Full Width below 768 pixels */
@media only screen and (max-width: 768px) {
  .col {  margin: 1% 0 1% 0%; }
  [class*='grid_'] { width: 100%; }
  .filter-results .oven_product{ max-height: none !important; }
}

/* Custom Filter Styles*/
.sidebar-filter{
    border-right: 1px solid black;
    padding-right: .7%;
}
.sidebar-filter h3{
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: bold;
}
.sidebar-filter ul{
    margin-left: 0;
    margin-bottom: 3rem;
}
.sidebar-filter li{
    list-style: none;
    margin-bottom: 1rem;
}
.sidebar-filter li img{
    max-width: 30px;
}
.sidebar-filter li a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: block;
    width: 65%;
    float: right;
    margin-right: 3rem;
    font-weight: 300;
    margin-top: 8px;
}
.sidebar-filter li a.filter-active{
    border-bottom: 2px solid black;
    font-weight: bold !important;
}
.grid_2_of_3 .col{
    margin:0;
    margin-bottom: 3rem;
}
/*.filter-results div.col:nth-of-type(1){*/
    /*margin-bottom: 2rem;*/
/*}*/
.filter-results img{
    width: 100%;
    max-height: 289px;
}
.filter-results .col img:nth-of-type(1){
    width: 55%;
    max-height: 55px;
    margin:0 auto;
    display: block;
}
.filter-results .product-disabled{
    opacity: .3;
}
.filter-results .product-disabled a{
    pointer-events: none;
}
.types{
    width: 100%;
    min-height: 60px;
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 2rem;
}
.types a{
    display: inline-block;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    border: 1px solid gray;
    padding: 1rem 2rem;
    font-weight: 300;
    font-size: 1.5rem;
    width: 17rem;
}
.types a.active-type{
    border: 1px solid black;
    font-weight: bold;
}
.types a.active-type:hover{
    color: black !important;
}
.filter-disabled{
    pointer-events: none;
    opacity: .2;
}
.home-pro{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.home-pro:hover{
    border: 1px solid black;
    font-weight: bold;
    color: white;
    background: black;
}
.main-col{
    padding: 0 21px;
}
/*body.page-id-1170 > .hide-this .vc_column-inner{
    display: none !important;
} 
body.page-id-1170 > .hide-this ~ .hide-this .vc_column-inner{
    display: block;
}*/