.product-cat-banner .overlay{
    background: #111;
    opacity: .4;
}
.product-cat-banner{
    position: relative;
}
.product-cat-banner-inf{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}
.product-cat-banner-inf h2{
    color: #fff;
}

.product-cat-content{
    background: #ecedef;
}
.portfolio-title h2{
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}
.product-item{
    position: relative;
}
.product-item .portfolio-img{
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
}
.portfolio-img img{
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.product-item:hover img{
    transform: scale(1.2);
}
.nav-links{
    text-align: center;
}
.nav-links .page-numbers.current{
    border-color: #2365ac;
    background: #2365ac;
    color: #fff;
}
.nav-links  a,.nav-links  span{
    margin-bottom: 10px;
    display: inline-block;
    padding: 1px 13px;
    border: 1px solid #b3b3b3;
    height: 34px;
    line-height: 34px;
    margin: 0 3px;
    color: #808080;
    margin-bottom: 10px;
}
.pagination{
    text-align: center;
    margin: 30px 0 30px;
    clear: both;
    font-size: 14px;
}
 .pagination a {
    margin-bottom: 10px;
    display: inline-block;
    padding: 1px 13px;
    border: 1px solid #b3b3b3;
    height: 34px;
    line-height: 34px;
    margin: 0 3px;
    /* *zoom: 1; */
    color: #808080;
    margin-bottom: 10px;
}
.pagination .page-numbers.current{
    margin-bottom: 10px;
    display: inline-block;
    padding: 1px 13px;
    height: 34px;
    line-height: 34px;
    margin: 0 3px;
    /* *zoom: 1; */
    color: #808080;
    margin-bottom: 10px;
    border-color: #2365ac;
    background: #2365ac;
    color: #fff;
}

.menu-prd #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    margin: 1px 0;
}
.menu-prd #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background-color: #2365ac;
    color: #fff; 
}
.menu-prd #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link::before{
    content: "\f345";
    color: #d9d9d9 !important;
}
@media screen and (max-width:767px){
    .product-cat-banner-inf p{
        display: none;
    }
    .menu-prd #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > ul.mega-sub-menu{
        left: 50%;
        background: transparent;
        top: 0;
    }
}
@media screen and (min-width:1190px) {
    .menu-prd #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item > ul.mega-sub-menu{
        left: 100%;
        background: transparent;
        top: 0;
    }
}