/*
 Theme Name: CBTHS
 Theme URI: 
 Description: Custom WordPress theme based on the free version of the Woostify theme.
 Author: Ben Dishler
 Template: woostify
 Version: 0.0.1
 Text Domain: cbths
*/


:root {
    --base-fs: 18px;
    --cb-blue: #264356;
    --cb-green: #435526;
}

/*==========  Woocommerce Result Count Code Custom Styling  ==========*/
/* .woocommerce-result-count-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.woocommerce-result-count {
    text-align: right;
}

@media (max-width: 640px) {
    .woocommerce-result-count-wrapper {
        justify-content: center;
    }
    .woocommerce-result-count {
        text-align: center;
    }
} */
