/*productfilter css*/
.owl-feature-prod .out-prod-filter .product-description{position:relative;}
.owl-feature-prod .out-prod-filter .prod-content{padding-left:210px;}
.owl-feature-prod  .prod-content .product-title{font-weight:600;color:#434343;margin-top:15px;margin-bottom:40px;} 
.owl-feature-prod  .prod-content .product-title  a{font-family:'Raleway',sans-serif;font-size:30px;}
.g-prod-info1{margin-top:30px;}
.g-prod-info1 .item {display:inline-block;width:100%;margin-bottom:10px;}
.owl-feature-prod .prod-content .item h4{font-size:14px;text-transform:uppercase;color:#7f7f7f;float:left;min-width:150px;font-weight:500;}
.g-prod-info2 .item{display:inline-block;width:100%;margin-bottom:10px;border-bottom:1px solid #d9d9d9;} 
.view-more-1{font-size:12px;text-transform:uppercase;padding:10px 30px;border:1px solid #bdbdbd;float:right;} 
.block-title-ver h3 {
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform: otateZ(-90deg);
    margin: 0;
    padding: 0 40px;
    font-size: 12px;
    font-weight: 400;
    color: #a1a1a1;
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
    width:324px;
    position: absolute;
    top: 144px;
    left: -120px;
    overflow: hidden;
	letter-spacing:2px;
    text-align: center;
    float: left;
    background: #fff;border:1px solid #d9d9d9;}
.prod-filter-bottomhome	.product_img_link:after
{
	background: rgba(239,239,239,0.05);
	 content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease; 
    transition: all 500ms ease;
}
@media only screen and (min-width : 768px) and (max-width : 1199px)
{
.owl-feature-prod .out-prod-filter .prod-content {
    padding-left: 118px; 
 }
}
@media (max-width : 767px)
{
	.owl-feature-prod .out-prod-filter .prod-content{padding:0;} 
	.block-title-ver h3{width:100%;position:static;-webkit-transform: rotate(0);transform: rotate(0); -ms-transform: otateZ(0);margin-bottom:35px;height:55px;line-height:55px;}    
	.prod-filter-bottomhome .block-home-title{padding-left:15px;padding-right:15px;}
}	