﻿/*********************************
  FABRICS CATEGORY PAGE
*********************************/
.cat-fabrics-category-page h1:before{
    display: none;
}
.cat-fabrics-category-page h1{
    margin-bottom: 20px!important;
}
.cat-fabrics-category-page h2{
    margin-bottom: 10px!important;
}
.cat-fabrics-category-page .breadcrumb{
    margin-bottom: 20px;
}
.cat-fabrics-category-page .list-features img {
    margin-right: 15px;
}
.cat-fabrics-category-page .wpb_single_image img{
    width: 100%;
}
.cat-fabrics-category-page .gallery-fabrics-category img{
    width: 100%;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav {
    position: absolute;
    right: 15%;
    bottom: 35px
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav .flex-nav-prev {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav .flex-nav-next {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav .flex-nav-prev .flex-prev{
    left: initial;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav .flex-nav-next .flex-next{
    right: initial;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav a{
    width: 35px;
    height: 35px;
    border-color: #ec1d24;
    border-style: solid;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav a i{
    line-height: 35px;
    color:#ec1d24;
    font-size: 40px;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav a:hover i{
    color:#fff;
}
.cat-fabrics-category-page .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav a:hover{
    background-color: #ec1d24;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .row-cat-fabrics-category-page .qode_content_slider .flex-direction-nav{
        right: 10%;
    }
}

@media (max-width: 576px) {
    .cat-fabrics-category-page .list-features .collage-phote img {
        max-width: 40%;
    }
}

@media (max-width: 400px) {
    .cat-fabrics-category-page .list-features{
        width: 100%;
    }
}






