/************** Pager white ***************/

.SH-Pager_C{
    width: 100%;
    padding: 5px 0px 0px;
    margin: 5px auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.SH-Pager_C button {
    height: 40px;
    width: 40px;
    padding: 9px 0px;
    margin: 20px 5px;
    display: inline-block;
    border-radius: 30px;
    border: 0px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 200;
    color: #a0a0a0;
    background-color: #eaeaea;
    transition: all 0.3s ease-in-out;
}

.SH-Pager_C button:hover{
    opacity: 0.6;
}

.SH-Pager_C button:active{
    opacity: 0.9;
}

.SH-Pager_C button:first-child i{
    padding-left: 2px;
}

.SH-Pager_C button:last-child i{
    padding-right: 2px;
}

.SH-Active{
    color: white !important;
    background-color: #0e9957 !important;
}

.SH-Pointer {
    background-color: white !important;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.2);
}

.SH-Pointer i{
    color: #21f48f !important;
}

.SH-ShowAll{
    width: auto;
    padding: 6px 10px;
}

/************** yallow  ***************/

.ColorYellow .SH-Pager_C button {
    color: #8f7f6c;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.2);
    background-color: #f7ecd8;
}

/************** Respons ***************/

@media only screen and (max-width:600px) {
    
    .SH-Pager_C button:nth-child(6),
    .SH-Pager_C button:nth-child(5){
        display: none;
    }
    
}

@media only screen and (max-width:450px) {
    
    .SH-Pager_C button:nth-child(4){
        display: none;
    }
    
}

@media only screen and (max-width:420px) {
    
    .SH-Pager_C button:nth-child(3){
        display: none;
    }
    
}

.SH-BlackStyle .SH-Active {
     background-color: #3d3d3d !important; 
}

.SH-Pointer i{
    color: #3d3d3d!important;
}
