.whj_jqueryPaginationCss-1{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.whj_jqueryPaginationCss-1 div {
    display: inline-block;
    padding: 5px 11px;
    cursor: pointer;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 0 5px;
}

.whj_jqueryPaginationCss-1 .whj_checked {
    border: 1px solid #CAB484;
    color: #fff;
    background-color: #CAB484;
    padding: 5px 12px;
}

.whj_jqueryPaginationCss-1 input{
    width:34px;
    text-align: center;
    border-radius: 4px!important;
    height: 33px;
    margin-right: 5px;
    border: 1px solid #E5E5E5;
}
.whj_jqueryPaginationCss-1 input:focus{
    outline: none;
}
.whj_hover{
    padding: 5px 9px!important;
}
.whj_hover:hover{
     border: 1px solid #CAB484;
    color: #CAB484;
    background-color: transparent;
}
.wbk , .whj_skip{
    border: none!important;
    position: relative;
}
.whj_padding.whj_color.wbk:after {
    content: '';
    position: absolute;
    top: 7px;
    width: 2px;
    right: -4px;
    height: 20px;
    background: #f3f3f3;
}
@media (max-width: 991px){
    .margin-top-20 {
    margin-top: 20px;
}
}
@media (max-width: 380px){
.whj_jqueryPaginationCss-1 div{
    margin-bottom: 20px;
}
.margin-top-20{
    margin-bottom: 0;
}
}