.custom-category-description {
    padding-top: 30px ;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    
}
.cdfwsp_category_desription_excerpt p:last-of-type {
    display: inline;
}
.cdfwsp_category_description_text p:last-of-type{
    display: inline;
}

.cdfwsp_load-more-button {
    display: inline;
    border: none;
    background-color:transparent;
    color: #046bd2;   
    text-decoration: underline;
    text-underline-offset: 3px;
    padding: 0;
}
.cdfwsp_load-more-button:hover {
    background-color:transparent;
    color: #046bd2;
    cursor: pointer;
    border: none;
}
.cdfwsp_load-more-button:visited {
    background-color:transparent;
    color: #046bd2;
   

}
.cdfwsp_load-more-button:focus {
    background-color:transparent;
    color: #046bd2;
    border: none;
}
.cdfwsp_load-more-button:active {
    background-color:transparent;
    color: #046bd2;
    border: none;
}
.cdfwsp_scroll-to-top svg{
    transform: rotate(180deg);
    fill: white;
    vertical-align: middle;
}
.cdfwsp-bootom-to-top-scroll{
    display: inline;
    margin-left: 5px;
    background-color:#046bd2;
    padding: 3px 6px 6px 6px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    
}
.load_more_link{    
    color:#046bd2;
    text-decoration: underline;
    text-underline-offset: 3px;    
}
