/*sub-cat-slider*/
.category-feature {
    position: relative;
    margin-bottom: 100px;
}
.category-feature:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.category-feature > .container {
    text-align: center;
    color: #fff;
    height: 300px;
    position: relative;
    z-index: 1;
}
.category-feature > .container {
    text-align: center;
    color: #fff;
    height: 300px;
}
.category-feature h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 90px;
}
.category-feature h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    letter-spacing: 4px;
}

.product-wrap {
    display: flex;
    margin-bottom: 70px;
}

.product-wrap:nth-child(2n) {
    flex-direction: row-reverse;
}

.product-wrap .featured-content {
    flex: 1 1 auto;
    margin-right: 30px;
    border-top: 1px solid #e1e3e5;
    box-shadow: 0 1px 0 #fff inset, 0 2px 0 #e1e3e5 inset;
    text-align: center;
}

.product-wrap .featured-content:hover {
    background: #fafbfc;
}

.product-wrap:nth-child(2n) .featured-content {
    margin: 0 0 0 30px;
}

.product-wrap .featured-image img {
    max-width: 100%;
}

.product-wrap .featured-content > * {
    margin: 0;
}

.product-wrap .featured-content .name a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    padding: 25px 0 5px;
    color: #000;
    letter-spacing: 3px;
}

.product-wrap .featured-content .sub-name a {
    display: block;
    font-size: 19px;
    font-weight: 300;
    line-height: 25px;
    padding: 0 0 25px;
    color: #000;
}

.product-wrap .featured-content a:hover {
    text-decoration: none;
}

.product-thumb {
    flex: 1 1 310px;
    background: #F6F6F6;
}

.product-thumb .thumb-details {
    padding: 20px 20px 30px;
    text-align: center;
}

.thumb-details a:hover {
    text-decoration: none;
}

.thumb-details .cat-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 4px;
    font-weight: 400;
    margin-bottom: 12px;

}

.thumb-details .name {
    margin-bottom: 12px;
}

.thumb-details .name a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}

.thumb-details .price-wrap {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 24px;

}

.thumb-details .name a:hover {
    border-bottom: 1px solid #000;

}

.thumb-details .actions button.btn-cart {
    width: 160px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .category-feature {
        margin-bottom: 20px;
        background-size: cover;
        background-position: center;
    }
    .category-feature > .container {
        height: 200px;
    }
    .category-feature h1 {
        font-size: 30px;
        line-height: 50px;
        padding-top: 43px;
    }
    .category-feature h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .product-listing {
        padding-top: 50px;
    }
    .product-wrap {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .product-wrap:last-child {
        margin-bottom: 0px;
    }
    .product-wrap .featured-content,
    .product-wrap:nth-child(2n) .featured-content {
        margin: 0 0 15px;
    }
    .product-thumb .image a {
        display: block;
    }
    .product-thumb .image a img {
        width: 100%;
    }
    .product-thumb {
        flex: 1 1 100%;
    }
}
