.ctlthemecat-full-anchor{
    display: block;
}

.ctlthemecat-row-load-more{
    margin-top: 15px;
}

.ctlthemecat-action-load-more-items{
    -webkit-transition: all 0.2s ease 0s !important;
    -moz-transition: all 0.2s ease 0s !important;
    -o-transition: all 0.2s ease 0s !important;
    transition: all 0.2s ease 0s !important;    
    position: relative;
    
    padding-left: 12px;
    padding-right: 12px;
}

.ctlthemecat-action-load-more-items .spinner-border{
    position: absolute;
    top: 10px;
    left: 8px;
    
    -webkit-transition: all 0.1s ease 0.1s;
    -moz-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;   
    
    opacity: 0;     
}

.ctlthemecat-action-load-more-items.loading .spinner-border{
    opacity: 1;
}

.ctlthemecat-action-load-more-items.loading{
    padding-left: 30px;
}

.ctlthemecat-action-load-more-items.closing .spinner-border{
    opacity: 0 !important;
    
    -webkit-transition: all 0.1s ease 0s !important;
    -moz-transition: all 0.1s ease 0s !important;
    -o-transition: all 0.1s ease 0s !important;
    transition: all 0.1s ease 0s !important;      
}

.ctlthemecat-action-load-more-items.closing{
    padding-left: 12px !important;
    
    -webkit-transition: all 0.2s ease 0.2s !important;
    -moz-transition: all 0.2s ease 0.2s !important;
    -o-transition: all 0.2s ease 0.2s !important;
    transition: all 0.2s ease 0.2s !important;       
}

.ctlthemecat-row-items{
    margin-bottom: 16px;
}