ul.page-numbers {
padding-left: 0;
}
ul.page-numbers li {
list-style: none;
float: left;
}
ul.page-numbers .page-numbers {
text-decoration: none !important;
}
.slick-dots li {
position: relative;
padding: 11px 10px;
cursor: pointer;
}
.slick-dots li.slick-active:before {
transform: scale(1.4);
}
.slick-dots li:before {
content: '';
display: block;
width: 6px;
height: 6px;
background-color: #b8b8b8;
border-radius: 50%;
}
ul.page-numbers {
position: relative;
margin: 0 0 40px 0;
}
ul.page-numbers:after {
content: '';
clear: both;
display: table;
}
ul.page-numbers li {
margin: 0 11px 0 0;
}
ul.page-numbers .page-numbers {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
min-width: 30px;
height: 30px;
border: 2px solid rgba(0, 0, 0, 0.3);
font-size: 13px;
color: rgba(0, 0, 0, 0.3);
}
ul.page-numbers .page-numbers .fa {
font-size: 12px;
}
ul.page-numbers .page-numbers.prev {
padding-top: 6px;
padding-right: 5px;
}
ul.page-numbers .page-numbers.current {
color: #fff;
}
ul.page-numbers .page-numbers:hover {
color: #fff;
}
.owl-controls .owl-dots {
margin: 0 -15px;
}
.owl-controls .owl-dots .owl-dot {
display: inline-block;
padding: 0 15px;
background-color: transparent !important;
opacity: .2;
}
.owl-controls .owl-dots .owl-dot span {
display: inline-block;
width: 9px;
height: 9px;
background-color: #fff;
border-radius: 50%;
}
.owl-controls .owl-dots .owl-dot.active {
opacity: 1;
}
@media (max-width: 550px) {
.owl-controls .owl-dots {
margin: 0;
display: block !important;
text-align: center;
}
.owl-controls .owl-dots .owl-dot {
padding: 0 7px;
}
}