html {
    scroll-behavior: smooth;
}

body:not(.woocommerce-cart) .button.continue-shopping {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    transition: all .3s;
    margin-bottom: 10px;
}

body:not(.woocommerce-cart) .button.continue-shopping:hover {
    background-color: #f8f8f8
}


body.woocommerce-cart .zhf-keep-buying-wrapper {
    margin: 0 0 40px;
    display: block;
}
body.woocommerce-cart .button.continue-shopping {
    width: 100%;
    text-align: center;
    font-weight: 300;
}
