/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.setPaginate:after {
content: none;
}
.setPaginate {
display: flex;
justify-content: space-around;
}

.setPaginate {
position: relative;
}
.setPaginate .col-lg-12.col-xs-12.top_buttons {
float: none !important;
width: 100%;
clear:both;
}
.setPaginate i.material-icons.srcicon {
position: absolute;
top: calc(50% - 15px);
color: #c19a6b;
}
.setPaginate .form-control:focus {
outline: 0.1875rem solid #c19a6b;
}
.setPaginate {
display: flex;
align-items: center;
justify-content: center;
column-gap: 10px;
flex-wrap: wrap;
row-gap: 10px;
margin-top: 25px;
}
.setPaginate a {
background: #f1f1f1;
min-width: 40px;
display: inline-flex;
text-align: center;
min-height: 40px;
justify-content: center;
align-items: center;
padding: 10px;
border-radius: 5px;
transition: all ease-in-out 0.3s;
}
.setPaginate a:hover , .setPaginate .current a{
background: rgba(95, 24, 134, 1) !important;
color: #fff !important;
font-size: inherit !important;
}
.setPaginate li.disabled.pagination_previous {
pointer-events: none !important;
opacity: 0.5 !important;
}
.setPaginate li {
list-style: none !important;
margin-bottom: 0;
}
ul.setPaginate li a.current_page {
	background: rgb(95, 24, 134) !important;
    color: #fff;
} 