.owl_category_feature .cat-img a{
    position: relative;
    overflow: hidden;
    display: inline-block;
	
	}
.owl_category_feature .cat-img a:before
{
        background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
    width: 0;
}
.owl_category_feature .cat-img a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
    width: 0;
}
.owl_category_feature .cat-img a:hover:before ,.owl_category_feature .cat-img a:hover:after 
{

    height: 100%;
    transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
    width: 100%;
}

.owl-block-title{text-align:center;margin-top:45px;margin-bottom:40px;}  
.owl-block-title h3{font-size:48px;text-transform:uppercase;font-family:	'Playfair Display', serif;color:#fff;font-weight:500;margin:0;}
.owl-block-title h3:before{content:"";display:inline-block;width:20px;height:3px;background:#fff;margin-right:16px;vertical-align:middle;}
.owl-block-title h3:after{content:"";display:inline-block;width:20px;height:3px;background:#fff;margin-left:16px;vertical-align:middle;}
#owl_cat_featured  .cat-img{position:relative;margin-bottom:15px;}
#owl_cat_featured  .sub-cat li{display:inline-block;}
#owl_cat_featured  .cat-img .cat-infor{position:absolute;width:100%;padding:12px 20px 10px;background:#2a62b8;color:#fff;left:0;bottom:0;}
#owl_cat_featured  .cat-img .cat-infor h4{margin:0;}
#owl_cat_featured  .cat-img .cat-infor a{color:#fff;font-size:14px;text-transform:uppercase;}
#owl_cat_featured .sub-cat ul{margin:0;}
#owl_cat_featured .sub-cat li{margin-left:7px;}
#owl_cat_featured .sub-cat li:before{content: "|";margin-right:7px;color:#8c8c8c;} 
#owl_cat_featured .sub-cat li:first-child:before{display:none;}  
#owl_cat_featured .sub-cat li a{color:#8c8c8c;}
#owl_cat_featured  .sub-cat li.cat-title {font-size:13px;text-transform:uppercase;font-weight:400;margin-left:0;}
#owl_cat_featured  .sub-cat li.cat-title a{color:#232a35;}
#owl_cat_featured .sub-cat li:hover a,#owl_cat_featured .sub-cat li:hover{color:#2a62b8;}
#owl_cat_featured  .item{margin-top:10px;} 
.owl_category_feature{margin-top:15px;background:#f6f6f6;padding:17px 0; } 
@media only screen and (min-width : 768px) and (max-width : 1199px)
{
.prod_cat_home .block-content .block-content{margin-top:0;}
}
@media (max-width:1199px ) 
{

}
@media (max-width:767px ) 
{
.owl-block-title h3{font-size:25px;}
#owl_cat_featured .item{margin-bottom:15px;}
#owl_cat_featured .cat-img{text-align:center;}
#owl_cat_featured .cat-img a,#owl_cat_featured .cat-img img{width:100%;}
.owl_category_feature{margin-top:0;padding-top:30px;padding-left:15px;padding-right:15px;} 
.owl_category_feature > .container{padding:0;}
}

