.wdt-product-pagination { clear: both; float: left; margin: 30px 0 10px; padding: 0; text-align: center; width:100%; }
.wdt-product-pagination ul { float:left; margin: 0; padding: 0; }
.wdt-product-pagination ul li, .wdt-product-pagination .prev-post, .wdt-product-pagination .next-post { display: inline-block; float: none; margin: 0; line-height: 1.5em; padding: 0; }
.wdt-product-pagination ul li a, .wdt-product-pagination ul li span, .wdt-product-pagination .prev-post a, .wdt-product-pagination .next-post a { border: 0px solid var(--wdtBorderColor); color: var(--wdtHeadAltColor); display: inline-block; font-size: 18px; font-weight: 500; letter-spacing: 0; margin: 10px 10px 0 0; padding: 4px 12px 4px; position: relative; text-transform: uppercase; -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); }
.wdt-product-pagination ul li a i { color: var(--wdtHeadAltColor); font-size: 14px; }
.wdt-product-pagination ul li a.next i { margin-left: 5px; }
.wdt-product-pagination ul li a.prev i { margin-right: 5px; }
.wdt-product-pagination .prev-post a span { margin-right: 0; }
.wdt-product-pagination .next-post a span { margin-left: 0; }
.woocommerce .wdt-product-pagination ul { clear: none; display: inline-block; float: none; }
.wdt-product-pagination ul li a:hover, .wdt-product-pagination ul li span.current,
.wdt-product-pagination .prev-post a:hover, .wdt-product-pagination .next-post a:hover { border-color: transparent; color: var(--wdtAccentTxtColor); }   .wdt-product-pagination ul li a:hover, .wdt-product-pagination ul li span.current,
.wdt-product-pagination .prev-post a:hover, .wdt-product-pagination .next-post a:hover { background-color: var(--wdtBorderColor); }  .wdt-product-pagination ul li a:hover, .wdt-product-pagination ul li span.current, .wdt-product-pagination .prev-post a:hover, .wdt-product-pagination .next-post a:hover{
background: transparent;
}
.wdt-product-pagination ul li a:after, .wdt-product-pagination ul li span:after{
position: absolute;
content: '';
width: 100%;
height: 0;
left: 0;
bottom: 0;
background: var(--wdtLinkHoverColor);
z-index: -9;
-webkit-transition: all cubic-bezier(.47,1.21,.47,1.21) .3s;
transition: all cubic-bezier(.47,1.21,.47,1.21) .3s;
}
.wdt-product-pagination ul li span:after{
height: 100%;    
}
.wdt-product-pagination ul li a:hover:after, .wdt-product-pagination ul li span:hover:after{
height: 100%;
}
.wdt-product-pagination .next-post a{
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}
.wdt-product-pagination .next-post a:hover{
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.wdt-product-pagination .prev-post a{
transform: rotate(280deg);
-webkit-transform: rotate(280deg);
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}
.wdt-product-pagination .prev-post a:hover{
transform: rotate(225deg);
-webkit-transform: rotate(225deg);
}