@media screen and (max-width: 767px){
    .searchZone,.menuTab{
        display: none;
    }
    .noticeSection h1{
        font-size: 30px;
        text-align: center;
    }
    /*CATEGORIES*/
    .noticeCategory{
        margin-bottom: 2rem;
        background: #666666;
        border-radius: 3px;
        position:relative;
    }
    .noticeCategory{
      padding:12px 0;
      display: none;
    }
    .noticeCategory h3{
        color:#fff;
        padding-left:8px;
        display: inline;
    }
    
    /*PRODUCTS*/
    .products.columns{
        display: none;
    }
    .products.columns, .products.hidden{
        display: none;
        
    }
    .products.active{
        display: block;
    }


    .product.column{
        padding: 0 .75rem;
    }
    .products .product.column:first-child{
        padding-top: .75rem;
    }
    .product .productTitle{
        border-top: 1px #999 solid;
        padding: 12px 0;
        margin: 0;
        width: 95%;
        padding-right: 5%;
        position: relative;
    }
    .product .productTitle i{
        display: inline-block;
    }
    .product .productTitle i{
        position:absolute;
        top: 14px;
        right: 10px;
    }
    .product img{
        display: none;
    }
    .product .overlay{
        position: relative;
        width: 100%;
        height: auto;
        background: none;
        overflow: hidden;
        display: none;
        opacity: 1;
    }
    .product .contentProduct {
        display: none;
    }
    .product .overlay{
        display: block;
    }
    .product .overlay ul li,.product .overlay ul li a{
        color: #444;
    }
}

@media screen and (min-width: 768px) and (max-width: 1087px){
    .product h4{
        position: relative;
    }
    .product .productTitle i, .product .productTitle.tabletTitle i{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 26px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        
    }
    .product.active .productTitle i, .product.active .productTitle.tabletTitle i{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .product:hover .overlay{
        opacity: 0;
        z-index: -1 !important;
    }
    .product .overlay{
        z-index: -1;
    }
    .product.active .overlay{
        opacity: 1;
        z-index: 1 !important;
    }
    .searchZone li img{
        max-height: 174px;
    }
    .product .overlay ul li, .product .overlay ul li a {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 810px){
    .searchZone li img{
        max-height: 130px;
    }
}
@media screen and (min-width: 811px) and (max-width: 960px){
    .searchZone li img{
        max-height: 142px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1087px){
    .product .overlay{
        width: 97%;
        height: 97%;
    }
}

@media screen and (min-width:768px){
    .noticeSection h1{
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }
    .noticeCategory h3{
        padding-left:20px;
    }
    .product h4{
        min-height: 40px;
        margin: 0 auto;
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
        margin-bottom: 10px;*/
    }
    .product .contentProduct img{
        width: 100%;
    }
    
    /*****For Tablets wider than 1087px*********/
    .product .productTitle.tabletTitle:after{
        float: right;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .product.active .productTitle.tabletTitle:after{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .product .contentProduct {
        display: block !important;
    }
    
}

@media screen and (min-width: 1088px){
    
}

