.ot_category_feature {
    float: left;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 70px 0 0;
}

.ot_category_feature::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    background: #191919;
    z-index: -1;
    height: 65%;
}

.ot_category_feature .title_tab_hide_show {
    padding: 10px 20px 10px 20px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    background: #05a75c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    float: left;
}

.ot_category_feature .list_carousel {
    clear: both;
}

.ot_category_feature ul.product-list li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    position: relative;
    height: auto;
    width: 240px;
    text-align: center;
    position: relative;
}

.ot_category_feature ul.product-list li ul li {
    float: left;
    margin-left: 0;
    margin: 5px 0;
    position: relative;
    height: auto;
    width: auto;
    text-align: left;
    clear: both;
}

.ot_category_feature ul.product-list li .cat-img {
    line-height: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.ot_category_feature ul.product-list li .title {
    margin: 0;
    padding: 10px 0;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.ot_category_feature ul.product-list li .title a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto Slab', Helvetica, sans-serif;
    text-transform: uppercase;
}

.ot_category_feature ul.product-list li .title a img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ot_category_feature .caroufredsel_wrapper {
        height: 250px !important;
    }
}

@media (max-width: 767px) {
    .ot_category_feature .title_tab_hide_show {
        float: left;
    }
}

.ot_category_feature .item {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 80px 0 60px;
}

.ot_category_feature .content {
    float: left;
    position: relative;
    width: 100%;
    border: 8px solid #fff;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
}

.ot_category_feature .item:hover .content {
    border-color: #ff0000;
}

.ot_category_feature .cat-img {
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
}

.ot_category_feature .content:hover .cat-img::after {
    transform: rotateY(-180deg);
}

.ot_category_feature .cat-img>a {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ot_category_feature .content:hover .cat-img a img {
    transform: scale(1.1);
}

.ot_category_feature .cat-img a img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    transition: all 400ms ease-in-out;
    height: auto;
}

.ot_category_feature .content1 {
    float: left;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

.ot_category_feature .otcat-content {
    overflow: hidden;
    padding: 10px 10px 20px;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 400ms ease-in-out;
    height: 100px;
}

.ot_category_feature .otcat-content::after {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    background: -moz-linear-gradient(top, transparent 0%, #000000 50%, #000000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000000 50%, #000000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000000 50%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#000000', GradientType=0);
    content: "";
    z-index: -1;
    opacity: 0.4;
}

.ot_category_feature .item:hover .otcat-content::after {
    z-index: 1;
}

.ot_category_feature .item:hover .otcat-content {
    height: 290px;
}

.ot_category_feature .item:hover .otcat-content {
    bottom: 200;
    transition: all 400ms ease-in-out;
}

.ot_category_feature .cat-infor>h4 {
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ot_category_feature .cat-infor {
    float: left;
    position: relative;
    width: 100%;
    padding: 30px 0 10px;
}

.ot_category_feature .cat-infor a {
    color: #fff;
    font: 500 20px/26px "Oswald", Helvetica, sans-serif;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}

.ot_category_feature .content:hover .cat-infor a {
    color: #ff0000;
}

.ot_category_feature .otcat-content .sub-cat {
    display: block;
    padding: 10px 0 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    float: left;
    width: 100%;
    display: none;
}

.ot_category_feature .item:hover .otcat-content .sub-cat {
    display: block;
}

.ot_category_feature .otcat-content .sub-cat ul {
    margin: 0;
    padding: 0;
}

.ot_category_feature .sub-cat li {
    list-style: outside none none;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.ot_category_feature .sub-cat li.more {
    margin: 10px 0 0;
}

.ot_category_feature .otcat-content .sub-cat li a {
    background: none;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    color: #fff;
    font: 400 14px/30px "Roboto Slab", Helvetica, sans-serif;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

.ot_category_feature .sub-cat li.more span a {
    background: #c10a28;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    font: 300 14px/30px "Roboto Slab", Helvetica, sans-serif;
    text-transform: capitalize;
}

.ot_category_feature .sub-cat li.more span a:hover {
    background: #ffc206;
    color: #111;
}

.ot_category_feature .sub-cat li.more span a::after {
    font-size: 16px;
    padding: 0 0 0 5px;
    content: "\E315";
    font-family: "Material Icons";
    vertical-align: middle;
}

.ot_category_feature .otcat-content .sub-cat li a:hover,
.ot_category_feature .sub-cat li.cat-more span a:hover {
    color: #ff0000;
}

.ot_category_feature .sub-cat li.cat-more span a {
    color: #ffa001;
    padding: 0;
    position: relative;
}

.ot_category_feature .sub-cat li.cat-more span a:hover {
    color: #fff;
}

.ot_category_feature .sub-cat li.cat-more span a::after {
    font-size: 16px;
    padding: 0 0 0 5px;
    content: "\E315";
    font-family: "Material Icons";
    vertical-align: middle;
}

.ot_category_feature .sub-cat li.cat-more {
    margin: 0;
}

.ot_category_feature .customNavigation {
    display: none
}

@media (min-width:768px) and (max-width:991px) {
    .ot_category_feature .item:hover .otcat-content {
        height: 250px;
    }
}

@media (max-width:1300px) {
    .ot_category_feature .item {
        margin: 70px 0 60px;
    }
    .ot_category_feature::after {
        height: 65%;
    }
}

@media (max-width:1199px) {
    .ot_category_feature .otcat-content .sub-cat ul {
        margin: 0;
    }
}

@media (max-width:767px) {
    .ot_category_feature .content1 {
        position: static;
        transform: none;
    }
    .ot_category_feature .content:hover .cat-img a img {
        transform: none;
    }
    .ot_category_feature .cat-img a img {
        transition: none;
    }
    .ot_category_feature {
        padding: 50px 0 0;
    }
    .ot_category_feature .item .otcat-content {
        height: 290px;
    }
    .ot_category_feature .otcat-content .sub-cat {
        display: block;
    }
    .ot_category_feature .item .otcat-content::after {
        z-index: 1;
    }
}

@media (max-width:480px) {
    .ot_category_feature .otfcat-items {
        margin: 0;
    }
    .ot_category_feature .otcat-content .sub-cat li a,
    .ot_category_feature .sub-cat li.cat-more span a {
        font-size: 12px;
    }
    .ot_category_feature {
        padding: 30px 0 0;
    }
}