/**
 * @author DMT - Development Team
 * @copyright DMT - Development Team
 * @copyright PrestaStore.ir
 * @link PrestaStore.ir
 */

/********** featured content **********/
#dmtb_featured_cont {
    margin: 0 0 20px;
}
#dmtb_featured_cont .title {
    border-bottom: 1px solid #e1e8ed;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 20px 14px 0;
    display: block;
    position: relative;
}
#dmtb_featured_cont .title::before {
    content: "\f0c5";
    font-size: 14px;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
/********** most viewed content **********/
#dmtb_most_cont {
    margin: 0 0 20px;
}
#dmtb_most_cont .title {
    border-bottom: 1px solid #e1e8ed;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 20px 14px 0;
    display: block;
    position: relative;
}
#dmtb_most_cont .title::before {
    content: "\f0c5";
    font-size: 14px;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}