/* Product Archive Styles — Karofi V2
 * Loaded on: is_shop() || is_product_category() || is_product_tag()
 * Source: func-product-archives.php — mx_readmore_taxonomy_flatsome(), load_more()
 */

/* WooCommerce catalog ordering */
form.woocommerce-ordering > ul { margin-bottom: 0; }

/* Taxonomy description read-more */
.tax-product_cat.woocommerce .shop-container .term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
.devvn_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.devvn_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff00',endColorstr='#ffffff',GradientType=0);
    display: block;
}
.devvn_readmore_taxonomy_flatsome a {
    display: inline-block;
    box-shadow: none;
    color: #00aeef;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    border: 1px solid #288ad6;
    padding: 0 10px;
}
.devvn_readmore_taxonomy_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #00aeef;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.devvn_readmore_taxonomy_flatsome_less:before { display: none; }
.devvn_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00aeef;
}

/* Load More button */
a.load-more-btn {
    display: block;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
}
