/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/


.wc-product-navigation{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:40px 0;
    padding-top:20px;
    border-top:1px solid #ddd;
}

.wc-product-navigation a{
    text-decoration:none;
    padding:10px 18px;
    background:#000;
    color:#fff;
    border-radius:5px;
    transition:.3s;
}

.wc-product-navigation a:hover{
    background:#444;
}