/******** CATEGORY PAGES ********/
.catIcon{
    width: 40%;
    margin: auto;
}
.mr10{
    margin-right: 10px;
}

.mr10 > .is-large {
    display: none;
}

.category-filtering{
    color: white;
    text-transform: uppercase;
    letter-spacing: 1.5px!important;
    height: 41px;
    width: 130px!important;
    margin: 0px;
    text-decoration: none!important;
    -webkit-box-sizing: border-box!important;
            box-sizing: border-box!important;
    border-radius: 5px;
    background: rgb(29,29,29);
    background: -o-linear-gradient(
340deg
, rgba(29,29,29,1) 0%, rgba(51,51,51,1) 100%);
    background: linear-gradient(
110deg
, rgba(29,29,29,1) 0%, rgba(51,51,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1d",endColorstr="#333333",GradientType=1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.hide{
    display: none!important;
}
.full-read{
    display: none;
}
/*
.buttonStyle{
    padding: 8px 16px;
    border-radius: 5px;
    background: #333333;
    color: white;
    min-height: 42px;
}
*/
.underline{
    text-decoration: underline;
}
.woocommerce-result-count{
    display:none!important;
}
.cat-readMore, .cat-readLess{
    width: 100%;
    background: whitesmoke;
    text-align: center;
    padding: 5px 0;
}
.cat-readLess{
    display: none;
}

.cat-readMore:hover, .cat-readLess:hover{
    cursor:pointer;
}
.orderby{
    padding: 8px 16px;
    border-radius: 5px;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 0.6px;
    min-height: 42px;
    margin: 0px!important;
}
.woocommerce-ordering, .woocommerce-ordering select{
    margin: 0px!important;
}
.displayDiscover{
    max-width: 60%;
    text-align: center;
    margin: 15px auto;
}
.filterBar{
    margin: 15px auto;
    padding: 8px;
    max-width: 80%;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.discoverSection{
    margin: auto;
    text-align: center;
}

.discoverEach{
    width: 80%;
    margin: 30px auto;
    display: none;
    text-align: left;
}

.discoverActive{
    display: block;
}
.titleActive{
    background: rgb(232,232,232);
    background: -o-linear-gradient(236deg, rgba(232,232,232,1) 0%, rgba(224,224,224,1) 49%, rgba(204,204,204,1) 100%);
    background: linear-gradient(214deg, rgba(232,232,232,1) 0%, rgba(224,224,224,1) 49%, rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8",endColorstr="#cccccc",GradientType=1);
    cursor: initial;
}

.discoverShow{
    display: none;
    width: 100%;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.discoverContainer{
    width: 100%;
    padding: 20px;
    position: relative;
}

.discoverTitlesCont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
}

.links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.links li{
    list-style-type: none;
    margin: 5px 25px;
}

.caTitle{
    margin: 5px 0;
}

.discoverTitle{
    margin: 0 10px;
    max-width: 140px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.6px;
    padding: 5px 0; 
}
.discoverTitle:hover{
    background: rgb(232,232,232);
    background: -o-linear-gradient(236deg, rgba(232,232,232,1) 0%, rgba(224,224,224,1) 49%, rgba(204,204,204,1) 100%);
    background: linear-gradient(214deg, rgba(232,232,232,1) 0%, rgba(224,224,224,1) 49%, rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8",endColorstr="#cccccc",GradientType=1);
}

.cat_title{
    width: 100%;
    padding: 15px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    font-size: 300%;
    background: #292929;
    margin-top: -6px;
}

.cat_hero_container{
    position: relative;
}

.catImg{
    height: auto;
    vertical-align: unset;
    display: initial;
    min-height: 170px;
}

.cat_intro{
    text-align: center;
}

.cat_breadcrumbs{
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
}

.discoverBtn{
    margin: 10px 0;
}

.term-description{
    max-width: 50%;
    margin: auto;
}

.cat_breads{
    display: none;
}

@media only screen and (max-width:1100px) {
    .cat_title{
        font-size: 200%;
    }
    
    .displayDiscover, .filterBar{
        max-width: 90%;
    }
    
    .discoverEach {
        width: 100%;
    }
    
    .links li {
        margin: 5px 10px;
    }
    .cat_breads{
        display: block;
        text-align: center;
    }
    .cat_breadcrumbs{
        display: none;
    }
    .filterBar{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
}

@media only screen and (max-width:480px) {
    .catIcon {
        width: 50%;
    }
    .selectStyle {
        padding: 8px 8px;
        letter-spacing: 0.4px;
    }
    .filterBar{
        max-width: 100%;
    }
    .mr10 {
        margin-right: 2px;
    }
    .berocket_ajax_filters_sidebar_toggle {
        width: 115px!important;
    }
}

@media only screen and (max-width:350px) {
    .mr10 {
        margin-right: 2px;
        margin-bottom: 10px;
    }
}